Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Tell A Friend Page - Add Address

    Hi,

    What is the Add Address button on the Tell A Friend page supposed to do?

    When I click on it, it just redirects to the product page.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Tell A Friend Page - Add Address

    Where might you see this Add Address button on the tell_a_friend page?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Tell A Friend Page - Add Address

    Hi,

    It seems the template I got changed the text of the back button button to "Add Address".

    If you go to:

    http://www.futuretg.com/EuroStore/in...&products_id=7

    and hover over the back button you see "Add Address".

    Why is this?

    Thanks

  4. #4
    Join Date
    Nov 2005
    Location
    Narnia
    Posts
    822
    Plugin Contributions
    0

    Default Re: Tell A Friend Page - Add Address

    Yes, I have noticed the same thing on my site. Rather peculiar....

  5. #5
    Join Date
    Nov 2005
    Location
    Narnia
    Posts
    822
    Plugin Contributions
    0

    Default Re: Tell A Friend Page - Add Address

    Hmmm well I got it to work by going into includes/templates/my_template/templates/tpl_tell_a_friend_default.php and changing this:

    Code:
    <div class="buttonRow back"><?php echo '<a href="' . zen_href_link(zen_get_info_page($_GET['products_id']), 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_ADD_ADDRESS_ALT) . '</a>'; ?></div>
    to this:

    Code:
    <div class="buttonRow back"><?php echo '<a href="' . zen_href_link(zen_get_info_page($_GET['products_id']), 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    Maybe something for the team to fix the next time around.

 

 

Similar Threads

  1. Adding Tell-A-Friend to EZ Page
    By Seal948 in forum General Questions
    Replies: 2
    Last Post: 1 Oct 2011, 07:31 PM
  2. Best add-on for CAPTCHA in Tell to a friend module?
    By ilmarchez in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 20 Aug 2011, 06:34 PM
  3. Refer a friend page or Tell a friend about website, not product
    By dealbyethan.com in forum General Questions
    Replies: 2
    Last Post: 5 Jul 2008, 11:58 AM
  4. Tell a friend form on product page.
    By Nimbuz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Nov 2007, 04:09 AM
  5. Removing my email address from Tell A Friend
    By nWo in forum Basic Configuration
    Replies: 1
    Last Post: 23 Sep 2006, 09:56 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