|
- ${uiLabelMap.CommonBy}: <#if productReview.postedAnonymous?default("N") == "Y"> ${uiLabelMap.EcommerceAnonymous}<#else> ${postedPerson.firstName} ${postedPerson.lastName} #if>
+ ${uiLabelMap.CommonBy}: <#if productReview.postedAnonymous?default("N") == "Y"> ${uiLabelMap.OrderAnonymous}<#else> ${postedPerson.firstName} ${postedPerson.lastName} #if>
|
${uiLabelMap.CommonAt}: ${productReview.postedDateTime?if_exists}
Index: applications/order/webapp/ordermgr/entry/catalog/quickaddsummary.ftl
===================================================================
--- applications/order/webapp/ordermgr/entry/catalog/quickaddsummary.ftl (revision 656343)
+++ applications/order/webapp/ordermgr/entry/catalog/quickaddsummary.ftl (working copy)
@@ -53,7 +53,7 @@
${uiLabelMap.ProductNoLongerAvailable}
<#-- check to see if the product is a virtual product -->
<#elseif product.isVirtual?default("N") == "Y">
- ${uiLabelMap.EcommerceChooseVariations}...
+ ${uiLabelMap.OrderChooseVariations}...
<#else>
#if>
Index: applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
===================================================================
--- applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (revision 656343)
+++ applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (working copy)
@@ -353,7 +353,7 @@
[${uiLabelMap.EcommerceProductNotConfigured}]
<#else>
- ${uiLabelMap.EcommerceAddtoCart}
+ ${uiLabelMap.OrderAddToCart}
#if>
#if>
@@ -380,7 +380,7 @@
- [${uiLabelMap.EcommerceAddtoShoppingList}]
+ [${uiLabelMap.OrderAddToShoppingList}]
<#else> ${uiLabelMap.EcommerceYouMust} ${uiLabelMap.CommonLogin} @@ -576,7 +576,7 @@ |
${uiLabelMap.EcommerceCustomerReviews}:
<#if averageRating?exists && (averageRating?double > 0) && numRatings?exists && (numRatings?double > 1)>
- ${uiLabelMap.EcommerceAverageRating}: ${averageRating} <#if numRatings?exists>(${uiLabelMap.CommonFrom} ${numRatings} ${uiLabelMap.EcommerceRatings})#if>
+ ${uiLabelMap.OrderAverageRating}: ${averageRating} <#if numRatings?exists>(${uiLabelMap.CommonFrom} ${numRatings} ${uiLabelMap.EcommerceRatings})#if>
#if>
|
|
|
- ${uiLabelMap.CommonBy}: <#if productReview.postedAnonymous?default("N") == "Y">${uiLabelMap.EcommerceAnonymous}<#else>${postedPerson.firstName} ${postedPerson.lastName}#if>
+ ${uiLabelMap.CommonBy}: <#if productReview.postedAnonymous?default("N") == "Y">${uiLabelMap.OrderAnonymous}<#else>${postedPerson.firstName} ${postedPerson.lastName}#if>
|
${uiLabelMap.CommonOn}: ${productReview.postedDateTime?if_exists}
|