Home Forums Themes Support Claue why the current not support paypal

Topic Resolution: Not Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #20578
      Anonymous

      because before of solution?

    • #20580
      Anonymous

      AUD is $103 and USD is $78 but this will show AUS 78

    • #20582
      Anonymous
    • #20584
      Anonymous

      add_filter(‘woocommerce_currency_symbol’, ‘change_existing_currency_symbol’, 10, 2);

      function change_existing_currency_symbol( $currency_symbol, $currency ) {
      switch( $currency ) {
      case ‘AUD’: $currency_symbol = ‘AUD$ ‘; break;
      case ‘USD’: $currency_symbol = ‘USD$ ‘; break;
      case ‘EUR’: $currency_symbol = ‘EUR€ ‘; break;
      case ‘HKD’: $currency_symbol = ‘HKD$ ‘; break;
      case ‘SGD’: $currency_symbol = ‘SGD$ ‘; break;
      case ‘GGP’: $currency_symbol = ‘GGP$ ‘; break;
      }
      return $currency_symbol;
      }

       

      you tell me add to functions.php before , it is that is the problem. thank you for your help

    • #20604

      i’m sorry this is issue need dvance skill of PHP you need to hire expert to help you do it.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20630
      Anonymous

      … this is you tell me to add that…

    • #20631
      Anonymous

      you currency not support online payment??????????????????????

    • #20642

      Please remove the code i suggest in this topic http://support.janstudio.net/forums/topic/the-currency-bug/

      And hire a PHP expert to help you.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 7 reply threads

You must be logged in to reply to this topic.