diff --git a/ecommerce/data/DemoContentAltUrl.xml b/ecommerce/data/DemoContentAltUrl.xml index 0a0bd6f7f..4b3253c46 100644 --- a/ecommerce/data/DemoContentAltUrl.xml +++ b/ecommerce/data/DemoContentAltUrl.xml @@ -21,17 +21,17 @@ under the License. - + - + - + diff --git a/ecommerce/data/DemoWebSitePublishPointData.xml b/ecommerce/data/DemoWebSitePublishPointData.xml index 926dba9d6..a7b9f3ee9 100644 --- a/ecommerce/data/DemoWebSitePublishPointData.xml +++ b/ecommerce/data/DemoWebSitePublishPointData.xml @@ -118,4 +118,9 @@ under the License. contentName="Cookie Policy" description="Cookie Policy Description" mimeTypeId="text/html" localeString="en_US" createdDate="2001-05-13 12:00:00.000" createdByUserLogin="admin"/> + + + + + diff --git a/ecommerce/data/EcommerceTypeData.xml b/ecommerce/data/EcommerceTypeData.xml index d6336f8a2..edfb7f4e4 100644 --- a/ecommerce/data/EcommerceTypeData.xml +++ b/ecommerce/data/EcommerceTypeData.xml @@ -30,4 +30,9 @@ under the License. + + + + + diff --git a/ecommerce/groovyScripts/content/Search.groovy b/ecommerce/groovyScripts/content/Search.groovy index 9c0b41afe..0dd11978a 100644 --- a/ecommerce/groovyScripts/content/Search.groovy +++ b/ecommerce/groovyScripts/content/Search.groovy @@ -36,7 +36,7 @@ paramMap = UtilHttp.getParameterMap(request) queryLine = paramMap.queryLine.toString() //logInfo("in search, queryLine:" + queryLine) -siteId = paramMap.siteId ?: "WebStoreCONTENT" +siteId = paramMap.siteId ?: defaultSiteId //logInfo("in search, siteId:" + siteId) featureIdByType = ParametricSearch.makeFeatureIdByTypeMap(paramMap) //logInfo("in search, featureIdByType:" + featureIdByType) diff --git a/ecommerce/template/content/ContentCategories.ftl b/ecommerce/template/content/ContentCategories.ftl index 305cebbd3..4fdbc5a51 100644 --- a/ecommerce/template/content/ContentCategories.ftl +++ b/ecommerce/template/content/ContentCategories.ftl @@ -16,7 +16,6 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<#assign contentRootId = "WebStoreCONTENT"/> <#-- variable setup and worker calls --> <#assign curCategoryId = requestAttributes.curCategoryId!> diff --git a/ecommerce/template/content/Factoids.ftl b/ecommerce/template/content/Factoids.ftl index 29bb94437..4a612b7f3 100644 --- a/ecommerce/template/content/Factoids.ftl +++ b/ecommerce/template/content/Factoids.ftl @@ -16,7 +16,6 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<#assign factoidRootId = "WebStoreFACTOID"/> <#-- variable setup and worker calls --> <#assign curCategoryId = requestAttributes.curCategoryId!> diff --git a/ecommerce/widget/CommonScreens.xml b/ecommerce/widget/CommonScreens.xml index 78d50ad08..27544d581 100644 --- a/ecommerce/widget/CommonScreens.xml +++ b/ecommerce/widget/CommonScreens.xml @@ -415,11 +415,19 @@ under the License.
+ + + + + + + + - - + + @@ -428,10 +436,18 @@ under the License.
+ + + + + + + + - + diff --git a/ecommerce/widget/ContentScreens.xml b/ecommerce/widget/ContentScreens.xml index 07ef0389d..0ef3507f8 100644 --- a/ecommerce/widget/ContentScreens.xml +++ b/ecommerce/widget/ContentScreens.xml @@ -37,6 +37,15 @@ under the License.
+ + + + + + + + + @@ -45,6 +54,15 @@ under the License.
+ + + + + + + + + @@ -126,7 +144,14 @@ under the License. - + + + + + + + +