diff --git a/app/index/view/product/category.html b/app/index/view/product/category.html index 581c8ee3..93187046 100644 --- a/app/index/view/product/category.html +++ b/app/index/view/product/category.html @@ -15,12 +15,12 @@
{notempty name="categorys_data"} {volist name="categorys_data" id="vo"} -

+
{$vo.name} {eq name="vo.level" value="2"} 查看更多 {/eq} -

+
{notempty name="vo.products"}
{volist name="vo.products" id="vp"} diff --git a/app/index/view/product/detail copy.html b/app/index/view/product/detail copy.html new file mode 100644 index 00000000..c2d260a2 --- /dev/null +++ b/app/index/view/product/detail copy.html @@ -0,0 +1,308 @@ +{extend name="public/base" /} +{block name="title"} +{notempty name="product.seo_title"}{$product.seo_title}{else /}{__BLOCK__}{/notempty} +{/block} +{block name="seo"} +{notempty name="product.seo_keywords"} + + +{else/} +{__BLOCK__} +{/notempty} +{/block} +{block name="style"} + +{/block} +{block name="main"} +
+ +
+ +
+ 首页 + {volist name="product_categorys" id="ca"} +
+ {$ca.name} + {/volist} +
+ +
+ +
+
+
+
+
+
    +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+
+
+
+ +
+
+
+ + +
+
+

{$product.name|default=''}

+

{$product.desc|default=''}

+
+
    + {volist name="product_params" id="pp"} +
  • +
    {$pp.name}
    +
    +
    {$pp.value}
    +
  • + {/volist} +
+
+ + {volist name="product_sku_attrs" id="ps"} +
+
{$ps.attr_name}
+ +
+ {/volist} +
+ +
+ {volist name="product_purchase_links" id="ppp"} + {$ppp.platform_name} + {/volist} + {:lang('product_detail.display_form')} +
+
+
+ + + + {notempty name="product_related"} + + {/notempty} + +
+
+ × +

{:lang('product_detail.display_form')}

+
+
+
+ +
+ + +
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ +
+
+
+
+ +
+
+ +
+
x
+
+
+{/block} +{block name="script"} + +{/block} \ No newline at end of file diff --git a/app/index/view/product/newpro.html b/app/index/view/product/newpro.html index a9cd4862..6c75dc8a 100644 --- a/app/index/view/product/newpro.html +++ b/app/index/view/product/newpro.html @@ -4,48 +4,58 @@ {/block} {block name="main"}
- - -
- {volist name="focus_image" id="fo"} - - {/volist} -
+ + +
+ {volist name="focus_image" id="fo"} + + {/volist} +
+
{volist name="newpros" id="vo"} -
-

{$vo.category.name}

-
- {volist name="vo.products" id="pro"} - - - -
{$pro.name}
-
{$pro.spu}
-
- {/volist} -
+
+

+
{$vo.category.name}
+ + View all + + +

+
+ {volist name="vo.products" id="pro"} + + + +
{$pro.name}
+
{$pro.spu}
+
New
+
+ {/volist} +
{/volist} +
+
{/block} {block name="script"} {/block} \ No newline at end of file diff --git a/app/index/view/product/search.html b/app/index/view/product/search.html index f43b8b07..c36d6f32 100644 --- a/app/index/view/product/search.html +++ b/app/index/view/product/search.html @@ -13,7 +13,9 @@