Page 5 of 95 FirstFirst ... 345671555 ... LastLast
Results 41 to 50 of 943
  1. #41
    Join Date
    Jun 2010
    Location
    Copenhagen, Danmark
    Posts
    464
    Plugin Contributions
    7

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by pcspot View Post
    Its only a mailbeez issue. Setting for zen cart are for html output. Rgds
    Posted via Mobile Device
    did you try the solution on the FAQ?

    Mailbeez utilizes the Zen-Cart mailsystem. And that does a reverse lookup using the email address to figure out which format to use.
    you need to use an email address which has an account in zen-cart (or create one) - thanks things should run smooth

  2. #42
    Join Date
    Aug 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by pcspot View Post
    all my emails are sent out as text as well..no html in them..how od we change this. I checked on gmail as well as outlook configured for HTML...still no luck..please help regards
    got it working.

    things to remember:
    the account that the review mail gets copied to has to be a registered "customer"
    It has to have HTML activated under customer details
    then only will emails be sent and copied to you in HTML

    thanks mailbeez for a great product.rgds

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

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by Bidgee182 View Post

    review_facebook

    I have reviews that have been posted over the last couple of weeks, and when I click on list recipients it states : Result 0 items

    What am I doing wrong?????

    Thanks
    Found the bug - zencart is using $_SESSION['languages_id'] - but I didn't ;-)

    Please update to the latest version and it will work

    cord

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

    Default Mailbeez After Sales Modules V1.5

    MailBeez Version 1.5 for download

    with V1.5 I am proud to introduce:

    • “drop-in” installation without modifying any files! Installation is now as easy as possible - just copy files in and you are done
    • opt-out/block feature for emails - customers can "opt-out" / unsubscribe per mailbeez module. The opt-out link is a generic part of the template and does not require any changes to mailbeez modules


    please download the latest version on mailbeez com, through the update tool or on the zen-cart site (the update is pending approval)

    enjoy
    cord

  5. #45
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    I have zencart installed on http://sierratacklecompany.com/cart/

    When I send the email it comes through as HTML, but the images don't show. When I look at the source code, the path for the images that it is looking for the images is http://sierratacklecompany.com/images/ but it should be http://sierratacklecompany.com/cart/images/

    Any idea how to fix this?

  6. #46
    Join Date
    May 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Hi Rk

    In my limited knowledge, you have 2 options:
    1. Open your FTP program and copy the image/s from your http://sierratacklecompany.com/cart/images/ directory to your http://sierratacklecompany.com/images/ directory.

    OR


    2. in you store/email directory, find the email you want to change and open it in notepad or with your HTML editor. In the header section (around line 30) you will see

    <!-- Header Section -->
    <div class="header">
    <img src="images/header.jpg" alt="logo" />
    </div>
    change this to
    <!-- Header Section -->
    <div class="header">
    <img src="/cart/images/header.jpg" alt="logo" />
    </div>
    I have used header.jpg as an example - please change this to match your image file name

    Hope this helps

    Bidgee182

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

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by rk3487 View Post
    I have zencart installed on http://sierratacklecompany.com/cart/

    When I send the email it comes through as HTML, but the images don't show. When I look at the source code, the path for the images that it is looking for the images is http://sierratacklecompany.com/images/ but it should be http://sierratacklecompany.com/cart/images/

    Any idea how to fix this?
    which version of MailBeez are you using? Which module is generating the images?

    With Version 1.5 I fixed some image-path settings (at least I hope I did )

    Please run the update-check to see if you are having the latest versions of both mailbeez and the modules.

    cord

  8. #48
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Yes running current version its the review module.

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

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by rk3487 View Post
    Yes running current version its the review module.
    please check if you have updated your mailhive.php as well.

    What does the first define('...'); look like?

  10. #50
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Mailbeez After Sales Modules

    Quote Originally Posted by mailbeez View Post
    please check if you have updated your mailhive.php as well.

    What does the first define('...'); look like?
    Yes its been updated here are the first few lines on mailhive.php

    define('GZIP_COMPRESSION', 'false');

    require('includes/application_top.php');

    // zencart, xtcommerce
    if (!defined('DIR_WS_HTTP_CATALOG')) define('DIR_WS_HTTP_CATALOG', '/');

    define('TEXT_EMAIL_ALREADY_SEND', 'was already sent: ');
    define('TEXT_EMAIL_SEND', 'successfully sent: ');

    require_once(DIR_FS_CATALOG. 'mailhive/common/functions/compatibility.php');
    require(DIR_FS_CATALOG . 'mailhive/common/classes/mailhive.php');

    $mailHive= new mailHive;

 

 
Page 5 of 95 FirstFirst ... 345671555 ... 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