Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2006
    Posts
    11
    Plugin Contributions
    0

    Default [Done 1.3.5] Tell a Friend display Error

    Hi everyone.....I'm a new zenner, and am really enjoying the power of this software. I have been working on my first shopping cart, and have managed to change the css layout, add my own logos, edit pages, use overrides, taglines etc... all with the good help of your great forum and support......big thanks. Still some work to do editing emails, and I am struggling with shipping modules that refuse to recognise zones that I have set up. I still have some learning to do here. (But I will ask for help on this one in another part of the forum.)

    I am using Zen version 1.3.5 and have loaded from scratch, and I was testing some orders, and came across the "tell a friend" icon, and clicked on it. While a very cool function, the html output from the php code, seems to have lost a right hand boundary. (Please see attached pic of the problem) and blows the text box right out to the right hand side, and under the side boxes.
    Does anyone else have this problem.? or do I have a corrupt file.?
    This appears to be the only page that has this problem.

    Can I fix this by replacing a file, and if so which one would be the culprit.?
    Your help would be appreciated.

    (he bows humbly, and crawls back across the rice paper...)

    Hazza
    Attached Images Attached Images  
    Last edited by Hazza; 27 Sep 2006 at 03:47 AM.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Tell a Friend display Error

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Tell a Friend display Error

    Also anthor reference for tell a friend,
    in page 2 of Stylesheet Bug applies to most contributed templates

    put the following to the stylesheet.
    Code:
    #tellAFriendDefault textarea { 
       float: none; 
    }
    Last edited by seethrou; 27 Sep 2006 at 07:01 AM. Reason: Added more reference.
    A New Starter again

  4. #4
    Join Date
    Jul 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Tell a Friend display Error

    Thank you both for your prompt replies....and yep that fixed it nicely.
    I simply commented out the line as suggested by Dr. Byte

    Thank you both Gentlemen.

  5. #5
    Join Date
    Dec 2005
    Posts
    64
    Plugin Contributions
    1

    Default Re: [Done 1.3.5] Tell a Friend display Error

    I'm still having a problem with the tell a friend display. The solution above fixed part of the problem but for products that have a long title, the tell a friend box is still being cut off because of title in the legend box. You can see an example here. http://undergroundmusic.com.au/index...id=92&x=10&y=7

    Does anyone have a solution to this?

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: [Done 1.3.5] Tell a Friend display Error

    Apply the following changes (v1.3.5).

    includes/templates/template_default/templates/tpl_tell_a_friend_default.php

    line 18

    from
    PHP Code:
    <fieldset>
    <legend><?php echo sprintf(HEADING_TITLE$product_info->fields['products_name']); ?></legend>
    to
    PHP Code:
    <fieldset>
    <legend><?php echo 'Tell A Friend'?></legend>
    This does not change the Product Info / Description and other information provided within the eMail sent, so no problem there.

 

 

Similar Threads

  1. [Done v1.3.7] Tell a Friend Email Form in IE
    By TShooters in forum Bug Reports
    Replies: 34
    Last Post: 3 Jul 2008, 04:52 PM
  2. Replies: 1
    Last Post: 23 Feb 2008, 04:23 PM
  3. Tell a Friend error
    By coolglobal in forum General Questions
    Replies: 7
    Last Post: 28 Jan 2008, 10:51 PM
  4. Tell A Friend content display problem
    By dzinwiz in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 Mar 2007, 10:40 PM

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