Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display Manufactyrers instead of Whats New on index.php


thecybertouch

Recommended Posts

Posted

Hi I am having problems with what i thought would have been quite simple. I what to display in place of "Whats New" products on the main index.php page, a list of all the manufacturers with their logos. Can anyone help?

 

Thanks

Posted
Hi I am having problems with what i thought would have been quite simple. I what to display in place of "Whats New" products on the main index.php page, a list of all the manufacturers with their logos. Can anyone help?

 

Thanks

Please Help. Soz for the bump.

Posted
This will take the new products out of your way. http://www.oscommerce.info/kb/osCommerce/C..._Area/Boxes/260

 

If you know how to build a table in html you should be able to design it to fit the space you have.

here is the basics.

http://www.html.net/tutorials/html/lesson10.asp

http://www.du.edu/~shaag/M17_82.HTML

 

Thanks Bushmaster

 

I know how to remove the new products module. However i want to replace new products with the name and image of each of the manufacturers. I can't figure out the how to do this though.

 

Thanks

Posted
I'll try to help, but i can't guarantee you when you'll get my answer...

 

If no solution to your problem?

 

Any help you can give me would be much appreciated

 

thanks

  • 2 months later...
Posted

If you are still interested in ways around this then i have done the following - on the catalog/index.php page goto line 307 and remark out the php line echo TEXT_MAIN so it should read <?php //echo TEXT_MAIN; ?>

 

This gets rid of that intro text that is sourced from the page catalog/includes/languages/english/index.php. So if you'd prefer you can add your own text in here.

 

The new products section below all of this is called with line 313 in the catalog/index.php page. The line is -

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

 

and as you can see it calls in a module called new products. These are from the catalog/includes/module folder. To change this to something else you'd need to replace the php include to call in a different page of your choice.

 

Hope this helps some.

Archived

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

×
×
  • Create New...