Automatic Trigger Email Campaigns with MailBeez Modules
#81
Posted 30 July 2010 - 03:57 PM
Any chance you might direct me to the correct place for changing the encoding when mail is sent?
Emails from my shop arrive with strange characters in the subject and body.
Thanks.
#83
Posted 31 July 2010 - 01:06 AM
altenter, on 30 July 2010 - 03:57 PM, said:
Any chance you might direct me to the correct place for changing the encoding when mail is sent?
Emails from my shop arrive with strange characters in the subject and body.
Thanks.
Am currently on a business trip with busy days... sorry for the late reply.
Have currently no quick solution.
Try to set / modify the doc-type metadata value in the html frame template located in mailbeez/common/... (can't remember the exact path) to your locals.
Cord
#84
Posted 31 July 2010 - 01:14 AM
Then hit the install button. This should create the missing table with your local prefix.
Does this help?
If not: do you have a table named like (something...)mailbeez_tracking in your mysql db?
Cord
naturesorganicmarket, on 30 July 2010 - 11:02 PM, said:
#85
Posted 31 July 2010 - 05:12 AM
MailBeez, on 31 July 2010 - 01:14 AM, said:
Then hit the install button. This should create the missing table with your local prefix.
Does this help?
If not: do you have a table named like (something...)mailbeez_tracking in your mysql db?
Cord
Still didn't work, I have read other threads that it isn't working with v1.3.9e, let me know if there is something to do to get it to work with the most current version of zen cart
#86
Posted 01 August 2010 - 10:13 AM
Also I cannot get the HTML emails to work at all - will it only send in text in simulate mode?
Regards,
Tim.
#87
Posted 01 August 2010 - 01:59 PM
AWOP, on 01 August 2010 - 10:13 AM, said:
Also I cannot get the HTML emails to work at all - will it only send in text in simulate mode?
Regards,
Tim.
Path: should be fixed with v1.3
Html: see the mailbeez forum on zencart
#88
Posted 01 August 2010 - 05:41 PM
In my v1.3 review.php it says -
$image = $this->_rewriteImgSrc($image, HTTP_SERVER . DIR_WS_HTTP_CATALOG);
When I change this the images work.
It seems in simulate mode the emails are sent in text only. I have now made a purchase on my own store and on production mode the emails send in html :]
Regards,
Tim.
MailBeez, on 01 August 2010 - 01:59 PM, said:
Path: should be fixed with v1.3
Html: see the mailbeez forum on zencart
#89
Posted 01 August 2010 - 06:12 PM
AWOP, on 01 August 2010 - 05:41 PM, said:
In my v1.3 review.php it says -
$image = $this->_rewriteImgSrc($image, HTTP_SERVER . DIR_WS_HTTP_CATALOG);
When I change this the images work.
It seems in simulate mode the emails are sent in text only. I have now made a purchase on my own store and on production mode the emails send in html :]
Regards,
Tim.
I would like to keep DIR_WS_HTTP_CATALOG for compatibility with the other carts.
Try to sent the simulation email to the email you use for your account - does it send HTML as well?
Thanks for helping making mailbeez better
Cord
#90
Posted 01 August 2010 - 06:29 PM
I'm not sure about the code - I just play about until it works on mine!
I have just tried to my shop account email address and it works in html! must be my host stripping the code for the other address!?
Regards,
Tim.
MailBeez, on 01 August 2010 - 06:12 PM, said:
I would like to keep DIR_WS_HTTP_CATALOG for compatibility with the other carts.
Try to sent the simulation email to the email you use for your account - does it send HTML as well?
Thanks for helping making mailbeez better
Cord
#91
Posted 01 August 2010 - 06:45 PM
AWOP, on 01 August 2010 - 06:29 PM, said:
I'm not sure about the code - I just play about until it works on mine!
I have just tried to my shop account email address and it works in html! must be my host stripping the code for the other address!?
Regards,
Tim.
Zencart's mail engine (mailbeez uses the platforms mail engine) does a lookup by using the email address to find out if to send in txt or HTML format.
Cord
#92
Posted 01 August 2010 - 07:15 PM
I'm glad I have it working in HTML now! I will start bombarding my customers with review emails soon!.
Thanks for the great plug-in and speedy response to queries!
Regards,
Tim.
MailBeez, on 01 August 2010 - 06:45 PM, said:
Zencart's mail engine (mailbeez uses the platforms mail engine) does a lookup by using the email address to find out if to send in txt or HTML format.
Cord
#93
Posted 01 August 2010 - 07:21 PM
AWOP, on 01 August 2010 - 07:15 PM, said:
I'm glad I have it working in HTML now! I will start bombarding my customers with review emails soon!.
Thanks for the great plug-in and speedy response to queries!
Regards,
Tim.
At the shop I do some work for we had good success with asking customers for a review even if their purchase was a yea ago. Within a few days we had hundreds of reviews! Hope it will work for you as well.
Cord
#94
Posted 03 August 2010 - 11:02 AM
naturesorganicmarket, on 30 July 2010 - 05:44 AM, said:
Processing....
code: review module: review
1146 - Table 'xxxxxxxxxxx.zen_mailbeez_tracking' doesn't exist
I put x's through my actual database
I have verified that the line of code on the includes/database_tables.php is there
I would appreciate your help
in the zen-cart forum another user had the same issue and was able to fix it with mailbeeez v1.3
With mailbeez v1.3 I tried to fix the issue with the table prefix in zencart. Did you uninstall and reinstall mailbeez completely by using the buttons? You first need to uninstall all modules, then the basic configuration module and than install it again. By doing this the tracking table should be created by using you table prefix.
please double-check your code in includes/database_tables.php:
define('TABLE_MAILBEEZ_TRACKING', DB_PREFIX . 'mailbeez_tracking');
do you see any table named like "mailbeez_tracking" in your db after installation?
does mailbeez work e.g. when you click "run mailbeez-module"?
cord
Edited by MailBeez, 03 August 2010 - 11:03 AM.
#95
Posted 04 August 2010 - 08:29 AM
I would like to ask if it is compatible with sts template?
everytime the pop-up window shows the first page of my site (same result if i manually open the Secure Cronjob-URL assigned) and then nothing.
GZip Compression disabled and no SEO or cache addon...
Can you help? thanks
Edited by shiukik, 04 August 2010 - 08:40 AM.
#96
Posted 04 August 2010 - 08:53 AM
shiukik, on 04 August 2010 - 08:29 AM, said:
I would like to ask if it is compatible with sts template?
everytime the pop-up window shows the first page of my site (same result if i manually open the Secure Cronjob-URL assigned) and then nothing.
GZip Compression disabled and no SEO or cache addon...
Can you help? thanks
looks like an STS issue, mailbeez currently does not bypass STS.
Please rise this as a feature request (feeback-button left or link on "features" page) on the mailbeez-website - will put it in one of the next releases.
Would be great if you could find out how to bypass STS on a page-level.
cord
Edited by MailBeez, 04 August 2010 - 09:07 AM.
#97
Posted 05 August 2010 - 05:53 AM
Warning: require_once(DIR_FS_CATALOGmailhive/common/functions/email_engine.php) [function.require-once]: failed to open stream: No such file or directory in /home/ganodco/public_html/mailhive/common/functions/compatibility.php on line 28 Fatal error: require_once() [function.require]: Failed opening required 'DIR_FS_CATALOGmailhive/common/functions/email_engine.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ganodco/public_html/mailhive/common/functions/compatibility.php on line 28
I cant imagine what I am doing wrong. Please help me
software: oscommerce
Edited by dsolutions, 05 August 2010 - 05:55 AM.
#98
Posted 05 August 2010 - 06:12 AM
dsolutions, on 05 August 2010 - 05:53 AM, said:
Warning: require_once(DIR_FS_CATALOGmailhive/common/functions/email_engine.php) [function.require-once]: failed to open stream: No such file or directory in /home/ganodco/public_html/mailhive/common/functions/compatibility.php on line 28 Fatal error: require_once() [function.require]: Failed opening required 'DIR_FS_CATALOGmailhive/common/functions/email_engine.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ganodco/public_html/mailhive/common/functions/compatibility.php on line 28
I cant imagine what I am doing wrong. Please help me
software: oscommerce
which version of oscommerce are you using? looks like the constant DIR_FS_CATALOG is not defined - but should be there!? This constant should containt the FileServer path to your catalog-directory, in your case something like "/home/ganodco/public_html/"
cord
#99
Posted 05 August 2010 - 06:26 AM
MailBeez, on 05 August 2010 - 06:12 AM, said:
which version of oscommerce are you using? looks like the constant DIR_FS_CATALOG is not defined - but should be there!? This constant should containt the FileServer path to your catalog-directory, in your case something like "/home/ganodco/public_html/"
cord
Yes, this is what it has in the configure.php file:
define('DIR_FS_CATALOG', '/home/ganodco/public_html/');
Here is the version from the application_top.php file
// define the project version
define('PROJECT_VERSION', 'osCommerce 2.2-MS2');









