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;




LinkBack URL
About LinkBacks








Bookmarks