Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! Buy Now Button NOT HOT (not working)


maxissid

Recommended Posts

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

Archived

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

×
×
  • Create New...