
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 12, 2021, 13:12
Hello
You can try to add in functions.php code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price . " " . $WOOCS->current_currency;
});
Hello
You can try to add in functions.php code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price ."" . $WOOCS->current_currency;
});

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 15, 2021, 12:59
Hello
Yes. Try this code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price ."" . $WOOCS->current_currency;
},10,2);
Hello
Yes. Try this code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price ."" . $WOOCS->current_currency;
},10,2);

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 16, 2021, 13:28
Hello
- - please check option - https://share.pluginus.net/image/i20211116142747.png
- change the code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price . " " . $WOOCS->current_currency;
},10,2);
Hello
- - please check option - https://share.pluginus.net/image/i20211116142747.png
- change the code:
add_filter('woocs_price_shortcode', function($price, $product_o){
global $WOOCS;
return $price ."" . $WOOCS->current_currency;
},10,2);

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 17, 2021, 12:45
Hello
Ok! Please try to watch a video - https://currency-switcher.com/video#video_1
All this can be realized if you configure the plugin correctly.
Hello
Ok! Please try to watch a video - https://currency-switcher.com/video#video_1
All this can be realized if you configure the plugin correctly.