• Resolved astsure

    (@astsure)


    If I add more than 10 products to Product Grid, none of them show. I already tried what was suggested in another thread (never resolved), but it still doesn’t work.

    Here is what was suggested:
    Currently, product grid template supports to add 10 products at max and if you add more than that nothing will be shown on the post. You can resolve the issue by creating a custom template by cloning product grid template and changing the value on line <input type=”hidden” name=”rows” value=”5″ /> (line no. 5 in grid template) to any value you want(7 in your case so that rows*columns = 2*7 = 14)

    Please tell me how to display more than 10 products! This code doesn’t seem to be working at all because there are also 3 columns displaying on my page even though the columns default value is 2. Changing these numbers does nothing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was having a similar problem. It was also working poorly on mobile and putting 2 products side by side before shifting down. I changed the template as follows
    <input type=”hidden” name=”columns” value=”1″ />
    <input type=”hidden” name=”rows” value=”20″ />

    Plugin Author Amazon Associates Link Builder

    (@amazonlinkbuilder)

    Dear All,

    The plugin can only show 10 products as of now from a single shortcode and if you try to add more than that in a single shortcode it will not show any products. The same is true for all the templates whether it’s default or custom. The limitation of 10 products is on the end of ItemLookup API of Amazon Product Advertising API which is used by the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add many products to Product Grid?’ is closed to new replies.