Ankit Gade
Forum Replies Created
-
Hi,
Thank you for detailed explanation of the issue. I’ll look into this problem and come back to you with any updates.
Forum: Plugins
In reply to: [Save and Share Cart for WooCommerce] Email address data?Hi,
I checked your website and it looks like you are using a different plugin, not this one. Can you please contact the relevant plugin’s author for the issue?
Thanks and Regards
@yssr @zeitschel Can you please update the plugin to version 2.0.10 and check if it resolves the issue for you? It was the issue related to build pipeline which is resolved in latest version.
Sorry for the inconvenience.
Looks like the JS file on your site is missing. https://wunderschmie.de/wp-content/plugins/woo-save-and-share-cart/assets/js/build/index.js
Can you please re-install the latest version of the plugin to check it fixes the issue?
Hi @yssr,
I checked with storefront theme and it seems that Share cart button is working fine there. Can you please send me the URL of your site so that I can check it?
Hi @delbono72
Your theme might be using the cart block with which the plugin is not yet compatible.
I am currently working on this feature, where we would introduce a new share cart button block which can be inserted anywhere in the cart.
As of now, the only workaround is to revert it to use the cart shortcode.
Thank you.
Hi,
Sorry for the inconvenience caused to you during updates. I have fixed the issue in latest version 2.0.9 and it seems to be working fine.
Can you please update to 2.0.9 and let me know if it resolves issue for you?
Thank you.
Forum: Plugins
In reply to: [Save and Share Cart for WooCommerce] Saved carts gone after deactivatingCan you please go to
Settings > Permalinks
and save the permalinks again?Forum: Reviews
In reply to: [Save and Share Cart for WooCommerce] Works nicely!Thank you very much @ideahost
Forum: Plugins
In reply to: [Log in with Google] Restrict certain email addressesYou can use the whitelisted domain setting for doing this filtering. For more fine grained filtering, you may require custom code.
Forum: Plugins
In reply to: [Log in with Google] Does not register new usersHi,
This error will occur if you have configured some whitelisted domains in plugin settings.
Screenshot: Whitelisted domains setting
Please remove the domains if you want public registration and not from a specific domain.
- This reply was modified 2 years, 5 months ago by Ankit Gade.
Forum: Plugins
In reply to: [Log in with Google] Login with google prevents refreshIf everything is working for you, can you please mark this topic as resolved?
Forum: Plugins
In reply to: [Log in with Google] Custom Login Button? (Not Shortcode)use function RtCamp\GoogleLogin\plugin; // Some other code $auth_url = plugin()->container()->get( 'gh_client' )->authorization_url();
- This reply was modified 2 years, 10 months ago by Ankit Gade.
Forum: Plugins
In reply to: [Log in with Google] Errore 403: org_internalForum: Plugins
In reply to: [Log in with Google] Display login button on inner pagesYou can use shortcode to display login button.
Please refer: https://github.com/rtCamp/login-with-google/#shortcode