[wp_cart_display_product name="5 Star Icon" price="99.00" thumbnail="http://www.bbbrewoff.com/WordPress/wp-content/uploads/2015/12/capharemirror-1.jpg" description="We don't sell 5-star products, but we recommend them." var1=”Size|Small|Medium|Large” var2=”Color|Red|Blue|Green|Black” ]
Using a Product Box with Product Variation
Here is an example shortcode usage with product variation:
[wp_cart_display_product name=”My Awesome Product” price=”25.00″ thumbnail=”http://www.example.com/images/product-image.jpg” description=”This is a short description of the product” var1=”Size|Small|Medium|Large” var2=”Color|Red|Blue|Green|Black”]
The above shortcode will display a product for sale like the following:
Using Shipping With the Product Box
Here is an example of how to add the shipping parameter with the product box shortcode:
[wp_cart_display_product name=”My Awesome Product” price=”25.00″ thumbnail=”http://www.example.com/images/product-image.jpg” description=”This is a short description of the product” var1=”Size|Small|Medium|Large” var2=”Color|Red|Blue|Green|Black” shipping=”5″]
Creating a Grid Display With Product Boxes
Check this tutorial to learn how you can stack the product boxes side by side