robkwal Posted October 18, 2010 Share Posted October 18, 2010 Hi all,Yet another question! I use the filter search module, and it sits in my left column. But it does not work on the search.tpl/new-products.tpl/prices-drop.tpl and as they are already filtered to an extent what i would like to do is get those files to run off a separate productlist.tpl. As currently I only use the filter search in my left column so when someone does visit the sales page for instance it has a blank space on the left, but if i was to use a separate product list for that i could extend the width to reduce that white space.Any help would be very much appreciated!!!!!Regards,Rob Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2010 Share Posted October 19, 2010 Sure, just copy the original product-list.tpl to product-list2.tpl, then change the following lines in search.tpl, new-products.tpl and prices-drop.tpl: {include file=$tpl_dir./product-list.tpl products=$products} to: {include file=$tpl_dir./product-list2.tpl products=$products} Link to comment Share on other sites More sharing options...
robkwal Posted October 19, 2010 Author Share Posted October 19, 2010 Cheers Rocky! Been searching for a solution for a while now! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now