How To Change WooCommerce Currency Symbol

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 8

  • @sasindulakshan7132
    @sasindulakshan7132 3 ปีที่แล้ว +1

    Thanks Bro ❤❤

    • @anthonytutorials
      @anthonytutorials  3 ปีที่แล้ว +1

      Stay safe! Super thanks for watching
      and sharing the love! Lots more videos with at:
      tinyurl.com/AnthonyTutorr

  • @artdeco7091
    @artdeco7091 3 ปีที่แล้ว +1

    HELLO ANTHONY
    i dill all this stepd but it still showing the same symbol in woocomerce, moroccan dirham(د.م) i need help please

    • @anthonytutorials
      @anthonytutorials  3 ปีที่แล้ว +2

      /**
      * Change a currency symbol
      */
      add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);

      function change_existing_currency_symbol( $currency_symbol, $currency ) {
      switch( $currency ) {
      case 'MAD': $currency_symbol = 'د.م'; break;
      }
      return $currency_symbol;
      }

    • @anthonytutorials
      @anthonytutorials  3 ปีที่แล้ว

      use this code Snippet. i tested and its will work! Need more help plz kindly msg my FB page
      web.facebook.com/anthonytutorials

    • @artdeco7091
      @artdeco7091 2 ปีที่แล้ว

      @@anthonytutorials thank you very much antony i will try it

    • @opimeen
      @opimeen 2 ปีที่แล้ว

      @@anthonytutorials Thank you so much

  • @bindiyababu804
    @bindiyababu804 2 ปีที่แล้ว

    Hi I want to change uae emirati symbol into AED. Plz help me i tried all methods but not changing.