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

WP e-Commerce Cross Sales (Also Bought)

外掛說明

This plugin displays cross sales in WP e-Commerce. It provides the same functionality as in earlier versions of WP e-Commerce plus a little bit more.

Doesn’t do anything yet but will replace the current WP e-Commerce ‘also bought’ functionality in version 3.9+

New features include:

  • Option to set cross sale image sizes.
  • Remove hardcoded styling so it’s easier to style via css.
  • Improved code structure.

PS: You’ll obviously need WP e-Commerce installed for this to do anything 😉

安裝方式

Upload the plugin and activate it.
Simple.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈WP e-Commerce Cross Sales (Also Bought)〉的開發相關工作。

參與者

變更記錄

0.3

  • Update cross_sales() and wpsc_submit_checkout() based on current WPEC code.
  • Set default options.
  • Don’t use theme file for better compatibility – WPEC doesn’t at the moment. Maybe later.
  • Update compatibility messages.

0.2

  • Output using WP_Query().
  • Get also bought products instead of product variations with latest WPEC 3.9 dev.
  • Only show admin notice on plugins page if WPEC not installed or older version.

0.1

  • Require WPEC 3.9+
  • Use wpsc_cross_sales() instead of wpsc_also_bought() – although it will still work for the time being.
  • Add support for languages (.pot file not populated yet though)
  • Added in options to set image size and populate default option values on install.
  • Remove hardcoded styling.
  • Moved code to being class-based.