Home
›
COMPATIBILITY
›
WooCommerce Wholesale Pro Suite by IgniteWoo
WooCommerce Wholesale Pro Suite by IgniteWoo
Plugin URL : https://ignitewoo.com/woocommerce-extensions-plugins-themes/woocommerce-wholesale-pro-suite/
Should be compatible for the latest version.
Old versions:
In file wp-content\plugins\woocommerce-wholesale-pro\includes\class-wc-wholesale-wc-currency-switcher-compatibility.php add next code:
return $amount;
in file "wp-content\plugins\woocommerce-wholesale-pro\woocommerce-wholesale-pricing-pro.php " add next code:
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$min = $WOOCS->woocs_exchange_value(floatval($min));
$max = $WOOCS->woocs_exchange_value(floatval($max));
}
}
and to the same file add next code:
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$price = $WOOCS->woocs_exchange_value(floatval($price));
$product_price = $WOOCS->woocs_exchange_value(floatval($product_price));
}
}
on the same file change code:
if (class_exists('WOOCS')) {
$prices_html[] = '<span class="normal_price">' . $this->settings['show_regular_price_label'] . ' ' . $WOOCS->woocs_add_approx_to_price($this->format_price($product_price), $_product) . '</span>';
} else {
$prices_html[] = '<span class="normal_price">' . $this->settings['show_regular_price_label'] . ' ' . $this->format_price($product_price) . '</span>';
}
← WooCommerce UPS Drop Shipping - Ignitewoo
WooTour - WooCommerce Travel Tour Booking →
🌸
Shortcodes, functions, actions and filters reference for FOX WooCommerce Currency Switcher
Codex — FOX Currency Switcher
Got it
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.