Open mm_config.php and find the line marked "order_scan" and set it to the order status you want to take into account. For example
orderscan="P"
will only take into account processed orders.
orderscan="CP" witll take into account BOTH C for compl...
Marketing Manager is compatible with X-Cart 3.x as well as X-Cart 4.x. In order to upgrade your Marketing Manager installation to support X-Cart 4.x, simply open a help ticket and provide your licensed domain and request that your license be upgraded to M...
Yes, all the Marketing Manager modules are compatible with x-cart 4.1.X
If you want to change which orders are used to generate the data in your Marketing Manager reports and customer search tools, please edit your xcart/admin/mm_files/mm_config.php file and alter this field to match your needs:
$_scan_orders = 'CBP';
T...
For the newsletter sender to suddenly stop working is normally a result of something changing on the server:
Please take a look through the following to troubleshoot:
1. Your host has automatically changed any .pl permissions means that the CHMOD pe...
To speed up or slow down how fast Marketing Manager Newsletter Sender sends open up your mm_mail.pl file.
1. Look for this code:
# Pause, as not to hurt the server
if ($i % 3 == 0) {
sleep(1);
}
This code will send 3 emails and t...