Wordpress plugins
Mauticommerce

Mauticommerce

Version : 0.1.1
Tested up to : 4.4.11
Number of download : 1349
Author : hideokamoto
Average rating : 5 / 5 on 5 votes 5 votes, 5 avg.rating

Screenshots

Mauticommerce
Mauticommerce
Mauticommerce
Mauticommerce

Mauticommerce is used to bridge user data from WooCommerce to the Mautic open source marketing automation system. When your customer enters an order in Woocommerce, their contact data is used to create a new Mautic Lead. This plugin is available through the official WordPress.org Plugin Directory. Simply download and install the plugin as you would any other plugin. Mautic is a free open source marketing automation tool. It can be downloaded at: www.mautic.org/download. Mautic may or may not be installed before the Mauticommerce plugin. You will need a functioning Mautic installation and a new Mautic Form for this plugin to work. Document API reference: https://amimoto-ami.github.io/mauticommerce/index.html Customize Add form param “` add_filter( ‘mauticommerce_query_mapping’, ‘add_mapping_query’, 10, 2 ); function add_mapping_query( $query, $order ) { //Add $order Param to $query $query[‘customer_ip_address’] = $order->customer_ip_address; return $query; } ` Thanks for .svnignore for WordPress plugins

Download now