All the compatibility options selected, Session Type changed, all plugins deactivate, wp theme changed – nothing helped.
I will try to show it on the screenshots:
https://snipboard.io/OHcYpa.jpg (The filter show the price range correct)
https://snipboard.io/jesQ8S.jpg (When I click to filter, it does not display products in this price range)
Do you have any idea how can I fix it?
BR
]]>YITH product add-on used to work perfectly with FOX(previously WOOCS) multi-currency. However now the add-ons with price change does not seem to be working. With price change add-ons the base price figure does not change as per the exchange rate in FOX but the currency symbol changes. Also, the base price of the main product itself shows as 0 in the cart when not in base currency of the store. (The same issue persists with WooCommerce Multilingual & Multicurrency plugin by Onthegosystems)
Could you please look into it and update me on a possible resolve?
Thank you!
Unfortunately I have a fatal error on my website. I was playing with the different payment options of WooPayments and there was a button that allowed be to enable multicurrency for my store. Now I thought that was a good idea. Unfortunately now my site has a banner which appears each time on every site that may have a product or anything to be sold. Even if I click for a currency it doesn’t remember and shows it on every website. This is horrible and will drop my conversion remarkably. I have deactivated all payment plugins and even used the troubleshoot function but the function doesn’t disappear.
Now a solution for this problem would either be that the shop is always in my standard currency and there is a currency switch, which as the language stays once changed and then can be changed back. This would be the best solution. If this is not possible just totally disable any multi currency option and just have a one currency shop.
I really need help as I find nowhere a solution and I cannot think anything else but that this is WooCommerce in its code that has now been for me irreversibly changed.
]]>If you have a multilingual website and you have a minimum order amount, you have the same amount for each currency. Poorly.
If you have a WPML plugin, this is the solution proposed by WPML. WPML invites creators to cooperate and submit corrections.
It looks like this:
This can be fixed by adding the wcml_raw_price_amount filter to CtMPAC_Application::get_minimum_purchase_value() in app/public/wp-content/plugins/minimum-purchase-amount-for-woo-cart/includes/public/ct-class-min-cart -amount -application.php:
public
function
get_minimum_purchase_value() {
????
$minimumCartTotal
= get_option(
'ct_mpac_minimum_purchase_value_for_all'
, 0);
????
$minimumCartTotal
= apply_filters(
'wcml_raw_price_amount'
,
$minimumCartTotal
);
????
/**
?????
* Filter the amount set as the minimum cart total to customize the behaviour with this hook.
?????
*
?????
* @since 2.2
?????
*/
????
$minimumCartTotal
= apply_filters(
'ct_mpac_filter_min_cart_total'
,
$minimumCartTotal
, WC()->cart);
????
return
$minimumCartTotal
;
}
]]>This sometimes creates a problem for our users as we have a geolocation feature active that switches the shop currency to the local one. If they have a subscription that they activated before we introduced the geolocation feature or just simply manage to buy a subscription in USD then they cannot purchase one in EUR/GBP via Stripe.
We have opted to not display a currency switcher since the geolocator automatically switches it. But this means that our clients get the EDD error saying “Unable to complete your purchase. Your order must be completed in USD.” but no way to get past this situation. They can switch to PayPal, however we want to offer them a chance to switch to USD and pay with Stripe.
I tried altering the EDD error message and I wanted to include a simple link “Click here” that would simply refresh the checkout page with /checkout?currency=USD. But it seems the error message is not able to display HTML tags, I assume it’s a security issue.
What do you advise to do in this situation? How can we add a simple link, when this situation arises, for the user to click and have their shop currency switched to the one of the active subscription? As I mentioned before, we would like to not show currency switch buttons anywhere on the website.
Any advice is greatly appreciated, thanks!
]]>thanks for plugin, faced with 1 issue:
we use WPML multicurrency and it switch currency on checkout page depends on billing country, but to GA sent currency that was detected based on geocoded.
How we can handle it?
]]>Gracias por este maravilloso plugin…. Tengo una tienda woocommerce multilingüe con WPML en la que recibo pagos de cursos en EUR por RedSys. Los pagos en USD los recibo por Paypal. Me gustaría saber si con este plugin puedo configurar RedSys para aceptar pagos en EUR y en USD . He leído que debo contratar un segundo TPV Virtual para USD. ?Puedo gestionar los 2 TPVs con este plugin?
]]>