Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product List Configuration


holsum

Recommended Posts

Hello all,

  I am trying to remove the header and the "Buy now" feature in the product list section.  Can anyone give me some information on how to do this?

 

The page I am talking about is here:

https://rs357.securehostserver.com/~palapaj...php/cPath/24_27

Thanks for the help!

 

-lary

 

columns can be removed in admin - > configuration -> product listing

 

the header has to be removed in the includes/modules/product_listing.php, by commenting out the infoBoxHeader call.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Thanks Monika!

I have learned a lot about osCommerce from reading your comments.

 

What if instead of removing the name in the header (i.e.- Product name+) I wanted to change it to, Product name/ Description. It doesn't look like that can be altered from the admin screen and I couldn't find any refrence to it under Catalog/include/language/english.php or in Catalog/include/language/english/english.php. I

-Lary

Link to comment
Share on other sites

Thanks Monika!

  I have learned a lot about osCommerce from reading your comments.

 

What if instead of removing the name in the header (i.e.- Product name+) I wanted to change it to, Product name/ Description.  It doesn't look like that can be altered from the admin screen and I couldn't find any refrence to it under Catalog/include/language/english.php or in Catalog/include/language/english/english.php.  I

-Lary

 

yeah english.php would be logical, as it's used in search and index, but in this case they have it defined in both files seperately ... so you have to change it in 2 spots, index.php and advanced_search.php

 

thanks for the sweet comment. That really made my day :-) ... as obviously I love to help.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...