Hi all,
I've been trying to send out some emails but in them they have parts which should show the store name just showing "STORE_NAME".
Where do I set this variable ?
TIA.
Hi all,
I've been trying to send out some emails but in them they have parts which should show the store name just showing "STORE_NAME".
Where do I set this variable ?
TIA.
Admin->configuration->My Store
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
It has disapeared from my install. Can anyone suggest why this might be, and how I get it back.Originally Posted by superprg
heres a screeny :
http://www.greenerlife.co.uk/test/store_name.png
Funny!Originally Posted by OmegaSupreme
![]()
Go to your phpmyadmin and issue these queries
Check for the prefixes to the table if you want to put and insert into the correct table
-----------------
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Store Name', 'STORE_NAME', 'Zen Cart', 'The name of my store', '1', '1', now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Store Owner', 'STORE_OWNER', 'Team Zen Cart', 'The name of my store owner', '1', '2', now());
--------------
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
That fixed it, cheer mate, many thanks :)
Thats ok mate....but how did this happen!Originally Posted by OmegaSupreme
who lets the dogs out?![]()
![]()
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!