Which you'll be able to see on the website Cornwall Clothing Shop when it goes live.
Any way I need to do a couple of things here. Firstly I wanted to limit the images to 6 and secondly exclude one of the manufacturers.
OPEN modules/mod_vm_manufacturers_logos/helper.php
FIND
$query_all .= "ORDER BY m.mf_name ASC";
REPLACE WITH
Any way I need to do a couple of things here. Firstly I wanted to limit the images to 6 and secondly exclude one of the manufacturers.
OPEN modules/mod_vm_manufacturers_logos/helper.php
FIND
$query_all .= "ORDER BY m.mf_name ASC";
REPLACE WITH
$query_all .= "WHERE m.manufacturer_id != 8 ";
$query_all .= "ORDER BY m.mf_name ASC";
$query_all .= " LIMIT 0, 6 ";
No comments:
Post a Comment