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 pleaseIf 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.
Quote from tremblayly on November 2, 2020, 21:21Another 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?
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?
Quote from Pablo Borysenco on November 3, 2020, 10:56Hello Lyse
Please check option - https://c2n.me/49FY6wn.png
Hello Lyse
Please check option - https://c2n.me/49FY6wn.png
Quote from tremblayly on November 3, 2020, 15:34Thank you much for where to disable the notification of rate change.
Thank you much for where to disable the notification of rate change.
Quote from Pablo Borysenco on November 4, 2020, 10:35Hello
Welcome;)
Hello
Welcome;)
Quote from Pablo Borysenco on November 5, 2020, 18:32Hello 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
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
Quote from tremblayly on November 12, 2020, 15:44Hi 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
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
Quote from Pablo Borysenco on November 13, 2020, 12:26Hello Lyse
Welcome;)
Hello Lyse
Welcome;)
Quote from tremblayly on December 2, 2020, 17:11Hi 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
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
Quote from Pablo Borysenco on December 3, 2020, 12:52Hello Lyse
Ok! Please be sure to write what Wholesale plugin developer decided
Welcome;)
Hello Lyse
Ok! Please be sure to write what Wholesale plugin developer decided
Welcome;)
Quote from tremblayly on December 17, 2020, 03:27Hi 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
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
Quote from Pablo Borysenco on December 17, 2020, 11:32Hello Lyse
But a bug in a third party plugin!
Try to do this - https://c2n.me/4agj5uT.png
Hello Lyse
But a bug in a third party plugin!
Try to do this - https://c2n.me/4agj5uT.png