Sorry I cannot find a link to the helpdesk on your site. Can you please send me the URL?
Printable View
just sent you a PM
Hi everyone!
I am using zen cart 1.39h and Mailbeez v2.2 and was able to send myself a test of the 'review reminder' module successfully but would like to edit the text of the body. Instead of saying "we would very much appreciate to hear if you are happy with your products.
Please review your purchased products:"
I would like to change this to this...."So, by now your order items have been shipped to you, and you've had some time to try them out. How have you liked them so far? Good quality? Are you happy with your purchase?
We'd certainly love to hear about it and so would a bunch of other customers who may be considering the same products. If you wouldn't mind taking a minute to write a review about the products you've purchased, we'd sure appreciate it."
how can I have this displayed instead of the default contents in {$body} ?
Thank you kindly for your help.
hi,
you can edit the email content templates located in
/mailhive/mailbeez/review/emails/
Also check out the MailBeez Guide to Getting Started
http://www.mailbeez.com/documentatio...tting-started/
cheers
cord
I cannot get Mailbeez After Sales Modules to show up on my admin page for Zen Cart installation. Does anybody have an idea how I can get it to show up? I can get it to show up in my browser if I type in the address.
hi jeff,
looks like the menu integration is not showing up the menu item. Did you copy all admin includes into your zencart system?
Are you having any add ons, which control admin access to menu items?
Bugfix for MailBeez 2.8
As with MailBeez 2.8 there is a bug causing issues with the clicktracker:
please replace in
mailhive/common/classes/clicktracker.php round line 86:
withCode:$rewritten = str_replace('/?', '/&', $rewritten);
if you already have sent out emails, you can "repair" the links with following rewrite rule (.htaccess)Code:$rewritten = str_replace('/&', '/?', $rewritten);
RewriteCond %{THE_REQUEST} /&mid=* [NC]
RewriteRule ^(.*)&mid=*(.*) /$1 [L,NC,R=301]
regards
cord
I have installed mailbeez by following the file structure in the zip file, and I still cannot get it to show up in my stores admin section. Is there with any way that I can get rid instructions on where the files go? I have looked on the mailbeez.com and instructions are confusing.
As far as I know, I am not using any add ons which control admin access to menu items.
Hello,
Mailbeez is causing High CPU use due to slow query.
Does any one have idea how to reduce the slow query?
Here is slow query log.
http://23.92.20.59/slow-log.txt
looks like the sending process never finished and the table mailbeez_process is filling up. please empty table "mailbeez_process" and run the cronjob url manually in your browser to see where it fails.
often issues are caused by (meaningless) huge timeframes in the modules together with a small server memory limit.
regards
cord