Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2006
    Posts
    38
    Plugin Contributions
    0

    Default Checkout Email Confirmation

    I have aquite a few options on all of my products.

    In the testing stage we've come acros this problem - see attached.

    The Options are spread right acrss the confirmation email, and I wondered how in the heck to get them to be listed, perhaps by just using a </br > between a loop?

    Someone please point me in the right direction!!
    Attached Images Attached Images  

  2. #2
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Checkout Email Confirmation

    Perhaps you want to change your styles in the email-checkout template to not be so wide?
    Code:
    .order-detail-area {background-color:#CCCC99; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; }
    or maybe add another style definition:
    Code:
    TD.product-details { width: 490px; }
    and if that fails, you can play with a non-overridable core file: includes/classes/order.php around line 850, and perhaps play with reworking an alternative after removing the <nobr> tags:
    Code:
          '<td class="product-details" valign="top">' . $this->products[$i]['name'] . ($this->products[$i]['model'] != '' ? ' (' . $this->products[$i]['model'] . ') ' : '') .
          '<nobr><small><em> '. $this->products_ordered_attributes .'</em></small></nobr></td>' .
          '<td class="product-details-num" valign="top" align="right">' .
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2006
    Posts
    38
    Plugin Contributions
    0

    Default Re: Checkout Email Confirmation

    Yoiks!

    Thanks once again Doc.
    Will try one or all of those and report back ASAP.

  4. #4
    Join Date
    Jan 2006
    Posts
    38
    Plugin Contributions
    0

    Re: Checkout Email Confirmation

    Quote Originally Posted by sprogy
    Yoiks!

    Thanks once again Doc.
    Will try one or all of those and report back ASAP.
    Tried the first 2 and failed..

    Now in a stage where i have to upgrade::

    Zen Cart 1.3.0.1
    Database Patch Level: 1.3.0.2

    Gonna backup locally, update, and test.

    I'm sure I' ll hit some problems on the way, but is there anythinh immediate to think about?.... as i dont have any other modules installed, other than the admin attribute one, which I'm sure i can do myself.

    [Then, if all goies well, i'll be up and running in to time..]

  5. #5
    Join Date
    Oct 2005
    Posts
    42
    Plugin Contributions
    0

    Default Re: Checkout Email Confirmation

    Hi Sprogy

    I had the same problem, check out this thread it might help http://www.zen-cart.com/forum/showthread.php?t=37925

    Have a great day!

 

 

Similar Threads

  1. Order confirmation email problem
    By hzha in forum General Questions
    Replies: 8
    Last Post: 1 Jan 2008, 10:36 AM
  2. Replies: 4
    Last Post: 30 Oct 2006, 01:30 PM
  3. PayPal fail to trigger website to send Order confirmation email
    By doubletiger in forum Templates, Stylesheets, Page Layout
    Replies: 40
    Last Post: 28 Aug 2006, 02:14 PM

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
  •