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

Conflict with existing wholesale plugin

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.
12

Another side question I have in the meantime - I'm bombarded with receiving emails related to"Base currency of the site is: CAD" that lists the rates I have configured. The email is: www-data@pod-101157. Why am I getting this 2-3/day?

Hello Lyse

Please  check  option - https://c2n.me/49FY6wn.png

Thank you much for where to disable the notification of rate change.

 

Hello

Welcome;)

Hello Lyse

In  file - wp-content\plugins\woocommerce-wholesale-pro\includes\class-wc-wholesale-wc-currency-switcher-compatibility.php  add  code - https://c2n.me/49I4zcD.png

return $amount;

in file  -"\wp-content\plugins\woocommerce-wholesale-pro\woocommerce-wholesale-pricing-pro.php"  add  code - https://c2n.me/49I4JoU.png

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  add  code - https://c2n.me/49I4P12.png

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));
}
}

AND  change  code - https://c2n.me/49I4VIY.png

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>';
}

AND  do a  test

Hi Pablo,

I have tested the fix myself and it works. I'm just waiting on the Wholesale Pro Suite developer to implement within his plugin so I can apply it to my product site. Hopefully it will be this week.

Thanks for your patience.

Lyse

Hello Lyse

Welcome;)

Hi Pablo,

Just an update, the Wholesale plugin developer is just starting to look at this now. Such slow response from him.

Thanks for keeping this ticket open.

Lyse

Hello Lyse

Ok!  Please be sure to write what Wholesale plugin developer decided

Welcome;)

Hi Pablo,

Finally had the Wholesale Pro Suite plugin developer implement the changes on my staging server.

There are warning messages that display throughout within the products.

Warning: Division by zero in /nas/content/staging/diyjewellery1/wp-content/plugins/woocommerce-wholesale-pro/includes/class-wc-wholesale-wc-currency-switcher-compatibility.php on line 29

Can you please help figure out how to resolve this issue?

Thanks

Lyse

Hello  Lyse

But a bug in a third party plugin!

Try  to do this - https://c2n.me/4agj5uT.png

12