Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Listing Items?


lowcostinks

Recommended Posts

Posted

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

Posted

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?

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...