Page 22 of 95 FirstFirst ... 1220212223243272 ... LastLast
Results 211 to 220 of 943
  1. #211
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Send Mail Error - Mailbeez After Sales Modules

    Quote Originally Posted by kcb410 View Post
    Hello All,

    I'm getting the exact same 404 error when sending the test mail as shown above. I don't believe it's my htaccess file causing this issue.

    Has anyone else had this problem and resolved it?
    If so...what was causing it?
    Any help is appreciated.


    Mailbeez 1.7
    Zen 1.3.9h
    PHP 5.2.15

    Thank you!
    Hello all,

    Sorry ...I missed this fix from an earlier post.

    I was able to eliminate the 404 error when sending a test email by going to Configuration -> Sessions-> and setting 'Force Cookie Use' to True.

  2. #212
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by rjspomer View Post
    rebuilding the default template worked.

    I hope that v2.0 of zen cart takes on this issue. I like a lot of people receive hundreds of html emails a month and i can not recall one that was not formatted correctly for outlook 2007.

    One other question when I send a test email in production mode and it sends a cc to my on file store email should I get a html version? It works in the birthday "send test' but not in the review.

    I would like to see what I am actually sending out.

    Thanks again!
    will there be any zencart v2.0?

    html/txt: zencart does a reverse look up using the email adresse to determine the format. it takes txt if it cant find an account for the email.
    so make sure to have an account for your test

    cheers
    cord

  3. #213
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by ksoup View Post
    Great Mod ... No errors but one concern... the zenid shows in the actual emails links that went out to the customers on the following mods...

    how can we avoid that zenid?!

    ZC 1.3.9h
    Mailbeez 1.7
    Reviews 1.5
    Winback 1.5
    Share Reviews to Facebook 1.5
    Customers without Purchase 1.5
    let me have a look at this - hope to fix it with mailbeez 2.0

  4. #214
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by mailbeez View Post
    let me have a look at this - hope to fix it with mailbeez 2.0
    thank you ... i just barely made the step to 1.3.9h... what is the ETA of 2.0?

    for now I have taken out $storeurl and replaced it with the hard code in the body text because we simply cannot afford the fallout from that zenid!! :)

  5. #215
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    MailBeez 2.0 Beta Tester wanted

    hi all,

    am making good progress with MailBeez 2.0.

    Am looking for Beta tester for:

    Upgrade MailBeez 1.x auf 2.0
    Clean Install of MailBeez 2.0

    Test of modules

    Usability of the new admin frontend

    if possible: translation of the admin frontend (EN, DE is in place) into other languages.

    interested?
    please send me a personal message

    cheers
    cord

  6. #216
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by ksoup View Post
    Great Mod ... No errors but one concern... the zenid shows in the actual emails links that went out to the customers on the following mods...

    how can we avoid that zenid?!

    ZC 1.3.9h
    Mailbeez 1.7
    Reviews 1.5
    Winback 1.5
    Share Reviews to Facebook 1.5
    Customers without Purchase 1.5
    I assume the session id was only added to the sign-out url?


    please go to mailhive/common/classes/mailbeez_mailer.php

    find "function buildBlockUrl" and replace

    mh_href_link

    with

    mh_href_email_link

    like this:

    PHP Code:
    function buildBlockUrl($mail$module) {
                
    $block_token base64_encode($mail['customers_id'] . '|' .  $mail['email_address']);
                
    $block_url mh_href_email_link(FILENAME_HIVE'ma=block&m=' $module '&mp=' $block_token 'NONSSL'false);
                return 
    $block_url;
            } 
    does it work?

    cord

  7. #217
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    MailBeez 2.0 Beta in ZenCart:

    The new Dashboard


    Preview of a Template

  8. #218
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by kamelion0927 View Post
    Sorry! I was pretty vague in my explanation.

    When I was in the Mailbeez Facebook mod, I was clicking on "Send Test Mail", putting in the test email address, submitting the request and instead of being sent to a viable page within my admin, I was getting a 404 page. At the end of the web address of the 404 page, a "zenid=564321326546531321" was being added.

    I (finally) figured out that the number after the zen id was a session token which led me to turn off the "Recreate Session ID" in my admin>config>sessions.

    I hope that it is easier to understand.
    This problem is solve with MailBeez 2.0

  9. #219
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by mailbeez View Post
    I assume the session id was only added to the sign-out url?


    please go to mailhive/common/classes/mailbeez_mailer.php

    find "function buildBlockUrl" and replace

    mh_href_link

    with

    mh_href_email_link

    like this:

    PHP Code:
    function buildBlockUrl($mail$module) {
                
    $block_token base64_encode($mail['customers_id'] . '|' .  $mail['email_address']);
                
    $block_url mh_href_email_link(FILENAME_HIVE'ma=block&m=' $module '&mp=' $block_token 'NONSSL'false);
                return 
    $block_url;
            } 
    does it work?

    cord
    Hi Mailbeez,

    Mailbeez 2.0 is looking wonderful from the screenshots you posted!!

    The zenid was behind almost all links not just the block link at the bottom.

    I edited out the information from this email and changed the zenid so I could post it here.

    It appears that the zenid was attached to just the storeurl and block, but all customers who received those emails (review, facebook review, winback, no purchase) all received the same zenid behind their link back to the store and to the no more emails like this. Hope that helps.


    Dear *customer*,

    It has been a while since we had the pleasure of having you stop by and shop at our store.

    Let us know if there is anything we can do for you!

    *Store Name* http://storedomain/index.php?main_pa...xxxxxxxxxec61b

    Sincerly Yours,

    Store Administrator
    http://storedomain/index.php?main_pa...xxxxxxxxxec61b

    ----
    your email: *customer email*



    -----------
    No more emails like this:
    http://storedomain/mailhive.php?ma=b...xxxxxxxxxec61b

  10. #220
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    just fixed it for MailBeez 2.0

    the fix is in where MailBeez changed heavily, so won't digg it out in 1.7

 

 
Page 22 of 95 FirstFirst ... 1220212223243272 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR