happy2help Posted April 17, 2005 Share Posted April 17, 2005 I'm trying to add a link to the products url in product_listing.php instead of manufacturer, but it's not working. Please help! Line 104 of product_listing.php $lc_text = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_description[$listing['products_id']]) . $listing['products_url']) . '">' . tep_image_button('speaker.gif') . '</a> '; Here is my test site Click Here! Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2005 Share Posted April 17, 2005 From what it says.. you didn't close off one of your tags.. Link to comment Share on other sites More sharing options...
boxtel Posted April 18, 2005 Share Posted April 18, 2005 I'm trying to add a link to the products url in product_listing.php instead of manufacturer, but it's not working. Please help! Line 104 of product_listing.php $lc_text = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_description[$listing['products_id']]) . $listing['products_url']) . '">' . tep_image_button('speaker.gif') . '</a> '; Here is my test site Click Here! <{POST_SNAPBACK}> this ['products_id']]) has double ] Treasurer MFC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.