Hi, I'm trying to display the model number under the title/price before the '... more info' button in a clothing store while in category view. ie:
http://www.aqua-vi.com/treasure
click category: Men
Once loaded, you will see the grid of many of the products. I'd like to show product model numbers on this page beneath the photo and product name. I've found the code:
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> That I'm guessing I need to add. Or is this in admin? THANKS!



