No I rather unorthodoxly replaced the image with a 1px transparant .gif.
Right now my problem is that when I list more than 1 product per category eveything disappears except this: "Displaying 1 to 2 (of 2 products)" I know I've changed something to let this happen but I'm damned if I can remember what.
Hi, OK after hours of meddling I'm stuck on the following: I would like to replace the "Tell a friend about us" button with my own button linking it to an existing page.
Thanks in advance![]()
Gordon!
Have you found the tell a friend section? (includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php)
You could just replace all the code in that section with your own button and link. I'm assuming you want these links to do the same thing on every product. So, just hard code it, like this:
<a href="link_here.htm" ><img src="image_here.jpg" alt="alt text here" width="100" height="20 /></a>
Thanks you're too kind...I was trying to exactly as you suggested but to no avail!
Can you help me with this:
When I have only one product in a category it displays exactly as I need it to, but when there are 2 or more products in one category the text becomes centred and the "apply now" button is gone. I was wondering if there is a way around this.
Ta,
Gordon