By sliiiiiide on
Greetings,
I am trying to display 4 columns in the e-commerce product view (test.mysite.com/product) instead of the default 3.
I've tried overriding theme_product_view_collection() by creating a new entry in template.php and also changing the code in the product.module file (to $columns = 4; on line 25).
These changes are not being reflected when i go to the /product url. there are still 3 columns... )-8
what am i doing wrong??
Comments
ecviews module
Hello,
I think what you are looking for is the theme_ecviews_product_list function provided by the contrib/ecviews module .
I created the following function in my template.php file of my theme.
Hope that helps.
Christopher Hamersley
www.hemisphere3.com
Ok..I had the same problem
Ok..I had the same problem too.
Do I need to have views installed then if I want to use this code?
thanks