B@se
[@lowest_price@]to [@highest_price@]
[%set [@lowest_price@]%]99999[%/set%] | |
[%set [@highest_price@]%]0[%/set%] | |
[%list_item_variations id:'[@current_sku@]'%] | |
[%param *variation_body%] | |
[%product sku:'[@variation_sku@]'%] | |
[%param *body%] | |
[%if [@price@] < [@^^lowest_price@]%] | |
[%set [@^^lowest_price@] %][@price@][%/set%] | |
[%/if%] | |
[%if [@price@] > [@^^highest_price@]%] | |
[%set [@^^highest_price@] %][@price@][%/set%] | |
[%/if%] | |
[%/param%] | |
[%/product%] | |
[%/param%] | |
[%/list_item_variations%] | |
<span class="text"><b> | |
[%if [@lowest_price@] eq [@highest_price@] %] | |
[%FORMAT type:'currency'%][@lowest_price@][%/FORMAT%] | |
[%else%] | |
From [%FORMAT type:'currency'%][@lowest_price@][%/FORMAT%] - [%FORMAT type:'currency'%][@highest_price@][%/FORMAT%] | |
[%/if%] | |
</b></span> |
Full version if used on the product thumbnail: