
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 12, 2019, 12:38
Hello
Please drop me wp-admin+FTP access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png
I will add the plugin to the adaptation queue
Hello
Please drop me wp-admin+FTP access - https://c2n.me/43SC6rb.png ->https://c2n.me/42BAoj4.png
I will add the plugin to the adaptation queue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 18, 2019, 12:33
Hello
Please add FTP access.
Hello
Please add FTP access.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 20, 2019, 11:24
Hello
Ok! I added this plugin to the adaptation queue
Hello
Ok! I added this plugin to the adaptation queue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 23, 2019, 12:12
Hello
I think in two weeks
Hello
I think in two weeks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 9, 2020, 19:47
Hello
Please activate WOOCS and do test.
Hello
Please activate WOOCS and do test.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 15, 2020, 12:04
Hello
I checked it! Everything works correctly - https://c2n.me/45vCs4M
Hello
I checked it! Everything works correctly - https://c2n.me/45vCs4M

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 21, 2020, 12:24
Hello
Please drop me screenshots/video with the issue
Hello
Please drop me screenshots/video with the issue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 22, 2020, 12:00
Hello
https://c2n.me/45CxFLf.png - Unfortunately I do not see your screenshot
Hello
https://c2n.me/45CxFLf.png - Unfortunately I do not see your screenshot

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 23, 2020, 12:22
Hello
Yes! Ok, I got it! I will fix it
Hello
Yes! Ok, I got it! I will fix it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 23, 2020, 18:19
Hello
Please do test!
Hello
Please do test!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 24, 2020, 12:32
Hello
Ok! Welcome;)
New code:
In file - "\wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php"
add - https://c2n.me/45EfDZe.png
if(function_exists("wc_memberships") ){
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/45EfMB6.png
if(function_exists("wc_memberships") AND $product !== NULL ){
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
Ok! Welcome;)
New code:
In file -"\wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php"
add - https://c2n.me/45EfDZe.png
if(function_exists("wc_memberships") ){
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/45EfMB6.png
if(function_exists("wc_memberships") AND $product !== NULL ){
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 );
}
}
}