SundayDriverWP
Forum Replies Created
-
No solutions yet.
thanks that worked!
Forum: Plugins
In reply to: [Authorize.net Payment Gateway For WooCommerce] Apple Pay support ETA?I would like to know also. We switched to Authorize.net thinking we would be able to use Apple Pay with woocommerce CIM.
Hi Michael,
Thank you for your attention in this urgent matter.
This is on the billing address for https://www.kindjuice.com. It seems to be replicable by using the iphone setting in chrome debug tool. Once I set it to wide, it works on mobile.
It still doesn’t load the correct state from the profile.
This is an issue because state doesnt get filled in on orders, and then when we set it to mandatory, we lose international orders because they cannot fill it in.
FYI – The Country drop down input loads the correct information and seems to work in all settings/browsers.
- This reply was modified 7 years, 6 months ago by SundayDriverWP.
- This reply was modified 7 years, 6 months ago by SundayDriverWP.
That would be great! Did you find out how to do it?
I would also like to know the same thing. We have date of birth requirement and I would like that info to be prepopulated for repeat customers.
Did you find a resolution?
****************URGENT******************
Was there any other solution presented for this?
We do not want to use a different checkout for every country…
Checkout is the #1 factor for conversions… why is there no support here?
State field continues to have trouble.
That should work. Make a simple text change to make sure you are editing the correct file. Also, sometimes those PDF plugins wont generate a NEW pdf each time, so if it was wrong once, you may not see it change once you fix it.
I fixed this by changing the input to “WIDE”.
It still doesn’t load correctly from the user’s profile but at least the dropdown is not disabled anymore.
To update, I have finally figured out that logged in users cannot select state. It’s worse than expected.
Good post YZMDEV, I keep getting customers saying the State field is not working but havent been able to see it myself. Please let me know if you found a solution.
Forum: Plugins
In reply to: [WP Customer Reviews] Not showing reviewsYes, you have a JavaScript error, I just fixed this same error on my site. In Google Chrome, Right click on your page and click “Inspect Element” You will see the error in console.
Uncaught Error: Syntax error, unrecognized expression: a[href=#go-to-step-2]
It is caused by an old theme and I bet you updated WP to the latest version. You need the latest JQuery.
Go into your admin > appearance > editor > edit your theme header. Look for this code:
<script type=”text/javascript” src=”https://powerzone-marketing.com/wp-includes/js/jquery/jquery.js?ver=1.12.3″></script>
Replace with:
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js”></script>
That will be the latest JQuery. If this doesn’t work, you may need to update/replace your theme. Check out fiverr.com and you will find plenty of people who can fix this for $5.
Hope that helps!
Forum: Plugins
In reply to: [WP Customer Reviews] Not showing reviewsOh shoot Tardiffp, I marked it as resolved. You might want to start a new thread. Have you checked for JavaScript errors? What’s your URL? I’ll give it a try since you helped me ??