Enfuze_CB Posted December 5, 2003 Posted December 5, 2003 On one of my customers' login.php page, welcome email, and order detail email, displays STORE_NAME rather than the actual store name (A Natural Rx.) Examples: Page: By creating an account at STORE_NAME you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made. Welcome email: Welcome to STORE_NAME Order email: STORE_NAME ------------------------------------------------------ Order Number: 16 Detailed Invoice: account_history_info.php?order_id=16 Date Ordered: Thursday 04 December, 2003 Any ideas on a fix? I've tried multiple times in the configuration for OSC to re-submit the name, but it doesn't fix it. Thanks.
moonstone Posted December 5, 2003 Posted December 5, 2003 I suspect you STORE_NAME configuration entry has been accidentally removed from your database. To rectify this, do the following: 1. proceed to phpMyAdmin and look under the configuration table. List all entries and try to search for STORE_NAME. 2. if it doesn't exist, click on the SQL tag and run the following SQL query: INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Store Name', 'STORE_NAME', 'osCommerce', 'The name of my store', '1', '1', now()); 3. next (or if it already exist), proceed to your osCommerce Administration page and change the Store Name under Configuration/My Store. This should do the trick. Hope this helps...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.