Automatic Trigger Email Campaigns with MailBeez Modules
#421
Posted 19 January 2012, 12:07
Thanks
Doug
#422
Posted 19 January 2012, 12:29
Dan Cole, on 19 January 2012, 04:03, said:
PS: An after thought, would it be possible to build a check into the share page?
Hi dan,
a check like this must be done in the CCGV code - it checks already if the number of usages is below the configured number.
Could be a simple check if the customer trying to use it, already has placed an order before.
cord
#423
Posted 19 January 2012, 19:36
the idea above should actually work, but important is to check if the coupon was sent by referralhoney - otherwise all coupons would only work for existing customers. ReferralHoney does track the share coupons, so with a simple query a check would be possible.
The feedback in case a existing customer tries to use the coupon could be the same as the number of redemption for this share coupon has been reached - so the customer would not think of creating a new account. also you could add some tracking to see how often that situations appears.
cord
#424
Posted 19 January 2012, 22:05
MailBeez, on 19 January 2012, 19:36, said:
the idea above should actually work, but important is to check if the coupon was sent by referralhoney - otherwise all coupons would only work for existing customers. ReferralHoney does track the share coupons, so with a simple query a check would be possible.
The feedback in case a existing customer tries to use the coupon could be the same as the number of redemption for this share coupon has been reached - so the customer would not think of creating a new account. also you could add some tracking to see how often that situations appears.
cord
Thanks Cord...that is good to know...I like the idea so I'll keep moving in this direction.
Dan
#425
Posted 20 January 2012, 08:08
will be off next week, but back end of january. I think I will make this adoption of CCGV as part of the ReferralHoney Package - should be only one line of code to add (in general I try to avoid as much as possible to modify the existing store-files)
cord
#426
Posted 20 January 2012, 13:30
MailBeez, on 20 January 2012, 08:08, said:
will be off next week, but back end of january. I think I will make this adoption of CCGV as part of the ReferralHoney Package - should be only one line of code to add (in general I try to avoid as much as possible to modify the existing store-files)
cord
Awesome....I guess that gives me a week to get the CCGV module up and running....
Dan
#427
Posted 14 February 2012, 08:10
I have installed MailBeez, done the basic configuration but for the love of Mike, cannot find out how to start creating an email!
Yes I did read "Getting Started" but cannot find any link or button within MailBeez dashboard to get going.
Please point me in the right direction.
Thx
#428
Posted 15 February 2012, 04:07
outdoorgeek, on 14 February 2012, 08:10, said:
Please point me in the right direction.
Step 4: Customize your Emails
Each MailBeez module comes with a set of template files which are used to generate the email in both HTML and TXT formats.
You can customize these template to your needs by modifying these files:
(shop-root)/mailhive/(module)/email/subject.tpl
(shop-root)/mailhive/(module)/email/body_html.tpl (html version)
(shop-root)/mailhive/(module)/email/body_txt.tpl (txt version)
It should be self explanatory, since it is simple editing of html code.
Remember that the content of these template files are merged into the Mail Template file which is common for all modules (if not configured differently) :
(shop-root)/mailhive/common/templates/email_html.tpl (html version)
(shop-root)/mailhive/common/templates/email_txt.tpl (txt version)
You can check your changes by using the “View Mail” and “Send Test Email” functionality as described in Step 2.
Hope that helps but if not just post back and I see if I can help out.
I love Mailbeez....
Dan
#429
Posted 21 February 2012, 10:53
Great, I understand then how to customize an email and view it, but I still don't know how to "open"/create a new email to get started.
#430
Posted 22 February 2012, 01:42
outdoorgeek, on 21 February 2012, 10:53, said:
Great, I understand then how to customize an email and view it, but I still don't know how to "open"/create a new email to get started.
I'm not sure I understand what you want to do George....Mailbeez sends out emails using modules that query your database, selecting records that meet the criteria specified by the module and generates the emails based on the templates that you can edit as noted above. Are you looking to have a new module defined or do you simply want to change one of the emails that is generated by an existing module? Cord has developed several modules that you can use and you'll find a list of what is available on his website. If you're looking for something beyond those modules you'll need to request a quote from Cord or see if its on his roadmap. Developing a new module is not a simple task.
What exactly did you have in mind?
Dan
#431
Posted 22 February 2012, 09:47
What I sort of understand what you said above is that I have to open (don't know how within Mailbeez) this path (shop-root)/mailhive/(module)/email/body_html.tpl (html version), then edit and then email.
So my question is, how do I open the html template(s) within Mailbeez.
#432
Posted 23 February 2012, 04:27
outdoorgeek, on 22 February 2012, 09:47, said:
What I sort of understand what you said above is that I have to open (don't know how within Mailbeez) this path (shop-root)/mailhive/(module)/email/body_html.tpl (html version), then edit and then email.
So my question is, how do I open the html template(s) within Mailbeez.
On the otherhand I think Cord has a template module for editing the emails online but it might be a bit of an overkill for what you're doing but it's an option as well.
Dan
#433
Posted 23 February 2012, 09:55
G
#434
Posted 24 February 2012, 19:01
Thanks so much! I can't wait to start using this!
Jason
#435
Posted 24 February 2012, 21:42
hard to say - please check your php error log if you get any hints there.
is your mailhive/common/template_c directory writable?
#436
Posted 24 February 2012, 21:59
PHP Fatal error: Cannot redeclare mh_price() (previously declared in /home4/subcitiz/public_html/mailhive/common/functions/price.php:26) in /home4/subcitiz/public_html/mailhive/common/functions/function_plugins/price.php on line 35
Can this be the problem?
Jason
#437
Posted 25 February 2012, 00:31
Trentide, on 24 February 2012, 21:59, said:
PHP Fatal error: Cannot redeclare mh_price() (previously declared in /home4/subcitiz/public_html/mailhive/common/functions/price.php:26) in /home4/subcitiz/public_html/mailhive/common/functions/function_plugins/price.php on line 35
Can this be the problem?
Jason
@Trentide
Seems like it could be Jason....I don't have a price.php file in the function_plugins directory....could you have copied price.php to that directory by mistake?
Dan
Edited by Dan Cole, 25 February 2012, 00:31.
#438
Posted 25 February 2012, 18:24
please delete the file price.php from function_plugins
when you upgraded mailbeez that file was left there
cord
#439
Posted 29 February 2012, 19:08
MailBeez, on 25 February 2012, 18:24, said:
please delete the file price.php from function_plugins
when you upgraded mailbeez that file was left there
cord
Thanks for the response Cord. I didn't actually upgrade. I was installing it for the first time. But, I was reading more. I also have Security Pro 2.0 installed. Could this be the problem? Will it continue to be a problem if I also want to buy one of the add-ons like the email throttle application?
#440
Posted 01 March 2012, 23:15
If you remove that, everything should be fine.
If Security Pro 2.0 should make issues with premium modules (btw. check out MailBeez ReferralHoney http://www.mailbeez.com/download/mailbeez-referral-honey/) , I will fix it
cord














