Title: Amazing WP e-Commerce
Author: Risto Niinemets
Published: <strong>2013 年 3 月 12 日</strong>
Last modified: 2013 年 3 月 12 日

---

搜索插件

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

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

# Amazing WP e-Commerce

 作者：[Risto Niinemets](https://profiles.wordpress.org/ristoniinemets/)

[下载](https://downloads.wordpress.org/plugin/amazing-wp-e-commerce.1.0.1.zip)

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

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

## 描述

Whilst developing a theme for WP e-Commerce, have you ever thought why there’s a
template file for a list and a grid view, even though it is disabled in Store settings(
Settings – Store – Presentation)?

This plugin will enable Grid and List views and will let you to customize the grid
view as it is presented in Store settings. Those settings are: Products per row,
Show only images, Display Variations, Display Description, Display “Add to Cart”
Button, Display “More Detail” Button.

If you have ever looked into wpsc-single_product.php file then you probably have
noticed the Gold Cart plugin function in there and it does nothing. Well, I have
added functionality for it. With this plugin installed, you will see additional 
product thumbails under the main thumbnail (screenshot 1).

Also it comes with a fancy extra feature: Extra Thumbnails. If your product has 
more than the featured image, then you can go to products page (catalog) and hover
over the product thumbnail. It will load the extra images and start a slideshow.

## 屏幕截图

[⌊Gallery (additional images) thumbnails under the main thumbnail⌉⌊Gallery (additional
images) thumbnails under the main thumbnail⌉[

Gallery (additional images) thumbnails under the main thumbnail

[⌊Gallery thumbnail settings⌉⌊Gallery thumbnail settings⌉[

Gallery thumbnail settings

[⌊Extra Thumbnails being loaded in Grid View.⌉⌊Extra Thumbnails being loaded in 
Grid View.⌉[

Extra Thumbnails being loaded in Grid View.

## 安装

 1. Upload `amazing-ecommerce.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use WP E-Commerce simplified functions as you need and enjoy extra features

## 常见问题

  What functions are there to use?

 * (get|the)_product_price()
 * (get|the)_product_description()
 * (get|the)_product_thumbnail()
 * (get|the)_product_image()
 * (get|the)_product_title()
 * (get|the)_product_id()
 * get_product_categories()
 * get_product_category_slug()
 * list_product_categories()
 * get_additional_images()

  What’s the difference between “get” and “the” prefix functions?

“Get” function return the wanted value, whereas “the” function echoes it.

  Are there any filters or actions to use?

Yes, there are many filters to affect the work of this plugin.

Filters:

 * `amazing_gallery_container_style` – (string) Gallery thumbnail images container
   style tag
 * `amazing_gallery_container_class` – (array) Gallery thumbnail images container
   classes
 * `amazing_gallery_thumbnail` – (array) Gallery thumbnail images arguments (title,
   alt tag, class)
 * `amazing_gallery_link_class` – (array) Gallery thumbnail image link classes
 * `before_amazing_categories_list` – (string) Categories
 * `load_amazing_style` – (boolean) To prevent plugin`s stylesheet to be loaded,
   you have to return false.
 * `load_amazing_script` – (boolean) To prevent plugin`s javascript to be loaded,
   you have to return false. By using this filter and returning false, you can disable
   the Extra Thumbnails feature of this plugin.
 * `amazing_grid_classes` – (array) Grid wrapper div classes
 * `amazing_extra_image_classes` – (string) Product extra thumbnail classes

  How to disable Extra Thumbnails feature?

There is a nice way to do it:

    ```
    add_filter( 'load_amazing_script', 'disable_amazing_ecommerce_script' );

    function disable_amazing_ecommerce_script( $enable ) {
        return false;
    }
    ```

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

 *   [ Risto Niinemets ](https://profiles.wordpress.org/ristoniinemets/)

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

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.1

Supplied some more information of the plugin, it’s features and filters.

## 额外信息

 *  版本 **1.0.1**
 *  最后更新：**13 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **3.5.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/amazing-wp-e-commerce/)
 * 标签
 * [wp e-commerce](https://cn.wordpress.org/plugins/tags/wp-e-commerce/)[wpec](https://cn.wordpress.org/plugins/tags/wpec/)
   [wpsc](https://cn.wordpress.org/plugins/tags/wpsc/)
 *  [高级视图](https://cn.wordpress.org/plugins/amazing-wp-e-commerce/advanced/)

## 评级

 5 星（最高 5 星）。

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

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

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

## 贡献者

 *   [ Risto Niinemets ](https://profiles.wordpress.org/ristoniinemets/)

## 支持

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

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

## 捐助

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

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XE45WDB3XEN6J&lc=EE&item_name=WordPress%20plugins&item_number=wordpress%2dplugin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)