Available Parameters
Example 1
return three products from women product tag (with “women” slug)
[prima_code][prima_products_in_tag title=”Products For Women” tag=”women” numbers=”3″ columns=”3″]
[/prima_code]
[prima_products_in_tag title=”Products For Women” tag=”women” numbers=”3″ columns=”3″]
Example 2
return three products from men product tag (with “men” slug) in alphabetic order
[prima_code][prima_products_in_tag title=”Products For Men” tag=”men” numbers=”3″ columns=”3″ orderby=”title” order=”asc”]
[/prima_code]
[prima_products_in_tag title=”Products For Men” tag=”men” numbers=”3″ columns=”3″ orderby=”title” order=”asc”]
Example 3
return three products from shoes product tag (with “shoes” slug) in random order
[prima_code][prima_products_in_tag title=”Shoes Collection” tag=”shoes” numbers=”3″ columns=”3″ orderby=”rand”]
[/prima_code]
[prima_products_in_tag title=”Shoes Collection” tag=”shoes” numbers=”3″ columns=”3″ orderby=”rand”]