sklarbodds Posted November 28, 2006 Posted November 28, 2006 Simply put, I want to add the URL for the item on the category display. It would be right below the title and say, "Click for sample" and you can download a short clip of the DVDs my client is selling. Please help. I can't figure out where to edit this. I've been searching the forums for hours to find anything about this and can't. If you'd like to see the site I'm referring to: Click Here
sklarbodds Posted November 29, 2006 Author Posted November 29, 2006 I think this is the text I need to add to the page, but I can't figure out where (I think it's on the index.php, but I can't seem to get that to work): <?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?> Any help please? A little desperate here
sklarbodds Posted November 29, 2006 Author Posted November 29, 2006 Please? There's got to be someone out there that can tell me how to do this...
bill110 Posted November 29, 2006 Posted November 29, 2006 try this (this is from product_info.php) <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
sklarbodds Posted November 29, 2006 Author Posted November 29, 2006 try this (this is from product_info.php) <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> Thank you, can I assume I'm placing this in the index.php? I couldn't seem to figure out where in the page to put it.
sklarbodds Posted December 5, 2006 Author Posted December 5, 2006 Thank you, can I assume I'm placing this in the index.php? I couldn't seem to figure out where in the page to put it. Can anyone help me on this? Still no answer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.