Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted
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.

 

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>

Brian Neuman

Posted
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>

 

 

Okay, and one last question. How do I get it to look like the "featured products" module.

 

http://marylandspeed.com/featured_products.php

Posted
Okay, and one last question. How do I get it to look like the "featured products" module.

 

http://marylandspeed.com/featured_products.php

 

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? ;)

Brian Neuman

Posted
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?  ;)

 

Anyone?

  • 2 weeks later...

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...