This page is currently revised

ZenCart: Important Bugfix

0 minute, 32 seconds

Issue

the MailBeez V2.6 installation says to place

/includes/extra_configures/mailbeez_tracking.php

to enable tracking of open/click/order.

That causes an error!

When clicking on a link in an email you will get a white page. The click is not tracked

Workaround

do not place the file mentioned above (or remove it)

Instead add

PHP Code:

<pre style="padding-left: 30px;">// MailBeez Click and Order tracker
 require(DIR_FS_CATALOG . 'mailhive/includes/clicktracker.php');

at the bottom of

/includes/application_top.php

Background: when loading the extra_configures the zencart system is not initiated (e.g. constants are not loaded), which breaks the mailbeez_tracker.

Next Post    Previous Post

Top