
內容簡介
Marzipan Commerce for Wineries 是一款專為酒莊設計的訂閱電子商務外掛,能將 Marzipan 的網頁元件整合至 WordPress 網站,提供簡便的客戶管理與購物體驗。
【主要功能】
• Gutenberg 區塊支援
• Elementor 小工具整合
• 完整的 SEO 整合
• 客戶帳戶管理入口
• 購物車功能
• 特定產品顯示
外掛標籤
開發者團隊
② 後台搜尋「Marzipan Commerce for Wineries」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Marzipan is subscription commerce software for wineries. This plugin integrates Marzipan’s web components into your WordPress site, providing:
Features
Gutenberg Blocks for the WordPress block editor
Elementor Widgets for Elementor page builder
SEO Integration – Full support for Yoast SEO, SEOPress, and RankMath
Available Components
Account – Customer account management portal
Add to Cart – Add to cart button for a specific product
Cart – Shopping cart with line items and totals
Cart Icon – Cart icon with item count badge
Collection – Display products from a specific collection
Product – Display a single product by ID
Requirements
WordPress 6.0 or higher
PHP 7.4 or higher
A Marzipan account with API token
External Services
This plugin connects to Marzipan’s web component service to provide e-commerce functionality:
Service URL: https://web-components.marzipan.cloud
When Used: Loaded on pages containing Marzipan blocks, widgets, or shortcodes
Data Transmitted: Your Marzipan API token and customer interactions
Terms of Service: https://marzipan.co/terms
Privacy Policy: https://marzipan.co/privacy
Privacy Policy
This plugin stores your Marzipan API token in the WordPress database. When visitors interact with Marzipan components, their data is processed by Marzipan’s servers according to Marzipan’s Privacy Policy.
For more information about how Marzipan handles customer data, please visit our privacy policy.
Development
This plugin uses build tools to compile JavaScript for the Gutenberg blocks.
Source Code
The uncompiled source code for all JavaScript files is included in this plugin:
Block source code: blocks/src/ directory contains the human-readable source for all Gutenberg blocks
Build output: blocks/build/ directory contains the compiled production files
Build Instructions
To modify and rebuild the blocks:
Install Node.js (version 16 or higher)
Run npm install in the plugin directory
Run npm run build to compile the blocks
For development with hot reloading, run npm run start
Build Tools
@wordpress/scripts – WordPress official build tooling for blocks
webpack – Module bundler (configured via wp-scripts)
