內容簡介
注意:此外掛需要 PHP 5 版本。
Quick Shop 支援安裝有側邊欄小工具的任何 WordPress,並且會新增一個側邊欄小工具,顯示使用者購物車中目前有哪些項目,並允許使用者刪除這些項目,同時還提供 TinyMCE 按鈕,讓您輕鬆地在文章/頁面中加入產品資訊。
另外,您需要自己製作 CSS,插件已經提供了足夠的類別/ID。
功能包括:
庫存清單(與 TinyMCE 綁定)
自動整合 CFormsII(使用 CFormsII API,方便您自行編輯)
管理頁面中提供完整的小工具佈局格式設定 -> 選項 -> Quick Shop
購物車側邊欄小工具
結帳頁面
能夠建立不同的產品選項並以下拉式清單方式呈現
支援 WordPress MU
我的一位客戶需要一個快速且簡單的 WordPress 購物車,背景如下:
每篇文章有多個產品
只允許透過電子郵件接收訂單
只需要電子資金轉移(EFT,類似直接轉帳或網路銀行)
因此,Quick Shop 插件應運而生,得益於 WordPress Plugin API 的優秀設計。
未來可能新增的功能:
AJAX 實作
庫存數量
請注意,我只會在需要或獲得報酬時才更新此外掛。歡迎加入和貢獻!
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Quick Shop is a lightweight WordPress shopping cart. Define products as pipe-delimited text, drop a shortcode or block on any page, and you have an instant shop with a sidebar cart widget.
No WooCommerce-level complexity. Just products, a cart, and checkout.
Features:
Define products as simple text: Product Name | Price | Shipping | Property : Option1, Option2
Shortcode [quickshop product="Product Name"] for add-to-cart forms
Gutenberg block — “Quick Shop Product” with product picker dropdown
Sidebar cart widget showing items, quantities, and totals
PayPal checkout
Built-in email order form (sends order details to site admin via wp_mail)
Configurable currency, decimal point, thousands separator, symbol position
Free shipping threshold
Terms and conditions link
Restrict purchasing to logged-in users
Translation ready
Sample product list:
Cap | 25.00
Bag | 120.00 | | Color : Red, Blue
Shirt | 9.95 | 4.00 | Size : S, M, L
Upgrading from v2.x:
PHP sessions have been replaced with cookie-based cart storage — works with page caching and load balancers
The TinyMCE editor button has been removed (use the Gutenberg block or type the shortcode directly)
Email checkout no longer requires CForms2 — uses a built-in form with wp_mail()
Inline styles replaced with a CSS file — update any custom CSS
