Adding a Product List in Wordpress

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.
Screenshot 2023-09-27 at 10.44.20 AM.png 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
Screenshot 2023-09-27 at 10.46.26 AM.png
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.*
Screenshot 2023-09-27 at 3.11.49 PM.png