================================================== ================================================== ===
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';

================================================== ================================================== ===

================================================== ================================================== ===
find :

$closed_message = ON_OFF_SHOP';

and replaces with :

$closed_message = ON_OFF_SHOP;

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

More...