Oscar Gare
Forum Replies Created
-
Hi there,
Price Based on Country PRO includes compatibility with Product Add-ons by Woo plugin:
https://www.pricebasedcountry.com/2018/11/08/woocommerce-product-add-ons-3-0-compatible/You can review all compatibilities 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/Hi,
Use the pricing zone classes:
foreach ( WCPBC_Pricing_Zones::get_zones() as $zone ) {
echo $zone->get_post_price( $post_id, '_price' );
}Forum: Developing with WordPress
In reply to: Stable tag issueHi,
I’ve released a new version, and it is not updated. Version 3.4.10:
https://plugins.trac.www.ads-software.com/browser/woocommerce-product-price-based-on-countries/trunk/readme.txtListed 3.4.9
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] currency not switching to paypalIt’s a bug introduced in WooCommerce PayPal Payments 2.9.1. This bug also affects other multicurrency plugins.
I released a new version of Price Based on Country with the fix one hour ago, but due to an internal problem with the plugin directory, this version is not available yet.Until “Price Based on Country 3.4.10” is listed in the plugin directory, you can use the previous version of WooCommerce PayPal Payments, version 2.8.3, which works without issues.
Hi,
You can use the parameter
wcpbc-manual-country
to set the country. Please review this thread:
https://www.ads-software.com/support/topic/google-shopping-feed-issues-dissaproval/Hi,
You can use the “products” store API endpoint by adding the parameter “wcpbc-manual-country”:
https://example-store.com/wp-json/wc/store/v1/products?wcpbc-manual-country=EShttps://github.com/woocommerce/woocommerce-blocks/tree/trunk/src/StoreApi
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Plugin not working as expectedHi there,
This issue is related to the cache plugins. Please review:
https://www.pricebasedcountry.com/docs/getting-started/geolocation-cache-support/Hi there,
The save_my_custom_field function is not part of the “Price Based on Country” code. In addition, I don’t see a reference to a file included in “Price Based on Country” in the error trace.All files included in Price Based on Country are under the directory “plugins/woocommerce-product-price-based-on-countries/.”
Please also note that the plugin’s name is “Price Based on Country for WooCommerce.” Other plugins are called “Price By Country,” so please re-check that you posted your issue in the correct support forum.
Hi,
The tax issue is due to how WooCommerce adjusts the taxes when the price is entered with taxes included. If you enter the price with taxes included and the customer’s country has no taxes, WooCommerce will subtract your shop-based country taxes. You can turn off the tax adjustment for the countries in a pricing zone by turning on the “Do not adjust taxes based on location” option in the pricing zone settings. Review:
https://www.pricebasedcountry.com/docs/common-issues/prices-entered-with-tax-show-a-wrong-value/
Or, you can turn off this WooCommerce feature on the whole site using the following code snippet:add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
I need to review your site to determines the cause of the other issues you reported.
Hi,
You can manually set the product price for each pricing zone (or group of countries) to define a sale price only in one pricing zone. Review:
https://www.pricebasedcountry.com/docs/getting-started/managing-country-product-pricing/Hi,
I’m sorry but the “MSRP for WooCommerce Pro” plugin is uncompatible.The compatible plugin is MSRP Pricing by Ademti Software:
https://www.pricebasedcountry.com/2021/10/13/new-compatibility-added-msrp-pricing/Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Geo IP LocationHi,
The available options are “price based on, “: “billing country,” or “shipping country.” If you configure the WooCommerce geolocation, WooCommerce will determine the customer billing and shipping country using the customer’s IP.Hi @cmsxdesign
PRO version of Price Based on Country includes compatibility with “Product Add-ons for WooCommerce by Woo”: https://woocommerce.com/products/product-add-ons/
You can review all compatibilities included in Price Based on Country in the Compatibilities and Integrations section of the Free vs. Pro table:
https://www.pricebasedcountry.com/product-tour/free-vs-pro/Hi,
WooCommerce uses a geolocation function in its core code based on the MaxMind database. So, if you don’t use the “Geolocation IP Detection” plugin for another functionality included in your web, you can turn it off.
Please test your on a staging site before deactivating the plugin on your production site.Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Google Search Result Price IssueHi,
The refresh price via AJAX feature of “Price Based on Country” only refreshes the price. It does not refresh the microdata that the Google bot reads. This is the information that Google reads from your page:
https://search.google.com/test/rich-results/result/r%2Fmerchant-listings?id=i5GnEYVtCONL0ANkQjhKwQThe only solution here is to generate a different cache version of the page by country. However, this solution depends on the cache plugin you use.