MailBeez 2.0 Beta Tester wanted
hi all,
am making good progress with MailBeez 2.0.
Am looking for Beta tester for:
Upgrade MailBeez 1.x auf 2.0
Clean Install of MailBeez 2.0
Test of modules
Usability of the new admin frontend
if possible: translation of the admin frontend (EN, DE is in place) into other languages.
interested?
please send me a personal message
cheers
cord
I assume the session id was only added to the sign-out url?
please go to mailhive/common/classes/mailbeez_mailer.php
find "function buildBlockUrl" and replace
mh_href_link
with
mh_href_email_link
like this:
does it work?PHP Code:
function buildBlockUrl($mail, $module) {
$block_token = base64_encode($mail['customers_id'] . '|' . $mail['email_address']);
$block_url = mh_href_email_link(FILENAME_HIVE, 'ma=block&m=' . $module . '&mp=' . $block_token , 'NONSSL', false);
return $block_url;
}
cord
MailBeez 2.0 Beta in ZenCart:
The new Dashboard
Preview of a Template
![]()
Hi Mailbeez,
Mailbeez 2.0 is looking wonderful from the screenshots you posted!!
The zenid was behind almost all links not just the block link at the bottom.
I edited out the information from this email and changed the zenid so I could post it here.
It appears that the zenid was attached to just the storeurl and block, but all customers who received those emails (review, facebook review, winback, no purchase) all received the same zenid behind their link back to the store and to the no more emails like this. Hope that helps.
Dear *customer*,
It has been a while since we had the pleasure of having you stop by and shop at our store.
Let us know if there is anything we can do for you!
*Store Name* http://storedomain/index.php?main_pa...xxxxxxxxxec61b
Sincerly Yours,
Store Administrator
http://storedomain/index.php?main_pa...xxxxxxxxxec61b
----
your email: *customer email*
-----------
No more emails like this:
http://storedomain/mailhive.php?ma=b...xxxxxxxxxec61b
just fixed it for MailBeez 2.0
the fix is in where MailBeez changed heavily, so won't digg it out in 1.7
Bookmarks