Download the PHP package webanyone/mautic-ecommerce-bundle without Composer
On this page you can find all versions of the php package webanyone/mautic-ecommerce-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webanyone/mautic-ecommerce-bundle
More information about webanyone/mautic-ecommerce-bundle
Files in webanyone/mautic-ecommerce-bundle
Informations about the package mautic-ecommerce-bundle
Mautic EcommerceBundle
Installation
- require it via composer
Configuration
Open the plugin page, and you must saw 2 plugins, prestashop & woocommerce
Prestashop
Enabled
- url (must end with /api)
- token (readonly for now) Feature
- check everything Field mapping
- choose each field (not sure if we need this)
TODO: How to create a token in prestashop ?
WooCommerce
Enabled
- url (must end with /wp-json/wc/v3)
- consumer key
- consumer secret Feature
- check everything Field mapping
- choose each field (not sure if we need this)
TODO: How to create a token in woocommerce ?
Sync
Customer & Product of ecommerce solution are sync using sync engine of Mautic, to retrieve theme add the following cron to your server
Transaction are sync using a different command which must run after
Segments
TODO: list & explain each of the filter choice provided
Emails
You have access to information about the last transaction made by a lead inside the mails:
The following tags can be used in the {last_transaction} block:
{transaction:date}
Returns: the date the transaction was made.
Optional param: format {transaction:date format="d-m-Y H:i"}{transaction:price}
Returns: the total price, including taxes{transaction:nb_products}
Returns: how many different product is present inside the transaction
The following tags can be used in the {transaction_products} block:
Merge tags
{product:name}
Returns: the name of the product{product:unit_price}
Returns: the total price, including taxes{product:quantity}
Returns: how many item of this product is present inside the transaction
All versions of mautic-ecommerce-bundle with dependencies
mautic/core-lib Version ^4.0
symfony/serializer Version >=4.4
guzzlehttp/oauth-subscriber Version ^0.6.0