lowcostinks Posted March 19, 2006 Posted March 19, 2006 Hello Me again after some help If you could please visit www.lowcostinks.co.uk and see that all items are listed in big if you get me. i want them listed when you click on epson and then say D series then DX3800 i want the products listed not in big items. Is this possible is it just a setting. Also i got the template from a site that sells templates so am not sure if this even supports listing items. Thank you Dave
Guest Posted March 19, 2006 Posted March 19, 2006 Hi dave Dont think I follow what you are asking for - do you want the products displayed differently at this level - is that what you are asking?
lowcostinks Posted March 19, 2006 Author Posted March 19, 2006 sorry yes. i would like them so they are listed in a list and not in a group of products i would rather have them all listed instead of 1 big image and a bit of txt with buy it now and so on.
Guest Posted March 20, 2006 Posted March 20, 2006 Well, you can either do it by category_id, or by level down the categories, basically, in index.php you will have somewhere -<?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); ?> you need to wrap this in an if statement, so if category with id of 15 was one you wnated to affect, <?php if (cId=15) { include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); } else { include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); } Then all you need to do is edit includes/modules/product_listing.php to get the results you desire.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.