PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Currency Switcher doesn't convert price of options.

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

The currency switcher failed to convert price in option.  After changing currency, if the buyer chooses an optional add-on item, the total becomes the Original Item price in selected currency + optional item price in welcome currency.

This is in WooCommerce + Product Option For WooCommerce online store.

 

Hello

This is an incompatibility with a third party plugin

read this please - https://currency-switcher.com/woocs-labs/

Thanks for your reply.

Does the plugin retrieve price value from DB or via html elements?

If via html elements, it would be great to have an advanced panel for user to insert the element class name manually to be included in currency conversion elements.

WooCommerce Class Name for amount 

<p class="price">
<span class="woocommerce-Price-amount amount">
<bdi>
<span class="woocommerce-Price-currencySymbol">$</span>129.90
</bdi>
</span>
</p>

 

Product Option For WooCommerce (POFW) Plugin Class Name for Option Price

<div class="choice">
<input type="checkbox" name="pofw_option[12][]" id="pofw_option_value_35" class="pofw-option" value="35">
<label for="pofw_option_value_35">
<span>+ Quarter Window Pair</span>
<span class="pofw-price"> +$59.90</span>
</label>
</div>

 

 

 

Hello

Does the plugin retrieve price value from DB or via html elements? - Plugin converts prices using hooks ( woocommerce_product_get_price/ woocommerce_product_variation_get_price/ woocommerce_product_variation_get_regular_price/ woocommerce_product_get_regular_price/ woocommerce_product_get_regular_price/  woocommerce_product_get_sale_price/ woocommerce_get_variation_sale_price/woocommerce_get_variation_regular_price )