celticdragon Posted October 13, 2009 Posted October 13, 2009 Hi, I am wanting to create a "Down For Maintance" index page that only has infomation for my customers and that will not allow them to place orders during this time. I know how to edit the main text but i need to remove all other boxes with out affecting the entire site for when i re upload my regular index page. i have been trying and have been reading and cant find anything that helps. Cheers
FridayNight Posted October 13, 2009 Posted October 13, 2009 ... maybe the "Closed Store Mode" contribution is what you are looking for? http://addons.oscommerce.com/info/5333
Guest Posted October 13, 2009 Posted October 13, 2009 Some others http://addons.oscommerce.com/info/1406 http://addons.oscommerce.com/info/1057 http://addons.oscommerce.com/info/3902 http://addons.oscommerce.com/info/6332 http://addons.oscommerce.com/info/5865
celticdragon Posted October 29, 2009 Author Posted October 29, 2009 Thanks for the links, i am wishing to use the simple closed_store_mode but as not a computer wizz, its all very confusing. Could anyone help with instruction on where to do the following request? database insert (create a configuration key right above your store name in admin): INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Shop mode for selling or just viewing shop', 'SHOP_MODE', 'Open', 'Set to Open if you want a fully functional site, set to Closed and checkout is not possible', '1', '0', 'tep_cfg_select_option(array(\'Open\', \'Closed\'), ', now()); This is the only hold up all other instruction I know how to do. Thanks in advance
spooks Posted October 29, 2009 Posted October 29, 2009 Forum Bug I did'nt mean to post here!! Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
spooks Posted October 29, 2009 Posted October 29, 2009 database insert (create a configuration key right above your store name in admin): INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Shop mode for selling or just viewing shop', 'SHOP_MODE', 'Open', 'Set to Open if you want a fully functional site, set to Closed and checkout is not possible', '1', '0', 'tep_cfg_select_option(array(\'Open\', \'Closed\'), ', now()); This thread should help you with that. Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.