WP Bigcommerce

0

WP Bigcommerce enables Bigcommerce store owners to list their products on WordPress blogs. By using a simple shortcode you can quickly and easily list products on pages and posts. Once

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

WP Bigcommerce enables Bigcommerce store owners to list their products on WordPress blogs. By using a simple shortcode you can quickly and easily list products on pages and posts.

Once the plugin is installed, you can place a product listing on a page or post using the following shortcode syntax:

[wpbigcommerce products=72,73,81]

Where 72,73,81 is the list of product IDs you’d like displayed. You can also change which fields will be displayed using the syntax:

[wpbigcommerce products=72,73,81 fields=name,image,sku,description,price]

Available fields

You can control which fields will be displayed in the product listing by changing the fields attribute in the shortcode. The following values are currently available:

  • name*
  • image*
  • sku*
  • price*
  • retail_price
  • sale_price
  • warranty*
  • rating*
  • categories*
  • condition*
  • availability_description
  • is_free_shipping
  • upc
  • weight*
  • width
  • height
  • depth
  • description_snippet*
  • description
  • description_html
  • link*

*: show by default

Upcoming features

  • Dialog window to automate shortcode creation (select product[s] from a user interface instead of having to supply the ID).
  • Change the order in which fields are displayed in the product template.
  • Tracking for referrals back to your Bigcommerce store.