
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 27, 2020, 12:32
Hello
Please clear a transient - https://c2n.me/45H4fvh.png and the cache
Hello
Please clear a transient - https://c2n.me/45H4fvh.png and the cache

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 28, 2020, 12:18
Hello
Welcome;)
Hello
Welcome;)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 30, 2020, 13:40
Hello
I will check it
Hello
I will check it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 30, 2020, 18:52
Hello
Please do test
New code:
In file - "\wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php"
add - https://c2n.me/45LgpIZ.png
if(function_exists("wc_memberships") AND $this->current_currency != $this->default_currency ){
if ( wc_memberships()->get_member_discounts_instance()->applying_discounts() ) {
if ( !doing_action( 'woocommerce_add_cart_item_data' ) ) {
$prices_array[$key][$product_id] = wc_memberships()->get_member_discounts_instance()->get_discounted_price( $prices_array[$key][$product_id], wc_get_product($product_id) );
}
}
}
AND - https://c2n.me/45Lgx3X.png
if(function_exists("wc_memberships") AND $product !== NULL AND $this->current_currency != $this->default_currency){
if ( wc_memberships()->get_member_discounts_instance()->applying_discounts() ) {
if ( doing_action( 'woocommerce_add_cart_item_data' ) ) {
$price = wc_memberships()->get_member_discounts_instance()->get_discounted_price( $price,$product );
}
}
}
Hello
Please do test
New code:
In file -"\wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php"
add - https://c2n.me/45LgpIZ.png
if(function_exists("wc_memberships") AND $this->current_currency != $this->default_currency ){
if ( wc_memberships()->get_member_discounts_instance()->applying_discounts() ) {
if ( !doing_action( 'woocommerce_add_cart_item_data' ) ) {
$prices_array[$key][$product_id] = wc_memberships()->get_member_discounts_instance()->get_discounted_price( $prices_array[$key][$product_id], wc_get_product($product_id) );
}
}
}
AND - https://c2n.me/45Lgx3X.png
if(function_exists("wc_memberships") AND $product !== NULL AND $this->current_currency != $this->default_currency){
if ( wc_memberships()->get_member_discounts_instance()->applying_discounts() ) {
if ( doing_action( 'woocommerce_add_cart_item_data' ) ) {
$price = wc_memberships()->get_member_discounts_instance()->get_discounted_price( $price,$product );
}
}
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 31, 2020, 12:06
Hello
In this case please use this version of the code - https://c2n.me/45LRXxV.png
And do not use this plugin - WOO Product Table Pro
Hello
In this case please use this version of the code - https://c2n.me/45LRXxV.png
And do not use this plugin - WOO Product Table Pro