WP-77
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] My-Account>Orders – Only 1 row for orders displayed.Hi Fernando,
I was using OceanWP theme originally and tested/troubleshot with 2020 theme.
I took your advice and installed Storefront with the same results.
Screenshot is uploaded to https://imgur.com/2mT74eYThanks for the fast reply!
Ron
Forum: Plugins
In reply to: [Ocean Extra] BILLING FIELDS & ADDITIONAL FIELDS in Order Received PageHi,
I know think this may be displayed from a checkout fields editor plugin. It is using your CSS so that’s why I opened this ticket.
Please close for now.Hi and sorry for the late response.
Being a novice it took me a bit of time and reseach to implemnt this solution. Turns out it was much easier than I thought it would be to modify.
I just wanted to let you and others know that your code works and my card form looks great.
Thank you again for the fantastic support.
Ron
Sorry, I had Zendesk blocked in that browser.
FYI, my testing was done in other browsers and devices so blocking isn’t the cause of the checkout issue.
Sending URL in a few moments…The only Help button on the page shows information on opening a ticket with WooCommerce community. Not sure how that would get to you or be private.
Is there a way to do it privately?
FYI, more testing information,
I just removed the check mark for ‘Ship to a different address?’ in WooCommerce checkout page and Billing fields now were populated in PayPal Guest checkout.
Then checking ‘Ship to a different address?’ again displayed the wrong Name and Address (Shipping Name/Address).
Hi,
I have been testing using an account that has both Billing and Shipping addresses input and saved in the account data. The addresses are not missing any fields and populate successfully to the checkout page.
Then I click on the PayPal button and use the guest checkout button labeled “Pay with Debit or Credit Card”.
Just tried it with a different test account and set 2 diffent names and addresses for Billing/Shipping with same results.
Also, have disabled caching and eliminated other plugins.Hi,
I’m impressed by your fast response once again!
Thank you for the solution!
RonForum: Plugins
In reply to: [WooCommerce] Cannot dismiss database update notice in WC 4.0.1Hi,
When WC ver 4.x came out several customer issues were reported so I waited until ver 4.2.0 to update (thinking it would be debugged).
I tried the update on a staging site and I have this same issue.
Deactivating/Activating the plugin doesn’t fix. I didn’t edit the database as Amanda suggested because I have no confidence that many other reported bugs have been resolved either.
I really have to wonder why after all this time this relatively simple issue has not been corrected?Forum: Plugins
In reply to: [WP Activity Log] No record of plugin deactivation eventHi,
Maybe this question should have a separate thread but will your plugin log deactivated plugins if done by the hosting company with admin access or via PHPMyAdmin deactivation?
Thanks!
Hi,
You are correct, this does work.
I’m not sure what I did wrong my first attempt but you got me setuo.This was the fastest support response I’ve ever received.
THANK YOU !!!
- This reply was modified 6 years, 2 months ago by WP-77.
Hi,
No, I’m using the Custom Form – Material Design.
I think it’s just my syntax (not a programmer). Your recommendation worked for the placeholder. But when I tried to do the same for the label it not only didn’t work for the label but also messed up the placeholder so that it changed back to the default value.
Here’s what I tried to get the ‘label’ change.
`
function customize_cc_placeholders($fields){
$fields[‘postal_code’][‘placeholder’] = __(‘Zip Code’, ‘woo-payment-gateway’);
$fields[‘postal_code’][‘label’] = __(‘Zip Code’, ‘woo-payment-gateway’);
return $fields;
}add_filter(‘wc_braintree_get_custom_form_fields’, ‘customize_cc_placeholders’);
Hi,
That was a really fast response!
This did work to change the placeholder but I also wanted to change the label.
I looked over the documentation but not being a programmer couldn’t get it to work. I tried to add a line identical to your 2nd line with the ‘placeholder’ word changed to ‘label’. Can you assist again?Thank you!
Hi Gerroald,
Just a bit of feedback, your recent plugin update seems to have fixed the issue I was having. Live Traffic on both desktop and mobile devices has been updating consistently.
Thank you,
Ron