Available Parameters
Example 1
return three products from Clothing category (with “clothing” slug)
[prima_code][prima_products_in_category title=”Clothing” category=”clothing” numbers=”3″ columns=”3″]
[/prima_code]
[prima_products_in_category title=”Clothing” category=”clothing” numbers=”3″ columns=”3″]
Example 2
return three products from Accessories category (with “accessories” slug) in alphabetic order
[prima_code][prima_products_in_category title=”Accessories” category=”accessories” numbers=”3″ columns=”3″ orderby=”title” order=”asc”]
[/prima_code]
[prima_products_in_category title=”Accessories” category=”accessories” numbers=”3″ columns=”3″ orderby=”title” order=”asc”]
Example 3
return three products from Electronics category (with “electronics” slug) in random order
[prima_code][prima_products_in_category title=”Electronics” category=”electronics” numbers=”3″ columns=”3″ orderby=”rand”]
[/prima_code]
[prima_products_in_category title=”Electronics” category=”electronics” numbers=”3″ columns=”3″ orderby=”rand”]