Plugin info

Total downloads: 1,025
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/9/2018 (2824 days ago)
Added to WordPress: 4/9/2018 (7 years old)
Minimum WordPress version: 4.3
Tested up to WordPress version: 4.8.27
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2824 days ago

20/100

Is Product Display for BigCommerce abandoned?

Possibly abandoned (last update 2824 days ago).

Compatibility

Requires WordPress: 4.3
Tested up to: 4.8.27
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Cart2Cart: BigCommerce to WooCommerce Migration
Rating 3.9/5 (7 reviews)Active installs 50
WP Bigcommerce
Rating 3.0/5 (2 reviews)Active installs 10
BigCommerce Advance Search
Rating 0.0/5 (0 reviews)Active installs 10
LightR Commerce
Rating 0.0/5 (0 reviews)Active installs 0

Description

Product Display for BigCommerce takes a product ID, and pulls in the product name, price, image, description and link, and displays it in a post.

Installation

Note: This is a two-part install; you have to do some configuration on your BigCommerce store admin, then you must install code on your WordPress site.

In your BigCommerce admin, do the following:

  1. Login to the BigCommerce Admin Panel.
  2. Go to Advanced Settings, then API Accounts. Click the “Create API Account” button at the top of the page.
  3. Note the value of API Path. It should look something like https://api.bigcommerce.com/stores/ysle1xlmo5/v3/
  4. Set the name to WordPress, then set OAuth Scopes to Products – read-only.
  5. Click the save button, and note the values of Client ID and Access Token.

Install the WordPress part of this mod as usual (using the Install button
on the mod page on WordPress.org). The follow these steps:

  1. In your WordPress admin, do the following:

– In Plugins->Installed Plugins, click the “Activate” link under Product Display for BigCommerce.
– In Settings->Product Display for BigCommerce, enter your API Path, Client ID and Access Token, and your Store URL.

To show a specific product on your blog, use the shortcode
[bcpd_product_display] with parameter “id” as a self closing tag.
So showing product 107 would be done as follows:

[bcpd_product_display id=”107″]

The id is shown in the URL when you edit a product in your admin.

Frequently Asked Questions

Installation Instructions

Note: This is a two-part install; you have to do some configuration on your BigCommerce store admin, then you must install code on your WordPress site.

In your BigCommerce admin, do the following:

  1. Login to the BigCommerce Admin Panel.
  2. Go to Advanced Settings, then API Accounts. Click the “Create API Account” button at the top of the page.
  3. Note the value of API Path. It should look something like https://api.bigcommerce.com/stores/ysle1xlmo5/v3/
  4. Set the name to WordPress, then set OAuth Scopes to Products – read-only.
  5. Click the save button, and note the values of Client ID and Access Token.

Install the WordPress part of this mod as usual (using the Install button
on the mod page on WordPress.org). The follow these steps:

  1. In your WordPress admin, do the following:

– In Plugins->Installed Plugins, click the “Activate” link under Product Display for BigCommerce.
– In Settings->Product Display for BigCommerce, enter your API Path, Client ID and Access Token, and your Store URL.

To show a specific product on your blog, use the shortcode
[bcpd_product_display] with parameter “id” as a self closing tag.
So showing product 107 would be done as follows:

[bcpd_product_display id=”107″]

The id is shown in the URL when you edit a product in your admin.

Are there any requirements for products I’d like to display?

The product should be visible in the Online Store (set in the Other Details tab on the Product Editing screen).

I use a currency other than dollars – how do I change the price display?

Modify product_display_for_bigcommerce.php and change the function bcpd_product_display_price.

Review feed

No reviews available

Screenshots

  1. What the product information in your post will look like.

    What the product information in your post will look like.

Changelog

First version