This page includes some actual examples of BC4WP displaying products on a WordPress page. The table of products below was built using the BC4WP shortcode 9 times. Note that these products link to a sample Bigcommerce store.
Standard shortcode usage with default product image width (SKU “SPECK-IPHONE”):
[bigcommerce sku=”SPECK-IPHONE” thumbnail=”yes” price=”yes” ] |
Standard shortcode usage with customized product image width (SKU “SPECK-IPHONE”):
[bigcommerce sku=”SPECK-IPHONE” thumbnail=”yes” price=”yes” imagewidth=”120″] |
Standard shortcode usage with customized product image width and price label (SKU “SPECK-IPHONE”):
[bigcommerce sku=”SPECK-IPHONE” thumbnail=”yes” price=”yes” imagewidth=”120″ priceLabel=”AU $”] |
Standard shortcode usage with default product image width (SKU “MAC-PRO”):
[bigcommerce sku=”MAC-PRO” thumbnail=”yes” price=”yes” ] |
Standard shortcode usage with customized product image width (SKU “MAC-PRO”):
[bigcommerce sku=”MAC-PRO” thumbnail=”yes” price=”yes” imagewidth=”120″] |
Standard shortcode usage with customized product image width and price label (SKU “MAC-PRO”):
[bigcommerce sku=”MAC-PRO” thumbnail=”yes” price=”yes” imagewidth=”120″ priceLabel=”AU $”] |
Standard shortcode usage with default product image width (SKU “#RANDOM#” causes display of random product):
[bigcommerce sku=”#RANDOM#” thumbnail=”yes” price=”yes” ] |
Standard shortcode usage with customized product image width (SKU “#RANDOM#” causes display of random product):
[bigcommerce sku=”#RANDOM#” thumbnail=”yes” price=”yes” imagewidth=”120″] |
Standard shortcode usage with customized product image width and price label (SKU “#RANDOM#” causes display of random product):
[bigcommerce sku=”#RANDOM#” thumbnail=”yes” price=”yes” imagewidth=”120″ priceLabel=”AU $”] |
The BC4WP plugin allows you to use shortcodes to embed your Bigcommerce products within your WordPress posts and pages using only the product SKU. There’s also a widget to make adding a Bigcommerce product to a specific widget position a snap! Links created using the plugin link to the product’s product detail page where your customer can then select quantity, configuration options, etc. and then add the product to their cart.