Euro sign in gift certificates


  • Default avatar
    curra9    
     11 years ago
    0

    Hi,

    When users recieve gift certificates the euro sign € is replaced with €

    where can this be changed?

    Thanks
  • Your avatar
    seyi    
     11 years ago
    0

    It uses virtuemart currency class to determine the symbol. Not sure why it is coming out like that.

    it can be hardcoded in
    www/administrator/components/com_awocoupon/helpers/estore/virtuemart/giftcerthandler.php, search for
    <?php
    $currency_class
    ->priceDisplay($coupon_row->coupon_value)
    ?>