WooCommerce Currency Switcher
-
Hello Plugin Developers,
[06-Aug-2019 23:21:45 UTC] PHP Fatal error: Call to undefined method WOOCS::woocs_convert_price() in /xxxx/xxxx/public_html/wp-content/plugins/pw-woocommerce-gift-cards/pw-gift-cards.php on line 425
function pwgc_to_current_currency( $amount ) {
// WooCommerce Currency Switcher by realmag777
if ( isset( $GLOBALS[‘WOOCS’] ) ) {
return $GLOBALS[‘WOOCS’]->woocs_convert_price( $amount );
}I’m facing some issue and didn’t get any solution bacause i’m unable to find the declaration of woocs_convert_price function in the plugin.
Lemme know if you have any solution available for this.
-Zahid
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooCommerce Currency Switcher’ is closed to new replies.