Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting an ERROR


Shadow-Lord

Recommended Posts

  • 2 weeks later...

I had the same error, this was missing from the bottom of boxes.php

 

class productListingBox extends tableBox {

function productListingBox($contents) {

$this->table_parameters = 'class="productListing"';

$this->tableBox($contents, true);

}

}

Link to comment
Share on other sites

  • 3 weeks later...

I had this problem after installing the thema-mod, and I had to insert the above code at the bottom (befor ?>) in the catalog/includes/classes/thema_boxes.php. Now everything works.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...