|
||
If you need to modify text in the shopping cart preview...
...navigate to CMS Desk -> Content and choose the master page (Ecommerce site) from the content tree. Switch to Edit -> Design and edit the Shopping Cart Preview web part.
Specifically, you need to modify the Total price title property of this web part. Change the property values using the Edit value dialog as required and confirm the changes.
{% GetAmountText(ECommerceContext.CurrentShoppingCart.TotalUnits, "item ", "items ") + ", Total price: " + FormatPrice(ECommerceContext.CurrentShoppingCart.TotalItemsPrice)#%} |
If you now view the given page on the live website, you can see that the text in the shopping cart preview has changed and corresponds to the current values of the Total price title property.