這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Shopp Improved

外掛說明

Shopp Improved is a plugin that extends the popular
Shopp eCommerce solution for WordPress.
You must have the Shopp
Plugin
in order to use this plugin.

I recently worked on a site where I used the Shopp WordPress plugin to set up
E-Commerce. The first big issue that I ran across was allowing for user
customizations of products. For example, if a product can be engraved with a
name, includes the person’s initials, can include a message, etc. Shopp does
include the ability to add these kinds of user input fields, but it’s done
through a template tag. This means that you either have to apply it to all
items, or you need a developer to set it up on a per-product basis. My client
has quite a few products that are custom-made, and they really needed to be able
to set up these fields themselves.

In comes Shopp Improved. It creates a user interface to allow you to easily add
these fields to any product. The inputs can then be easily integrated into a
shopp product template with just a couple lines of code.

Requires PHP 5+.

安裝方式

  1. Verify that you have PHP5, which is required for this plugin.
  2. Upload the whole shopp-improved directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Do I need the Shopp plugin to use this?

Yes. This plugin only extends Shopp, it is not a replacement.

How do I add this to my Shopp template?

Just add these lines to your template:

<?php
$shoppImproved = shoppImproved::getInstance();
$shoppImproved->get_inputs();
?>

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Shopp Improved〉的開發相關工作。

參與者

將〈Shopp Improved〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.3

  • Use “new Product” directly to make sure the product exists
  • Upgrade Xavisys Plugin Framework

1.0.2

  • Updated to work with the newer versions of Shopp

1.0.0

  • Released via WordPress.org

0.0.1

  • Original Version