Hello everyone,
I am trying to limit the last seen products and for that I go to Configuration > Basic Settings > Frontend > Recently viewed items and set the _ maximum number of items to display _ to only 4 but it’s not working, it’s displaying all the products I have viewed. Is there another place where I should configurate this?
I have checked the code where it renders the last seen products but not sure how can I limit it there.
Shopware 5.4.4
{block name='frontend_index_left_last_articles'}
{if $sLastArticlesShow && !$isEmotionLandingPage}
{* Last seen products *}
{s namespace="frontend/plugins/index/viewlast" name='WidgetsRecentlyViewedHeadline'}{/s}
{/if}
{/block}
Any tip would be appreciated.
Thanks.