Community Add-Ons

Maintainers: Monika in Germany
Add file to this package
Top » Features

Closed Store Mode
for osCommerce Online Merchant v2.2

I created this module for a store owner whose baby was due anytime and who wanted the store to be functional but not able to take orders while she was in hospital.

The module is very simple to install (3 little file changes, one new database entry).

It allows your customers & search engines to browse, even add items to the cart so they can later check out when you are back, it will only not allow them to leave the shopping cart page to go to checkout shipping. A friendly message is displayed on the cart page.

Module created by Monika Mathé
osCommerce username: Monika in Germany
www.monikamathe.com

Legend:  Download   Report
Expand All / Collapse All
BUG off = on_off_shop_multi_languages thepolargeier 24 Jul 2009  

=======================================================================================================
BUG-----------------------> ON_OFF_SHOP'; [SHOP']
=======================================================================================================


in catalog/shopping_cart.php

find :
$closed_message = 'Shop is temporarily closed, please wait for reopening';

and replaces with :
$closed_message = ON_OFF_SHOP';

=======================================================================================================
<-----------------------------------BUG
=======================================================================================================

=======================================================================================================
Fixe----------------------->
=======================================================================================================
find :

$closed_message = ON_OFF_SHOP';

and replaces with :

$closed_message = ON_OFF_SHOP;

=======================================================================================================
-----------------------> enjoy!
=======================================================================================================

ON-OFF-German thepolargeier 24 Jul 2009  
On Off Shop with Multi Languages rocdy 23 Jul 2009  
Closed Store Mode Monika in Germany 3 Aug 2007