Thank you for the quick replay BASARA.
AbanteCart v1.4.2.1 is released.
Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review
MenuThis 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 MenuQuote 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;
} ?>