Mô tả
Product Display for OpenCart takes a product id, and pulls in the product name, price, image, description and link, and displays it in a post.
Ảnh màn hình
Cài đặt
Note: This is a two-part install; you have to install files on your OpenCart installation and on your WordPress installation.
Install the WordPress part of this mod as usual (using the Install button on the mod page on WordPress.org). The follow these steps:
-
Get the OpenCart file for this mod, unzip it, and copy the “catalog” folder to the “catalog” folder of your cart.
-
In your WordPress admin, do the following:
– In Plugins->Installed Plugins, click the “Activate” link under Product Display for OpenCart.
– In Settings->Product Display for OpenCart, set your OpenCart URL.
To show a specific product on your blog, use the shortcode [oc_product_display] with parameter “id” as a self closing tag. So showing product 40 would be done as follows:
[oc_product_display id=”40″]
Hỏi đáp
- Installation Instructions
-
Note: This is a two-part install; you have to install files on your OpenCart installation and on your WordPress installation.
Install the WordPress part of this mod as usual (using the Install button on the mod page on WordPress.org). The follow these steps:
-
Get the OpenCart file for this mod, unzip it, and copy the “catalog” folder to the “catalog” folder of your cart.
-
In your WordPress admin, do the following:
– In Plugins->Installed Plugins, click the “Activate” link under Product Display for OpenCart.
– In Settings->Product Display for OpenCart, set your OpenCart URL.To show a specific product on your blog, use the shortcode [oc_product_display] with parameter “id” as a self closing tag. So showing product 40 would be done as follows:
[oc_product_display id=”40″]
-
Đánh giá
Người đóng góp & Lập trình viên
“Product Display for OpenCart” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Product Display for OpenCart” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
First version