maxissid Posted January 31, 2007 Share Posted January 31, 2007 I have searched and searched before I listed this. I changed my catalog/includes/modules/product_listing.php and screwed up. Of corse I didn't back up the file first. (my bad) Then I went to the original file(the one from the download) replaced the screwed up copy and now, the Buy Now buttons for all of my products are NOT hot. They don't do anything. The copy that I replaced is: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = '' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . ' '; break; } $list_box_contents[$cur_row][] = array('align' => $lc_align, 'params' => 'class="productListing-data"', 'text' => $lc_text); I know that I am missing something. Please help me get my buttons hot again. Thanks.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.