diff --git a/public/themes/website/1/en/demo/single_index.html b/public/themes/website/1/en/demo/single_index.html index 7e2f569..36589b7 100644 --- a/public/themes/website/1/en/demo/single_index.html +++ b/public/themes/website/1/en/demo/single_index.html @@ -59,12 +59,17 @@ {include file="components/header"}
+ {php} + $ui_product = uiId('product'); + $ui_solution = uiId('solution'); + $ui_news = uiId('news'); + {/php} {if !empty($sub_cates[0])}
{php} - $news = getChildCategoriesContent(361,$seller_id,5); + $news = getChildCategoriesContent($ui_news,$seller_id,5); {/php} {hcTaglib:content cid="$sub_cates[0]['id']" moduleId="1" item="vo" limit="5" mainField="*" subField="*" key="key"}
@@ -75,7 +80,7 @@

{$vo.title ?? ''}

{$vo.sub_title|raw}

{$vo.description ?? ''}

- {hcTaglib:category id="333" item="vo" field="*"} + {hcTaglib:category id="$ui_product" item="vo" field="*"} Explore more {/hcTaglib:category}
@@ -142,7 +147,7 @@
- {hcTaglib:allSubCategory pid="333" field="*" max-level="2" item="vo" sort="sort asc" key="key"} + {hcTaglib:allSubCategory pid="$ui_product" field="*" max-level="2" item="vo" sort="sort asc" key="key"}
@@ -765,7 +770,7 @@
- {hcTaglib:allSubCategory pid="345" field="*" max-level="2" item="vo" sort=""} + {hcTaglib:allSubCategory pid="$ui_solution" field="*" max-level="2" item="vo" sort=""}
@@ -788,8 +793,8 @@