
Marzipan is subscription commerce software for wineries. This plugin integrates Marzipan’s web components into your WordPress site, providing:
This plugin connects to Marzipan’s web component service to provide e-commerce functionality:
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.
This plugin uses build tools to compile JavaScript for the Gutenberg blocks.
The uncompiled source code for all JavaScript files is included in this plugin:
blocks/src/ directory contains the human-readable source for all Gutenberg blocksblocks/build/ directory contains the compiled production filesTo modify and rebuild the blocks:
npm install in the plugin directorynpm run build to compile the blocksnpm run start