Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index.php?Cpath=30 issues


byoung

Recommended Posts

Posted

I have changed the templates so that they will center and stay at 1000 pixels as I don't like the stetch to fit screen. Anyway did this on what I thought was all pages and everything loads and looks good, till i click on a category that is empty, it calls /index.php?cPath=30 and the table is all messed up.

 

Where can i find the table attributes when it calls this function? as when it accesses other cpath functions it displays correctly.

Posted
I have changed the templates so that they will center and stay at 1000 pixels as I don't like the stetch to fit screen.  Anyway did this on what I thought was all pages and everything loads and looks good, till i click on a category that is empty, it calls /index.php?cPath=30 and the table is all messed up.

 

Where can i find the table attributes when it calls this function? as when it accesses other cpath functions it displays correctly.

 

 

in module includes/modules/product_listing.php

 

 

$list_box_contents = array();

 

$list_box_contents[0] = array('params' => 'class="productListing-odd"');

$list_box_contents[0][] = array('params' => 'class="productListing-data"',

'text' => TEXT_NO_PRODUCTS);

 

new productListingBox($list_box_contents);

 

 

that would come up when you have an empty category

Treasurer MFC

Posted

yea that comes up but it changes the table sizes and isn't showing correctly will take another look though.

Archived

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

×
×
  • Create New...