Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Closed Store Mode

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
=======================================================================================================
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!
=======================================================================================================
First i want thank Monika in germany for this contributions.

I just change some code in the first installation to into the multi languages on_off_shop.

Please always backup first before update.
Use at your own risk.

Update :

4) in catalog/includes/languages/english/shopping_cart.php
before ?> add:
define('ON_OFF_SHOP', '<h1>Sorry, shop is temporarily closed.<br>Please wait for

reopening.</h>');

5) do the same in the other languages in catalog/includes/languages/your-languages/shopping_cart.php
before ?> add:
define('ON_OFF_SHOP', '<h1>Your-Languages</h>');
6) in catalog/shopping_cart.php
find :
$closed_message = 'Shop is temporarily closed, please wait for reopening';

and replaces with :
$closed_message = ON_OFF_SHOP';
7) The End and Enjoy it.
   Posted on: 07/23/2009     See contribution details Request Installation with Paid service