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.
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.
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!
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
Yes, I have noticed the same thing on my site. Rather peculiar....![]()
Hmmm well I got it to work by going into includes/templates/my_template/templates/tpl_tell_a_friend_default.php and changing this:
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_ADD_ADDRESS_ALT) . '</a>'; ?></div>
Maybe something for the team to fix the next time around.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>