Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Placing text before the product listings


Sincraft

Recommended Posts

You can do this in index.php, before and after:

 

      <tr>
       <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>
     </tr>

 

Matti

Link to comment
Share on other sites

I made nifty looking new buttons for my site, templated my thumbnails by centering/'bottoming' them so my nifty new horizontal listings line up perfectly. Now all I need is to be able to put text on each Category page...

 

But you're saying it's done there - which leads me to believe that , the same text will show up in different categories????

 

No way of changing that as there really isn't a 'seperate html page' for each category, just a call to category and it's respective products huh?

 

ty

 

S

Link to comment
Share on other sites

Thanks Matti! I appreciate it. I look up contributions for EVERYTHING under the sun - but for some reason it didn't dawn on me to even think there would be a contrib for that. hehe. Thanks, I'll post here if I find one that works good with my other contribs, clean and bug free for others in case they are also interested.

 

S

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...