A while ago I setup an osc ms2 store with a product summary listing one item per row. I'm now setting up an osc ms2 max 1.5 store and can't see where to set the same layout configuration, I can't remember how to do it!
This is a discussion on Products Listing Layout within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; A while ago I setup an osc ms2 store with a product summary listing one item per row. I'm now ...
A while ago I setup an osc ms2 store with a product summary listing one item per row. I'm now setting up an osc ms2 max 1.5 store and can't see where to set the same layout configuration, I can't remember how to do it!
go to Catalog/filenames.php and find
define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php');
Replace with:
// define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php');
define('FILENAME_PRODUCT_LISTING_COL', 'product_listing.php');
This should do it.
sorry wrong directory find the code above in
catalog/includes/filenames.php
Bookmarks