Change Store Closed Sign

How can I change the "Store Closed" sign.

I would like to use my own gif file to be displayed instead, at least for a little while.

I want to change what is said with more info.

Edit store_closed.html in your home directory.

[banner]
and
[message]
1 Like

Edit store_closed.html in your home directory.

[banner]
and
[message]

Thanks that does it for me.

I was looking in this file earlier and just stared at it.

I figured it out with your guidance.

Thanks.

Just bumping this thread as I have not found this answer useful. Where is the animated .GIF image ???

no matter, I just found it..

no matter, I just found it..

where

where

Well I made the mistake of thinking that it was an image that was shown but instead it is just a kind of splash animated css and you can just as easily comment out that part en put in your own place holder image.

Let me show you

Look at the root of your store and find the store_closed.html file and open that and comment out like below the

[message]

Thanks,

Age is catching up with me and I haven't touched CS-Cart in quite a while :confused:

How would one add php to the store closed page? I tried adding something simple such as...


... but CS-Cart strips the php tags so the end result is...


            

Can I change the Store closed for maintenance message in one of the settings ?

try this: https://marketplace.cs-cart.com/store-closed-page.html

Can I change the Store closed for maintenance message in one of the settings ?

Change the text_store_closed language variable (Administration -> Languages -> Translations)

on store closed page I want to send email functionality is that possible? please guide

In the latest versions you can add an ability to send e-mails in the showStub function

/app/Tygh/Development.php

How I can override this function or I can change direct /app/Tygh/Development.php here

Use the development_show_stub hook in this function

Thanks