screwdge
Forum Replies Created
-
So, this snippet was found in this forum – to fix the problem of CURCY not calculating the currency correctly (double convert).
After removing this snipped – it works back correctly.
But we had other issues.
Also translations were back to “original” which for Polish language are not correct.I found a solution and currently I’m testing it.
Using Code Snippets (plugin) i added new code:
//phpadd_filter( ‘woocommerce_package_rates’, function( $rates ) {
if ( function_exists(‘get_woocommerce_currency’) && get_woocommerce_currency() === ‘EUR’ ) {
foreach ( $rates as $rate_id => $rate ) {
// Correct double conversion
$rate->cost = $rate->cost * 4.3;
$rates[$rate_id] = $rate;
}
}
return $rates;
}, 100 );4.3 – is the conversion rate I’m using for my currency EUR / PLN
Same problem,
seems like the conversion is doubled.
Prices for products are setup manually (Fixed Price Enable)
But for the Shipping costs it kinda runs double.
9,99 pln – after exchange ( /4,3) rate should be 2,32 €
the price shown is: 0,54 €
The plugin itself is very stylish and designed well, but this bug doesn’t seem to have any options even in PRO version to fix this problem.Same.
I started to use MetaSlider.
But it’s a hussle and i don’t want to install another plugin for 1 thing only.
I don’t know what’s up. But Elementor totally f-up and we are already 3 updates later, and the issue was still not resolved.I have a similar issue,
The carousel tool in elementor crashes the page layout
and there are no options to correct its behaviour.
Images in carousel are aligned to the top,
also pushing another field “image” higher – out of its original placement.
You can see it in the end of the video on the gray background
Video