an
groups-icon

Discount text in Euro

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Pau Castells Ballester
    0 points
    Beginner

    Hi
    I found the function at default_coupon.php to generate discount text with $:
    if($text == “”){

    preg_match_all(“/[$-£]+[0-9]/”, htmlentities($post->post_title), $percentage);
    if(isset($percentage[0][0]) && $percentage[0][0] != “” ){
    $text = $percentage[0][0].” Off”;
    }
    }
    How can i set up it to show it in euros format? example: 16€

    Thx

    January 18, 2017 at 8:28 am
  • Pau Castells Ballester
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 18, 2017 at 8:44 am
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 18, 2017 at 8:56 am

357

Views

2

Replies