I am trying to have a list of the latest arrivals to the website. Using the sample code for “%new_arrivals” as shown in
https://developers.maropost.com/documentation/neto-designer-documentation/b-se-tag-library/function-tags/list-content-and-products/new_arrivals/
[%new_arrivals template:'' limit:'2'%]
[%param *header%]
<h2>New Arrivals (doc)</h2>
[%/param%]
[%param *footer%]
[%/param%]
[%param *ifempty%]
<p>No new arrivals found, check back soon!</p>
[%/param%]
[%/new_arrivals%]
works fine on the home page here:
https://www.littlecoinshop.com.au/?nview=classic-lcs_2025-10a
…but not anywhere else, like the new releases page here:
https://www.littlecoinshop.com.au/new-releases/
. All I get is the message “No new arrivals found, check back soon!”.
Any ideas why the different page is causing the new releases function not to find anything?
Thanks.