How do i view the products in a category as a list as opposed to rows of pictures? You can look at my site, sillex.com, and it shows a thumbnail and the product name in 3 columns. how do i change it to view as a list?
This is a discussion on View products in category as a list within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; How do i view the products in a category as a list as opposed to rows of pictures? You can ...
How do i view the products in a category as a list as opposed to rows of pictures? You can look at my site, sillex.com, and it shows a thumbnail and the product name in 3 columns. how do i change it to view as a list?
I would also apprecaite knowing this. My previous store, a stock install, had this by default and i feel that it is a much cleaner look. Anyone care to share? Thanks.
Open your filenames.php file at catalog>includes>filenames.php
Look for the code that says
define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php');
And change to
define('FILENAME_PRODUCT_LISTING_COL', 'product_listing.php');
That should do it for ya
I've just done this and it worked great, but now instead of having the category name at the top it just says HEADING_TITLE. I can't remember if I changed anything else, but I've tried putting it back how it was originally and it still just says HEADING_TITLE. I tried editing catalog/includes/languages/english/index.php to make the heading say something else but it not working. Anyone have any ideas what I did and how to fix it?
Bookmarks