이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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, 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.

FAQ

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 to gather anonymous usage statistics. By installing the plugin you agree to allow PressTrends to receive this information.

후기

모든 2 평가 읽기

기여자 & 개발자

“WP Bigcommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Bigcommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.