iamkim Posted August 5, 2004 Posted August 5, 2004 I'm trying to set up osCommerce for my book store, and want to change Manufacturers to Authors. Can anyone tell me how to do this? I'm finding PHP to be quite a difficult language to wade through. I have a lot of html experience and have dabbled in java and C++, but this is boggleing my mind. Thanks Kim Building the web - One Site at A Time
Guest Posted August 5, 2004 Posted August 5, 2004 All text is in catalog/includes/languages/english.php and catalog/includes/languages/english/all files in this folder The_Bear
iamkim Posted September 23, 2004 Author Posted September 23, 2004 All text is in catalog/includes/languages/english.php and catalog/includes/languages/english/all files in this folder The_Bear <{POST_SNAPBACK}> AHHA!! I don't know why this didn't make more sense to me a month ago...but today it clicked and answered today's earlier question about how to change manufacturer to author on the products_new.php page. A belated thank you very much!! I added define('TEXT_MANUFACTURER', 'Author:'); to the product_info.php page, hoping that the author would now show up on that page, too, but alas.... it didn't. Any solutions? Thanks again!! :rolleyes: Building the web - One Site at A Time
Recommended Posts
Archived
This topic is now archived and is closed to further replies.