Short code used for searching
[[search-products]]
Product Types Supported
- Wine
- Spirits
- Cider
- Sake
- Other
Make sure product types are NOT created as categories. They need to be created as Pages using the following short codes.
- This short code
[[wine-listing]]
must be used on the following URL/wine
- This short code
[[spirits-listing]]
must be used on the following URL/spirits
- This short code
[[cider-listing]]
must be used on the following URL/cider
- This short code
[[sake-listing]]
must be used on the following URL/sake
To show random products in a row, you can use short code like the below. The limit can easily be changed and recommended to be divisible by 4:
- This short code
[[product-random type="wine" limit="8"]]
will show 8 random products that have the product type "Wine" - This short code
[[product-random type="spirits" limit="8"]]
will show 8 random products that have the product type "Wine" - This short code
[[product-random type="cider" limit="8"]]
will show 8 random products that have the product type "Wine" - This short code
[[product-random type="sake" limit="8"]]
will show 8 random products that have the product type "Wine"
Short code used for displaying staff picks
[[staff-picks]]