Thank you for the quick replay BASARA.
AbanteCart v1.4.3 is released.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Quote from: cookie on January 08, 2014, 06:15:42 AMVery interest i like to use in my shop to
Thank you!
Actually after playing around a bit got it working with smth. like:
<?php if ($price == 0) {
echo "olala";
} else {
echo $price;
} ?>