
Originally Posted by
buster52
I tried that but ended up with the address ect doubled up so I decided to delete the line in condition.php that was looking for store_phone now it looks ok.
and the phone number is in with the address line
Copy and paste the code below to insert the STORE_PHONE variable. It will appear in Configuration->My Store.
Tested on 1.3.7 and 1.3.8. Code is taken from my Database so I know it works, however, NO WARRANTIES, NO Comebacks and BACKUP BACKUP BACKUP!!!!!!!!!!
Code:
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
(777, 'Store Phone', 'STORE_PHONE', '0', 'Enter the phone number for your store.<br>You can call upon this by using the define <strong>STORE_PHONE</strong>.', 1, 4, '2009-03-13 11:15:06', '2008-04-12 10:02:51', NULL, NULL);