List & sell products from your Showpass organization account using the product code shortcode
[showpass_products template="list" page_size="8"]
It will layout something like the image below.
ft
Parameters
Use the following parameters to adjust the appearance of your product list.
template="list|grid|data"
Set the display layout Default: grid as seen below
Use the template="data" parameter to customize your own template.
page_size="int"
Set the number of results per page Default: 20
product_ids
Display specific products by specifying the IDs of the products you would like to show.
ex. [showpass_products template="list" product_ids="2,6,7"]
show_widget_description='true'
Use this parameter to hide/show the widget description panel.
*Please note that this will override the admin setting.*