Hello!
How do you remove the model text displaying on the product listing, BUT the listing remains sorted by model.
Thanks.
Hello!
How do you remove the model text displaying on the product listing, BUT the listing remains sorted by model.
Thanks.
In your admin - go to Catalog > Product Types > General then edit to suit.
Thank you for your response. However, it's not working. I've set Show Model Number and Show Metatags Title Default - Product Model to 0, and the model still shows up in the product listing.
Oh gosh I have no idea then. That worked for me. Hopefully someone else can help. Best you put a link up to your site to so they can check it out.
Alright, finally found a solution... had to edit the includes/modules/product_listing.php file.
The part for $lc_align is removed, and it worked. :)case 'PRODUCT_LIST_MODEL':
$lc_text = TABLE_HEADING_MODEL;
$lc_align = '';
$zc_col_count_description++;