PDA

View Full Version : Where is the item description, in OsCommerce?


ioasw
12-15-05, 07:03 PM
I was wondering where the item description hides for products that you add in the catalog of oscommerce. You know if you add a new product and you write something in the item description box. In which php file do the item descriptions hide in? I am getting some wierd latin text at the bottom of my item desciptions, that I do not add myself, so if anyone knows please let me know, thanks a lot!

stevel
12-15-05, 07:41 PM
It's in the database, not in any PHP file. Everything you do in the admin panel makes changes in the database.

dirtysouthrapco
1-25-06, 07:27 AM
Stevel is correct its stored in your SQL database. However it may be possible that the latin or whatever is in your template if your not using the default one... the two files you should check are product_info.php both in the catalog dir and the includes/lang dir as well...