Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MailBeez

Pioneers
  • Posts

    245
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MailBeez

  1. hi dan, 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
  2. 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
  3. Hi doug, MailBeez is working with the emails out of your customer db - you just need to configure the module correctly so that it can find recipients. (e.g. birthday: if there is no customer having a birthday in the configured timeframe around "now" the module will not find any matching customer cord
  4. hi dan, ReferralHoney is works on top of the CCGV coupon system - and that system does not have any check if a customer is new or not. But even if it would: it is very easy to bypass this by just setting up a new account. However: the Sharing coupon (the one the customer is giving out to his friends using his personal sharepage) is valid only a configurable number of days (calculated from point of sending), also you can define the maximum number of usages for a share coupon. Also you could restrict the coupon to some kind of "welcome products". Btw the "Sharing coupon" is already marked as "used" for the customer getting this coupon for sharing - so he can't use it. So in case you are worried the coupon gets out of control: limit the number of usages. what do you think? cord
  5. yes, 755 is fine. did you try to call the files through a browser?
  6. hi Doug, are the access rights ok for that folder? Can you call that file through your browser? (the output wont make sense - just to check if there is something wrong...) cord
  7. hi douglas, the extras folder is not necessary for osCommerce. you need have a structure like this: catalog/mailhive/ catalog/mailhive.php are you having your admin folder below the catalog folder? cord
  8. Hi Douglas, I agree with Dan, looks like some files are missing - must have been a transfer issue. Please try to upload all MailBeez files again. cord
  9. HI Dan, so far CCGV is still the most used coupon system (it is default in almost all other platforms supported by MailBeez) cord PS: "your" module is still on the roadmap... am feeling really bad about the ongoing delays
  10. Mailbeez proudly presents MailBeez ReferralHoney ReferralHoney is a fully automated customer referral system for the Mailbeez framework (free). Customers refer friends or family to your store, and get rewarded when one of their referral group makes a purchase, a cycle which truly makes every customer a potential markeeter. will soon add some screenshots of the sharing page (for Facebook, Twitter, Google+, Email) and of the email templates as well of the analytics reports. ReferralHoney is installed in minutes (simple drop-in installation), no store files needs to be modified ReferraHoney on osCommerce 2.2 and osCommerce 2.3 requires the CCGV coupon system installed! cheers cord
  11. hi gonzo This message is not related to MailBeez, the system does not change the access rights of the configure.php (MailBeez does not change any files other what you do manually) sounds like admin rights are not set? cord
  12. good to hear it works now! "normally" everything gets installed automatically the first time you hit the install button. looks like something went wrong so the install-routine didn't run through. your adoptions are necessary since you have other non-standard modifications in your system - non-modified (at least the email class) osCommerce systems will work perfectly with MailBeez as it comes.
  13. sorry for my late reply - simple didnt received any notifications as I usually do! Also, is it normal to see this above the actual HTML version of the email when sending a test email? no, that is not how it should be. I think your linefeed settings of oscommerce email system are some wrong. Do you have any modifications around your email function? MailBeez uses the osCommerce email engine (see mailhive/common/functions/email_engine.php) cheers cord
  14. hi cary, sorry for the late reply - havn't received any notification. I think we have been in direct contact by email and solved your issues right away, right? regards cord
  15. Mailbeez v2.5 is Released! Here finally some information about the new release of MailBeez V2.5: All the new features in v2.5: Reversible unsubscribe – customers can unblock their email address from the linked unsubscribe page if they wish to resubscribe “Kill Process” button designed to stop long sending processes in case the administrator wishes to amend the email campaign (configuration > process control) Design improvements and new dashboard icons New status indicator that clearly displays production or simulation mode in a prominent position in the Mailbeez dashboard Generic framework enhancements New default email layout at a new, inbox friendly 600px width Mailbeez copyright footer now appears in all free to use module emails – easily removed with the MailBeez Copyright Remover Certificate module MailBeez V2.5 is also an important bugfix release: In earlier 2.x versions when filters were installed double sendings (only once) could appear in rare occasions If after updating your MailBeez looks different, do a [shift] + reload to reload the CSS files.
  16. hi arthur, good to know, so the issue is actually not caused by mailbeez, but by the MIME class of osCommerce. The Upgrade to the latest Version of MailBeez (now V2.5) should be easy - if 2.02 runs, 2.5 will as well. pitfall can be there must be full write-access to mailhive/common/template_c - MailBeez has an enhanced check for that since V2.5 cheers cord
  17. hi Arthur, After investigating the issue with missing images I think it might be caused by the mime class whihc breaks the email after 76 characters. Looks like the . is added when the dot in the filename is at this break? So try to add / remove some characters in your template or break into several lines so that the . moves away from the line break at 76 characters. does that work? cheers cord
  18. hi swissmix-steven, looks like you updated mailbeez to version 2.2+, but not completely - or you merged old configbeez modules in to the new version. Make sure you follow the update instructions so you have all mailbeez core files up to date. cheers cord PS: thanks for purchasing the review advanced module and others ;-)
  19. hi arthur, does that ..jpg issue only appear in the sent email or also in the preview of the sent email (assuming you are having MailBeez V2.3+ installed where you see the generated email when sending - if not configured different) cheers cord
  20. hi thom000, you site theme has probably CSS-styles buttons, which are not shown in the email. Just make your own button picture and use it in the template with an absolute imagepath to that button image. Or use a text-link. cheers cord
  21. Hi arthur, helps not really. With the following information I hope to be able to narrow down the issue: What PHP version do you use? Did you try to disable google analytics? (and what is the result then?) cheers cord
  22. hi George, looks like you put a lot of work into Mail Manager! Wonder where there are overlaps with MailBeez (http://addons.oscommerce.com/info/7425) and where it adds new features? cheers cord
  23. hi arthur, actually another user reported this strange behaviour as well, but we couldn't find the reason. Which PHP version do you use? I guess when you deactivate google analytics url rewriting you don't get that isses? I guess somehow the regular expression of the google url rewrite is causing it - but I can't find a reason for doing that only in rare cases. cheers cord
  24. Hi jimmy, Great you already know the value and effect of winback campaigns. What you are looking for will be part of the winback_advanced module coming out soon! Cheers Cord
×
×
  • Create New...