
Originally Posted by
pfabrick
Quick question Gerome,
When you go into the "Contact us" page, we get the same company name...no matter which site you're in. Is there a way to over ride this?
Thanks ~ this isn't a big enough deal so we're live now. Check it out at
www.catholiclifebooks.onlinecatholicstore.com and
www.onlinecatholicstore.com
We'll be adding another one of our sites in a few days...will let you know how it goes!
Thanks again for all your work!
Patti
you can set the config of a specific shop by defining the constants in the yourshop_config.php file:
As for the contact page, you have to define these 3 constants:
Code:
define('STORE_NAME_ADDRESS','the address of the store');
define('CONTACT_US_LIST','contact1,contact2,...');
define('STORE_OWNER_EMAIL_ADDRESS','email@address.com');
I remind that if you are wondering what is the constant key of a configuration setting, this query will display the constant key at the end of all the description:
Code:
UPDATE configuration
SET configuration_description = CONCAT(configuration_description,"<br /> ",configuration_key)
WHERE configuration_description NOT LIKE CONCAT("%<br /> ",configuration_key);
Hope it helps !
Gerome.
Bookmarks