if $arrBlog.slayout eq '2'
section name=item loop=$side_template
if $side_template[item] neq ''
/if
/section
/if
if $arrBlog.slayout eq '-1'
section name=item loop=$left_template
if $left_template[item] neq ''
/if
/section
/if
|
section name=i loop=$product_array
if $view_type eq 'list'
if $ifhtml eq '1' && $product_array[i].html_url neq ''
- $product_array[i].p_name
else
- $product_array[i].p_name
/if
-
if $product_array[i].p_sell_type eq '0'
$langStoreProductSellAuction
/if
if $product_array[i].p_sell_type eq '1'
$langCfixprice
/if
if $product_array[i].p_sell_type eq '2'
$langStoreProductSellGroup
/if
if $product_array[i].p_sell_type eq '2'
$product_array[i].p_group_price
else
$product_array[i].p_price
/if
$langCYuan
- $langStoreSpare $product_array[i].left_days $langStoreDay
else
if $ifhtml eq '1' && $product_array[i].html_url neq ''
-
$product_array[i].p_name
-
else
-
$product_array[i].p_name
/if
-
if $product_array[i].p_sell_type eq '0'
$langStoreProductSellAuction
/if
if $product_array[i].p_sell_type eq '1'
$langCfixprice
/if
if $product_array[i].p_sell_type eq '2'
$langStoreProductSellGroup
/if
if $product_array[i].p_sell_type eq '2'
$product_array[i].p_group_price
else
$product_array[i].p_price
/if
$langCYuan
- $langStoreSpare $product_array[i].left_days $langStoreDay
/if
/section
$page_list
|
if $arrBlog.slayout eq '0'
section name=item loop=$side_template
if $side_template[item] neq ''
/if
/section
/if
if $arrBlog.slayout eq '-1'
section name=item loop=$left_template
if $left_template[item] neq ''
/if
/section
/if
|