Hi,
We have a range of different products on the site we are building, some have no variants, some have variants where the price is the same and others have variants where the price is different.
We are currently using:
Code:
{if $product.is_variants}From{/if}
To display "From" - however as I mentioned, some products have variants, but the price is the same. Is there anyway around this?
Thanks, Shane