thecybertouch Posted April 10, 2007 Posted April 10, 2007 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
thecybertouch Posted April 11, 2007 Author Posted April 11, 2007 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.
zhexiang Posted April 12, 2007 Posted April 12, 2007 I'll try to help, but i can't guarantee you when you'll get my answer... If no solution to your problem?
Bushmaster Posted April 12, 2007 Posted April 12, 2007 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
thecybertouch Posted April 12, 2007 Author Posted April 12, 2007 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
thecybertouch Posted April 12, 2007 Author Posted April 12, 2007 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
zhexiang Posted April 13, 2007 Posted April 13, 2007 Send the solution as private message, it doesn't fit here, tooooo long...
broad Posted July 12, 2007 Posted July 12, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.