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€
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
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now