Re: Mailbeez After Sales Modules
Cord, thanks for your clarifications.
I now see that Mailbeez 2.02 is the complete program as downloadable from Mailbeez.com, and the title "Automatic Trigger Email Campaigns" is just an extra title by which the program is listed in the Zen Cart software add-ons.
I also see that the modules come up in Admin for download once the basic Mailbeez software is installed, and downloading from that source is the most direct way of placing the current modules into the directory structure.
Each module appears to be for one email type.
I see there is now an install.sql SQL patch in 2.02.
In my test install which began with version 1.5, I did retain an old config.php file under mailhive/mailbeez which, when removed, allowed the modules to show in Admin.
Thanks again.
Notageek
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
hi paul,
it must be
PHP Code:
<a href="{$block_url}">this link</a>
if you have it like this please send me your
malhive/coomon/templates/body_html_zencart.tpl (where you have the common sign out text)
cord
Thanks Cord.
I should have caught that!!
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
notageek
Cord, thanks for your clarifications.
I now see that Mailbeez 2.02 is the complete program as downloadable from Mailbeez.com, and the title "Automatic Trigger Email Campaigns" is just an extra title by which the program is listed in the Zen Cart software add-ons.
I also see that the modules come up in Admin for download once the basic Mailbeez software is installed, and downloading from that source is the most direct way of placing the current modules into the directory structure.
Each module appears to be for one email type.
I see there is now an install.sql SQL patch in 2.02.
In my test install which began with version 1.5, I did retain an old config.php file under mailhive/mailbeez which, when removed, allowed the modules to show in Admin.
Thanks again.
Notageek
yes, agree with most (good to have a view through fresh eyes!)
the install.sql is there by mistake and not necessary. mailbeez come with a clean install / upgrade / uninstall functionality with does that SQL stuff in the background.
let me know what your experiences are. I appreciate any input or even contributions like e.g "MailBeez for dummies" written by someone new to MailBeez explaining all the stuff which appears to me to be clear at first sight (but which is not)
cheers
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
kcb410
Thanks Cord.
I should have caught that!!
you owe me a beer :D
Re: Mailbeez After Sales Modules
Mailbeez 1.6:
WRT the errors like
Quote:
Notice: Undefined property: birthday::$additionalFields in /webs/www.c-thru-music.com/store/mailhive/common/classes/mailbeez.php on line 67
Notice: Undefined property: nopurchase::$additionalFields in /webs/www.c-thru-music.com/store/mailhive/common/classes/mailbeez.php on line 67
Looking in mailhive/common/classes/mailbeez.php, line 67 is
Quote:
$this->additionalFields == array();
Should that be ' = array();' (ie a single '=' for assignment)?
It gets rid of the error mesage, but is it correct?
Note that this statement is still there in the latest download.
Cheers,
Tim
Re: Mailbeez After Sales Modules
hi tim,
yes, it is correct!
the == is a typo and fixed with the next release (luckyly it only gave a notice)
cheers
cord
Re: Mailbeez After Sales Modules
Thanks for the quick reply. I'll update it in my current installation and will upgrade properly later.
Cheers,
Tim
Re: Mailbeez After Sales Modules
Hi i have this error in my debug log:
PHP Warning: Call-time pass-by-reference has been deprecated in /hsphere/local/home/xxxxx/xxxxx.com/shop/mailhive/common/functions/template_engine.php on line 136
What does it mean and how do I fix it? Thank you!
Re: Mailbeez After Sales Modules
hi joyjoy,
need to fix this with the next release.
It is only a warning - so no worries.
cheers
cord
Re: Mailbeez After Sales Modules
Hi, I need to change the phrase "no more email like this" because I want to translate it in italian.
How can this be achieved?
Thanks