Title: WP Bigcommerce
Author: coreymcmahon
Published: <strong>2013 年 10 月 24 日</strong>
Last modified: 2014 年 1 月 8 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/wp-bigcommerce.svg)

# WP Bigcommerce

 作者：[coreymcmahon](https://profiles.wordpress.org/coreymcmahon/)

[下载](https://downloads.wordpress.org/plugin/wp-bigcommerce.1.2.zip)

 * [详情](https://cn.wordpress.org/plugins/wp-bigcommerce/#description)
 * [评价](https://cn.wordpress.org/plugins/wp-bigcommerce/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/wp-bigcommerce/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/wp-bigcommerce/#developers)

 [支持](https://wordpress.org/support/plugin/wp-bigcommerce/)

## 描述

_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](https://wordpress.org/plugins/wp-bigcommerce/installation/),
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.

## 屏幕截图

 * [[
 * Quickly and easily list products from your Bigcommerce store on your Wordpress
   sites.
 * [[
 * Control which fields are displayed to customise the product listing.

## 安装

#### Installation from within WordPress

 1. Log in to your WordPress site’s backend and navigate to the _Plugins_ > _Add New_
    page.
 2. Search for `WP Bigcommerce`.
 3. Click on the _Install_ button underneath _WP Bigcommerce_.
 4. Navigate to the _Settings_, _WP Bigcommerce_ page.
 5. Add your Bigcommerce API details and click save.

#### Manual Installation

 1. Upload `wp-bigcommerce.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Navigate to the _Settings_ > _WP Bigcommerce_ page.
 4. Add your Bigcommerce API details and click save.

## 常见问题

  Where do I find my Bigcommerce API settings?

Your Bigcommerce API settings can be accessed from the backend of your Bigcommerce
store. Click on the _Users_ link in the top navigation bar (black background, white
text) and then select a Bigcommerce user. Scroll down to the bottom of the page 
and ensure that “Allow User to Access the API” is checked. The API username, URL
and secret will be displayed here.

  How do I find the ID for a product?

The easiest way to do this is to log in to your Bigcommerce store admin, click on
the “Products” link in the top menu and then “View Products.” Navigate through the
list of products until you find the one you want to include on your WordPress blog
and click on the product title to go to the edit page.

Once here, you can find the product ID by looking at the URL in the address bar 
for your browser. You’ll see something like this:

    ```
    https://www.yourstorename.com/admin/index.php?ToDo=editProduct&productId=72
    ```

The product ID in this case is 72 (you can see it at the end of the URL above, where
it says “productId=72”).

  Why does the plugin show different product information to what’s in my store?

WP Bigcommerce saves (or “caches”) information from you store so that it only needs
to retrieve a product once. This makes it much faster, but it means the information
won’t be accurate if you change the product details in your store.

You can fix this by “dumping” the cache. Go to the Settings > WP Bigcommerce page
in your WordPress backend and click the “Clear Cache” button.

  PressTrends

This plugin uses [PressTrends](http://www.presstrends.io/) to gather anonymous usage
statistics. By installing the plugin you agree to allow PressTrends to receive this
information.

## 评价

![](https://secure.gravatar.com/avatar/f5de01f9404a8515c04786c433df256d8d2dfac9612c18cc2bcd6db09ae5e353?
s=60&d=retro&r=g)

### 󠀁[Bigcommerce is not connected](https://wordpress.org/support/topic/bigcommerce-is-not-connected-2/)󠁿

 [Sunder Deep Dasna](https://profiles.wordpress.org/shashank-mukherjee/) 2017 年
2 月 8 日

If I have choice then I give it negative rating.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/)

## 贡献者及开发者

「WP Bigcommerce」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ coreymcmahon ](https://profiles.wordpress.org/coreymcmahon/)

[帮助将「WP Bigcommerce」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/wp-bigcommerce)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/wp-bigcommerce/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/wp-bigcommerce/)，或通过[RSS](https://plugins.trac.wordpress.org/log/wp-bigcommerce/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/wp-bigcommerce/)。

## 更新日志

#### 1.2

 * Fixed bug with older PHP versions.

#### 1.1

 * Made fields orderable.
 * Added weight and dimensions units.
 * Added attributes to customise link: `link_text`, `link_class`, `link_style`, `
   link_target`.

#### 1.0

Initial release.

## 额外信息

 *  版本 **1.2**
 *  最后更新：**12 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **3.7.41**
 *  语言
 * [English (US)](https://wordpress.org/plugins/wp-bigcommerce/)
 * 标签
 * [big commerce](https://cn.wordpress.org/plugins/tags/big-commerce/)[bigcommerce](https://cn.wordpress.org/plugins/tags/bigcommerce/)
   [commerce](https://cn.wordpress.org/plugins/tags/commerce/)[e-commerce](https://cn.wordpress.org/plugins/tags/e-commerce/)
   [ecommerce](https://cn.wordpress.org/plugins/tags/ecommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/wp-bigcommerce/advanced/)

## 评级

 3 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/wp-bigcommerce/reviews/)

## 贡献者

 *   [ coreymcmahon ](https://profiles.wordpress.org/coreymcmahon/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/wp-bigcommerce/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://www.commercecoders.com/)