Oscar Gare
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Price doesn’t appearTry to clear the browser’s cache. Also, do the test by browsing in a private window.
Check the wcpbc_get_location AJAX query returns 200 OK:
https://snipboard.io/P4EwSK.jpgYou can follow the WPBeginner.com tutorial to add the code snippet:
How to Easily Add Custom Code in WordPress (without Breaking Your Site)Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Price doesn’t appearHi,
I did a test, and it worked:
https://snipboard.io/yoed3H.jpgHi,
The country switcher widget displays the flags using emojis. Unfortunately, a bug in Chromium and the derivate browsers (Chrome and Edge) on Windows affects the emojis flags :
https://issues.chromium.org/issues/40766658This is why the widget option text says, “Display flags in supported devices.”
A workaround is to use the following code snippet to replace the select with a jQuery select2, that allows flags as images:
https://www.pricebasedcountry.com/docs/developer-docs/flags-currency-country-switchers-code-snippet/Hi,
Price Based on Country does not include support for the “Product Catalog Feed by PixelYourSite”. All compatibilities included in the plugin are listed at https://www.pricebasedcountry.com/product-tour/free-vs-pro/
If the authors of the “Product Catalog Feed by PixelYourSite” mention compatibility with Price Based on Country, you must contact them to solve the issue.
Hi,
WooCommerce handles the taxes and changes them based on the location. You must set “Calculate taxes based on” “shipping country” and add the tax rates by country. Please review the WooCommerce docs:
https://woocommerce.com/document/setting-up-taxes-in-woocommerce/If you need more help to configure the taxes, you can open a support thread in the WooCommerce support forum:
https://www.ads-software.com/support/plugin/woocommerce/Regards,
Oscar.
Hi,
I did a test, and WooCommerce geolocated my country correctly. I got 600 USD. When I changed the billing country to India, the price changed to 500 INR at the checkout.
Please review https://www.pricebasedcountry.com/docs/getting-started/testing/Hi Peter,
You can review all compatibilities included in “Price Based on Country” in the “Compatibilities and Integrations” of this table:
https://www.pricebasedcountry.com/product-tour/free-vs-pro/As an alternative, PRO version includes support for “Product Bundles by WooCommerce“.
There is no plan to add support for the WP Clever plugin.
In any case, you can contact WP Clever support. Thank you.Hello there,
It’s been a few days since we last replied. We just wanted to make sure that your issue was resolved or that you had any other queries. I would like to inform you that I will mark this thread as resolved in a few days if we do not get a reply from you within a few days.
Thanks.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Amount doesn’t revertI’m sorry but, It seems that this plugins is not prepared to work in a multi-currency environment. Please, contact FlyCart support.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Amount doesn’t revertHi,
This issue usually happens when another plugin (that does not support multicurrency plugins) overrides the price of the product in the cart. The most common plugins that causes this type of issue is a “product add-ons” plugin or a discount plugin.Disable plugins one by one until you find out which plugin is causing the problem.
Hi there,
What’s the error message?Hi,
You can review all compatibilities and integrations included in “Price Based on Country” in the “Compatibilities and Integrations” section of the Free VS. Pro comparison table:https://www.pricebasedcountry.com/product-tour/free-vs-pro/
The compatible plugin is “Product Add-Ons for WooCommerce by Woo” (https://woocommerce.com/products/product-add-ons/)
https://www.pricebasedcountry.com/2018/11/08/woocommerce-product-add-ons-3-0-compatible/
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] cf country preload cacheHi,
the WooCommerce geolocation function reads the CF-IPCOUNTRY header to determine the customer’s location:
https://woocommerce.github.io/code-reference/files/woocommerce-includes-class-wc-geolocation.html#source-view.235If you can create a different cache version based on the country, you may not need to enable the “Load product price in the background” option.