Branden Posted April 1, 2005 Posted April 1, 2005 I want to change the BTS layout on my store from the standard three across rows to one that is laid out like the search results page. How would I do this? It seems simple...just need to figure it out. Quote
bdneuman Posted April 3, 2005 Posted April 3, 2005 I want to change the BTS layout on my store from the standard three across rows to one that is laid out like the search results page. How would I do this? It seems simple...just need to figure it out. <{POST_SNAPBACK}> Open catalog/templates/your_template_name/content/index_products.tpl.php and at the bottom of the file change: <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); ?></td> to this: <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> Quote Brian Neuman
Branden Posted April 7, 2005 Author Posted April 7, 2005 Open catalog/templates/your_template_name/content/index_products.tpl.php and at the bottom of the file change: <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); ?></td> to this: ? ? ? ?<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> <{POST_SNAPBACK}> Okay, and one last question. How do I get it to look like the "featured products" module. http://marylandspeed.com/featured_products.php Quote
bdneuman Posted April 7, 2005 Posted April 7, 2005 Okay, and one last question. How do I get it to look like the "featured products" module. http://marylandspeed.com/featured_products.php <{POST_SNAPBACK}> Maybe someone else has done this. I don't use the featured products (though, I see it's advantages to the New Products box). It looks like it uses a similar setup to the New Products page, though. The product listing code is totally different - it uses the class/boxes file to create a productListingBox whereas Feature and New Products sets up the page from html code within the page itself. You might be able to compare the two and redo the products listing code, but it would take some serious modifications. I like your site, btw. I'd love one of the new Mustangs - they are hot! I used to have a '94 GT coupe and a '87 GT convertible - that was before the kids. Do you have any performance mod's for an '04 Honda Odyssey? ;) Quote Brian Neuman
Branden Posted April 14, 2005 Author Posted April 14, 2005 Maybe someone else has done this. I don't use the featured products (though, I see it's advantages to the New Products box). It looks like it uses a similar setup to the New Products page, though. The product listing code is totally different - it uses the class/boxes file to create a productListingBox whereas Feature and New Products sets up the page from html code within the page itself. You might be able to compare the two and redo the products listing code, but it would take some serious modifications. I like your site, btw. I'd love one of the new Mustangs - they are hot! I used to have a '94 GT coupe and a '87 GT convertible - that was before the kids. Do you have any performance mod's for an '04 Honda Odyssey? ;) <{POST_SNAPBACK}> Anyone? Quote
php4ever Posted April 25, 2005 Posted April 25, 2005 I'd like to see that myself. Quote www.jaredritchey.com
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.