571
Languages and Zones / Re: Malaysia Zones
« on: January 09, 2014, 11:38:15 AM »
Thank you. I will remind to update this in the core.
Thank you!
Actually after playing around a bit got it working with smth. like:
<?php if ($price == 0) {
echo "olala";
} else {
echo $price;
} ?>