WP Sunshine
Forum Replies Created
-
Forum: Plugins
In reply to: [Address Autocomplete Anything] not working at checkoutI think I see the issue:
Your initial selector right now is: input[name=”shipping_address_1”]
You need to use: input[name=”shipping_address_1″]
You used two single quotes instead of a double quote. It’s incredibly subtle but very important difference.
You did the same thing for all your data selectors as well.
Forum: Plugins
In reply to: [Address Autocomplete Anything] not working at checkoutTry using the Load Delay option and set it to 2-3 seconds if you are using the WooCommerce Checkout Block.
This is because the Checkout block actually loads after the normal page load which is when the address autocomplete is triggered.
When I set my test sites to French, those strings are translated: https://share.cleanshot.com/nKbyQRN2
How are you configuring your site to be in French? It should be in Settings > General > Language
You can also see that these strings are translated in the translation site as well: https://www.sunshinephotocart.com/glotpress/projects/sunshine-photo-cart/fr/default/?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=442&filters%5Btranslation_id%5D=7096
Can you clarify more what you mean? Do you not want to send the order receipt email when they order? Are you wanting to remove the link to the printable invoice?
Thanks! I will be sure to include the updated translations in the next release.
You can register for an account here: https://www.sunshinephotocart.com/register/
Vaisseau is used to indicate if the order was shipped or picked up. In English it is either “Ship” or “Pickup”. Here is the translation string: https://www.sunshinephotocart.com/glotpress/projects/sunshine-photo-cart/fr/default/?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=87&filters%5Btranslation_id%5D=7290
Shipping Method: Ship (Name of shipping method)
Thanks for pointing this out, I have found the issue and will have it fixed in the next update.
Forum: Plugins
In reply to: [Address Autocomplete Anything] Not WorkingBy default, Address Autocomplete initializes itself the moment the page loads. The form in the popup does not yet exist when the page finishes loading. You can use the “Delay” option to set how many seconds you wait until the initialize the address autocomplete. I would set it to be 1-2 seconds after the delay for the popup to show.
Forum: Plugins
In reply to: [Address Autocomplete Anything] Not WorkingNo, you can only have one initial field as the selector. Setting up multiple forms is available in the premium version: https://wpsunshine.com/plugins/address-autocomplete/
You are welcome to help with translations if you feel they are inaccurate. I do not speak French so rely on users like yourself to help improve the translations: https://www.sunshinephotocart.com/glotpress/projects/sunshine-photo-cart/fr/default/
Forum: Plugins
In reply to: [Address Autocomplete Anything] Not WorkingIt looks like you have some script optimizations/minifications that could be causing the issue. I am not seeing the Google Maps JS file being loaded at all on your site.
I suggest disabling any optimization scripts and testing again to confirm if that is the cause. If it is, you will need to be sure to exclude the necessary Google Maps JS file from optimization.
This further confirms my belief that you have caching issues: https://sunshinephotocart.com/docs/caching
The Store is enabled by default and link should appear at the top of your gallery. If you have disabled the store or enabled proofing in the Settings > Galleries, then it will be disabled.
I checked your test gallery URL. When I entered the gallery password it just refreshed the page and did not give me access. I entered the password again and then I did get access. When I refreshed the page one more time it then prompted me for the password again.
Based on this, I am almost certain the problem is related to caching. You can learn more here: https://sunshinephotocart.com/docs/caching