Table of Contents |
---|
Detailed Setup
...
1. POS TASKS
...
POS Task 1
Status | ||||
---|---|---|---|---|
|
Expand | ||
---|---|---|
| ||
Products that need age ranges assigned are created in POS and have age ranges added to POS |
...
Status | ||||
---|---|---|---|---|
|
...
2. INFRASTRUCTURE TASKS
...
Infrastructure Task 2 -
Status | ||||
---|---|---|---|---|
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Confirm that the Azure function app is setup and configured to the desired frequency. -
|
...
Status | ||||
---|---|---|---|---|
|
...
3. COMMERCE TASKS
...
Commerce Task 3 -
Status | ||||
---|---|---|---|---|
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Confirm that the Aspenware Commerce products that will have inventory assigned to them are fully configured with the correct attributes -
|
...
Status | ||||
---|---|---|---|---|
|
...
Language String, Setting, HTML widget, etc. Task 4 -
Status | ||||
---|---|---|---|---|
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Ensure the setting ‘ecommercesettings.productinventory.cachetime’ is set to your desired cache time -
|
...
Status | ||||
---|---|---|---|---|
|
Configuration Task 5 -
Status | ||||
---|---|---|---|---|
|
Expand | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
Inventory is mapped to product or product variant in the Inventory Pool plugin
Code is entered
If using location in RTP, location code is entered
If multi day product, number of days is defined
If using non default lock time of 900 seconds, the desired lock time is configured.
|
...
Status | ||||
---|---|---|---|---|
|
Prerequisite Tasks
...
POS Tasks
POS Task that must be completed first
Infrastructure Tasks
Infrastructure Task that must be completed first. Remove section if not required
Commerce Tasks
AW Commerce task that must be completed first
Settings, Language Strings and/or HTML Widgets for this Feature
...
Settings
AW Commerce Settings that must first be completed
Language Strings
AW Commerce Language Strings that must first be completed
HTML Widgets
AW Commerce HTML Widgets that must first be completed
Detailed Setup Guide
Step 1 Header
Step 2 Header
1. Step 1 Header
First bullet should provide navigation instructions i.e. Catalog >Attributes >Product attributes
Sub-bullet for step 1. Every step and click should be detailed so that someone could follow with little prior experience.
Sub-bullet for step a. Include screenshots of the step and use skitch to mark up screenshots. It can be downloaded here: https://www.techspot.com/downloads/5705-skitch.html
Expand | ||
---|---|---|
| ||
Hint: Age Range Types should also be adjusted year over year. If age ranges are calculated based on Trip Start, then they will not need to be updated. Once completed for all required age range types move on to create Age Range. |
Info |
---|
Note: When possible use notes, warnings, and hints within info panel macros. See https://aspenware.atlassian.net/wiki/pages/resumedraft.action?draftId=781156460 for more details on these. |
2. Step 2 Header
First bullet should provide navigation instructions i.e. Catalog >Attributes >Product attributes
Sub-bullet for step 1
Sub-bullet for step a
DELETE CONTENT AFTER THIS LINE
go to the Glossary page and add the key terms Excerpt Include that you added for your configuration guide.
To add the feature terms to the Glossary, navigate to the glossary and add a header for your feature using an H2. Select the + and then select …view more. Search for Excerpt Include and in the Page Containing the Excerpt search for “Configuration: [FEATURE]” select to hide panel, preview and add.
How-to Guide of this page can be found here: /wiki/spaces/DB/pages/1040089511
...
Guide
(Optional) Configure specific pages to restrict crawling using robots.txt
(Optional) Configure restricted crawling across all pages using robots.txt
(Optional) Restrict search engine indexing across the entire shop
1. (Optional) Configure specific pages to restrict crawling using robots.txt
This is recommended to prevent search engines from crawling hidden categories, voucher product urls, and any page that should not be indexed by search engines.
To restrict only certain pages from being crawled by search engine bots, configure your robots.txt entry for your shop by going to Configuration > Settings > General Settings.
Locate the robots.txt section and expand it. It will be pre-loaded with some default restrictions setup by nopcommerce.
...
To disallow crawling of specific pages find the seach engine friendly page name for that product or category.
For product pages, open the product editor page in a separate tab and expand the SEO section.
Copy the value used in the 'Search engine friendly page name'.
For category pages, open the category editor page in a separate tab and expand the SEO section.
Copy the value used in the 'Search engine friendly page name'.
Back on the robots.txt editor, paste the ‘search engine friendly page name’ in the Localizable disallow paths at the bottom of the list with a / in front of the search engine friendly page name. Repeat for all PDPs that you wish to disallow crawling on.
For best results, complete this step before publishing the product if possible.
Save General Settings and clear store cache.
Note |
---|
IMPORTANT: A specific ‘multi-store’ setting can override the ‘all stores’ setting. Also, if a robots.custom.txt file is present on the server that will override these setting values. |
Info |
---|
NOTE: Keep in mind that if a robots.txt entry is made for a product after it has been published, it could already have been crawled and indexed, and therefore will still appear in search engine results. To ensure previously crawled pages never appear in search engine results, consider setting up no indexing across the entire shop, detailed in section 3. |
2. (Optional) Configure restricted crawling across all pages using robots.txt
To restrict only certain pages from being crawled by search engine bots, configure your robots.txt entry for your shop by going to Configuration > Settings > General Settings.
Locate the robots.txt section and expand it. It will be pre-loaded with some default restrictions setup by nopCommerce.
To disable crawling of the entire site enter a / at the end of the localizable disallow path.
Info |
---|
NOTE: Keep in mind that if a robots.txt entry is made for a product after it has been published, it could already have been crawled and indexed, and therefore will still appear in search engine results. To ensure previously crawled pages never appear in search engine results, consider setting up no indexing across the entire shop, detailed in section 3 below. |
3. (Optional) Restrict search engine indexing across the entire shop
To restrict the entire shop from being indexed by search engines, go to Configuration > Settings > All Settings.
Search for the Setting: ‘seosettings.customheadtags’ and edit it.
Add the following value and save.
Code Block <meta name="robots" content="noindex">
If something is already added to this setting, as it is also used to define Adobe Analytics Credentials, keep what is added to the setting and include the value above on a new line.
Info |
---|
NOTE: Organic search accounts for about 1.8% of traffic across all Aspenware sites, so making your shop completely unavailable to search engines could restrict traffic and influence metrics. |