A choice of new arrivals, for regular customers who might like to see what you've recently added to your inventory.
Copy and paste this code where required, editing the filter_category & limit parameters as necessary
[%list type:'product' template:'' sort:'new_arrivals' limit:'4'%]
[%param *header%]
<h3>New Arrivals</h3>
<div class="row">
[%/param%]
[%param *footer%]
</div>
[%/param%]
[%/list%]
Note If you want to only show products from a specific category then you could add in a filter to the list function, e.g filter:'content=[@id@]'
, with [@id@]
being the category ID you want to filter by.