Adding and changing messages in the Aurora store
You can add new messages or change existing messages in starter store pages by modifying the file that contains the store strings.
Procedure
-
Back up the existing storetext_v2_locale.properties file. Backing up this
file effectively ensures that any unwanted changes can safely be undone by reverting to the original
file.
It is located in the following directories:Where storedir is the directory name of your store. The default store directory is Aurora.
- WC_eardir\Stores.war\WEB-INF\classes\storedir
- workspace_dir\Stores\WebContent\WEB-INF\classes\storedir
- Open the storetext_v2_locale.properties file.
- Add or change the existing messages in the properties file. Your new or updated strings represent the new text that appears in your store.
- Save your changes.
- Restart the Store server.
Results
Your storetext_v2_locale.properties file is now included in starter store pages. Ensure that the updated messages appear correctly in the storefront.