Jump to content

How to add special price at home featured


Recommended Posts

In homefeatured.tpl, inside the loop, try and see if you can output the raw version of the reduction using {$product.reduction}

 

If you can, you can use a conditional to see if it's a % or value, like {if $product.reduction_type == 'percentage'}

Link to comment
Share on other sites

×
×
  • Create New...