Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with a basic product_listing hack...


Nocturnaloner

Recommended Posts

I need to replace the 'Weight' column in the product listing with the model number. Should be easy as switching a variable, but for some reason it won't work. I've already changed the table header label to "Order #", but the model numbers won't display when I substitute 'products_model' for 'products_weight' in the product_listing.php file. Can anyone tell me what I'm doing wrong?

 

case 'PRODUCT_LIST_WEIGHT':

$lc_align = 'right';

$lc_text = ' ' . $listing['products_model'] . ' ';

break;

Link to comment
Share on other sites

Needs a bit more amendment than that.

 

Look at the more info button contrib in my sig to see what needs changing.

Your online success is Paramount.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...