Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add to Product Information on Category Display


sklarbodds

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted
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.

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...