Overview
Making networking updates, taking a major launch, experiencing an internet outage? Here are the instructions for how to close your Aspenware Commerce store through Administration.
Checklist
Define Store Closed Content
Close Store (Single Store Configuration)
Close Store (Multi-Store Configuration)
Update/Add Store Closed CSS Widget
1. Define Store Closed Content
To define your store closed content. You can set the header and a body copy using Language strings.
Go to Configuration > Languages and select edit next to English
Expand String Resources and search storeclosed in the Resource Name field
Define the following language strings (HTML strings can be added to your language strings values.)
storeclosed = your header content
storeclosed.hint = your body content
2. Close Store (Single Store Configuration)
Follow these steps if you are in a single store configuration and NOT using Golf integration (most resorts are single store).
Go to Configuration > Settings > General Settings and toggle to Advanced in the upper right portion of the page if it's not already.
From here check the box next to Store closed to close your store if you are in a single store configuration
Select Save in the upper right corner.
To open your store, uncheck the box and Save.
3. Close Store (Multi-Store Configuration)
Follow these steps if you are in a multi-store configuration
Go to Configuration > Settings > General Settings and toggle to Advanced in the upper right portion of the page if it's not already.
From here select the desired store in the drop-down for multi-store configuration and wait for the page to refresh.
From here check BOTH boxes box next to Store closed to close your store if you are in a multi-store configuration.
Select Save in the upper right. If you want to open/close all stores, select ‘All stores’ in the drop-down.
To open your store, uncheck the box within the all stores view as well and click Save.
4. Update/Add Store Closed CSS Widget
Out of the box, the guest-facing message when closing a store isn't guest friendly. Make sure that your site has the updated Store Closed CSS widget in HTML Widgets
...
Go to Nop Templates > Plugins > HTML Widgets > Manage HTML Widgets From here search for the widget called "Store Closed CSS"
...
If you don't have it, add it using the steps below. If you have it, proceed to the next section.
Select Add New HTML Widget in the upper right
Name it ‘Store Closed CSS’
Select Tools> Source Code
Paste the following HTML in the Source Code and click Ok
Code Block <style><!-- .page.store-closed-page { top: 17vh !important; left: 50%; right: 100px; padding: 1rem !important; max-width: 450px; transform: translatex(-50%); min-height: 0px !important; z-index: 10000 !important; width: 90vw; text-align: center; } .html-store-closed-page primary-header, .html-store-closed-page primary-footer { opacity: 0.5; } --></style>
...
Click Save,
...
Overview
To extend the dates products are available beyond the date of the original season end date, there are two steps required if the product that you wish to extend is dynamically priced. If the products that need to be extended are not dynamically priced, then ignore step 2.
Prerequisite Tasks
Be sure to check if there are products in your shop that are published, NOT dynamically priced, and that should NOT be extended along with the extended season. These products will be extended with the season if you follow these steps. To handle these products that are published, NOT dynamically priced, and that should NOT be extended, first dynamically price these products for the dates they are available for sale from today's date forward, and then follow the steps below to extend the season for desired products.
Checklist
Update Season End Date Setting
Update Dynamic Pricing
1. Update Season End Date Setting
Go to Configuration > Settings > All Settings in Admin.
In the name field, paste seasonsettings.enddate and click Search.
Select to Edit the seasonsettings.enddate setting and enter the date you wish to extend your season through. It must be formatted YYYY-MM-DD to work.
2. Update Dynamic Pricing
Ensure that the product that should be extended also has dynamic pricing set up through the desired extended season dates. See the documentation on Dynamic Pricing for instructions.