You can directly access your web store’s customizable text via the Code menu. Such text includes messages, labels and help tips.
To customize your web store’s text:
Open the Design tab and click Code.
Scroll down to view the Advanced options and click the Text Snippets menu.
The Text Snippets page opens.
Select the Text Snippet Type from the drop down list.
All available values for your chosen type are displayed as editable links.
Click to open the value you wish to edit.
A New Value window opens allowing you to make edits.
Enter the new value and confirm or reject the edits using either the Save or Close icons.
You can click the Preview button to see how the changes will appear in your web store before going live.
Note: Text set between double underscore characters, such as __totalPrice__
, represents a parameter that will be replaced with the appropriate value, when the resource is displayed in your web store. Such parameters can be moved within a resource value, or deleted from it. However, you should avoid changing the name of the parameter or the replacement will not work.
Text in brackets, preceded by $t
, indicates that an additional resource look-up is occurring. For example, $t(ns.common:resources.option)
indicates that the value for the ‘option’ resource will be inserted at this position in the current resource value.