Search code examples
ebay-design-templates

How to display products dynamically in ebay storefront


I have a store in eBay.

I want to customize it.. I have changed the header with my custom HTML I want to display products in my storefront.

In my shop homepage I found this code {eBayStoresItemList DISPLAY="1"} I know it stands for gallery view.

My question how can I set items count because when I use this code it displays a bulk of products in a same page. I want to set limit to four items that should be displayed dynamically from the list of items.

Is there any possible way to do it. If so please help me out.

Thanks in advance!

ps: The same question was also posted in the forum and it is also unanswered https://forums.developer.ebay.com/questions/23769/ebay-stores-item-list-limit.html


Solution

  • Here's an useful link where you can find the relevant tags and codes for ebay store listings.

    Link: https://madetobeunique.com/blog/ebay-store-tags-and-html-codes-for-custom-design/

    However, you can set the item limit with the SIZE parameter(or whatever you like to call it as)

    Use {eBayStoresItemList DISPLAY="1" SIZE="4"} This will automatically sets limits to four items.

    The remaining items will be on next pages linked with pagination.

    Hope this helped you :)