Coming Soon Page

Coming Soon Page
4.3 8
Plugin to override the store closed page with a coming soon page.
2025-04-19T12:29:14.4649623Z
免费
获取扩展 (1846 下载)
支持的版本: 4.00, 4.10, 4.20, 4.30, 4.40
创建于 十一月 29,2016
最后更新: 三月 18,2021
描述
  • This Plugin is useful when you have an already deployed website, but the settings and the content is not finished yet. It allows you and the content manager to work on the administration while unregistered visitors will see a so called "Coming soon Page" with a short description and a countdown displaying when the store goes live for the public.
  • This plugin overrides the page that is shown when the store is closed. To turn on its functionality set the "Store closed" setting to true in Administration. (Administration -> Configuration -> Settings -> General settings -> Common)
  • The page contains a customizable full screen background, title, hint and a countdown based on the opening date.
  • It also includes an optional login button with login form. If this is turned off, the login is still available through the login URL.
  • Each of the settings above can be found on plugin's configuration page (Administration -> Configuration -> Local plugins -> Coming Soon Page -> Configure").
  • Text of title (Plugins.Misc.ComingSoonPage.ComingSoon) and subtitle (Plugins.Misc.ComingSoonPage.ComingSoon.Hint) can be changed for each language in it's resources. (Administration -> Configuration -> Languages -> -> Edit)
  • Any text used by this plugin can be translated in language editor (Administration -> Configuration -> Languages -> -> Edit). To find all of them, search for "Plugins.Misc.ComingSoonPage".
  • Contribute: GitHub

v4.4

  • Added binaries and source code to support nopCommerce 4.40.
  • Fixed a bug when countdown for some languages was not displayed correctly.
  • Fixed configuration page layout for all supported versions

v4.3

  • Added binaries and source code to support nopCommerce 4.30.
  • Fixed a bug when login was successful even with invalid captcha.
  • Countdown does not show years anymore. Only weeks, days and time remaining till opening date are displayed.
  • Added second button for login form hiding. The original was confusing, as it looked the same as the actual login button.

v4.2

  • Added binaries and source code to support nopCommerce 4.20

v4.1

  • Added binaries and source code to support nopCommerce 4.10

v4.0

  • Added binaries and source code to support nopCommerce 4.00

v2.2

  • Fixed bug caused by wrong datetime format.
  • Updated countdown script.

v2.1

  • Fixed subscription issue.

v2.0

  • Version to support nopCommerce 3.90.

v1.4

  • Copyright notice added based on the StoreInformationSettings.HidePoweredByNopCommerce setting from administration.

v1.3

  • Login button and login form added.
评论
markobozovic 2023/9/2 上午7:16
Version 4.6
Can you install this plugin on version 4.6?
这个评价是否有帮助? 0 / 0
管理员回复了此评论
Sorry, I am no longer maintaining this plugin.
The last supported version was 4.4.
The source code is available on GitHub. You can find the link in the description.
NopWoody 2022/3/8 下午11:18
Absolutely fantastic
Thanks for such a nice little plug-in.  Much appreciated, works great.
这个评价是否有帮助? 0 / 0
uncle stores 2021/4/2 上午9:00
Not Working
Hi, with reference to my site https://unclestores.com
I tried using this plugin which got successfully installed but unfortunately it doesn't shows up in the home page when store is closed

Please assist for the same
Sarabjeet Singh
Contact- 8699925252
这个评价是否有帮助? 0 / 0
SorgoRojo 2021/3/17 上午6:47
Working like a champ
I am not sure about previous versions, but using 4.3v is working pretty well.

I am very happy with this plugin, and it is very helpful indeed.


Great work!
这个评价是否有帮助? 1 / 0
管理员回复了此评论
Thank You for the positive feedback!
I will try to upgrade the plugin ASAP for the latest version of nopCommerce (4.40.1).
Also feel free to contact me with any improvement suggestions/bug reports.
ssmersin 2020/12/5 下午2:19
Very good plugin.
Thank you for this awesome plugin.
I just have some issues for you.
1 - I used it in a multi language site. I add the string keys to language culture so the language support is done (I suggest you to add them automaticly if the language is active or add a list for users to add the keys manually)
2 - If the datetime format is different from "en-US" then the countdown is not show up. I just solve this problem to reset the format in the display.cshtml file by adding this code.

Model.OpeningDate [email protected](@Model.OpeningDate).ToString("g", new CultureInfo("en-US"));

Maybe there is more efficient ways but I think it helps for now.

Wish to see the upgrades.
这个评价是否有帮助? 2 / 0
管理员回复了此评论
Thank you for the positive and constructive feedback! I am planning to solve the problems you described during the upcoming holydays. I will let you know when they are done.
Sayed Mahmoud 2020/8/5 上午11:54
Thank you, But V4.3!
Please upgrade the plugin to the latest version
这个评价是否有帮助? 2 / 0
sedra 2017/9/10 下午11:04
thank you
i was looking just for this plugin. would you have look at these:

1)count down function does not calculate correctly.

2)when i uncheck the "Allow subscription" it still displays "Subscribe To Get Notified" on the page.

3)having an option to change the message "our webshop blablabla" would be generous!

there are several years that i have not touched ASP.
这个评价是否有帮助? 1 / 0
管理员回复了此评论
All of the problems/suggestions have been fixed/developed in the latest versions. Thank you for the feedback.
ernandoal 2016/12/10 上午5:25
Need to make changes
After install this plugin and set the closed store config I noticed that the beautiful page really appers! But then I could see that there´s no way to access the Admin Panel even if you are Administrator, for there's no link at the page to make such access! The store will be really closed, even for Admin!! Developer didn't think on this!!
这个评价是否有帮助? 1 / 0
管理员回复了此评论
The problem was fixed by adding a login button to the top right corner of the landing page. This button can be turned off in administration settings. In this case the login page is still reachable with the login url directly written to the address bar.