include file ='../header.html'
include file ='own_shop.menu.html'
$langShopPCommendBaby
$langShopPManageInfo
$langShopPLookNotBobyClass
$langShopPMayCommendBaby
section name=j loop=$shop_recommended_product_array
if $ifhtml eq '1' && $shop_recommended_product_array[j].html_url neq ''
$shop_recommended_product_array[j].p_name
$shop_recommended_product_array[j].p_price
else
$shop_recommended_product_array[j].p_name
$shop_recommended_product_array[j].p_price
/if
/section
$langShopPSelect
$langShopPBabyName
$langShopPPrice
if $shop_product_array[0].p_code != ''
section name=i loop=$shop_product_array
if $shop_product_array[i].p_store_recommended == "1"
$langShopPMayCommend
/if
if $ifhtml eq '1' && $shop_product_array[j].html_url neq ''
$shop_product_array[i].p_name
else
$shop_product_array[i].p_name
/if
$shop_product_array[i].p_price
/section
$page_list
else
$langShopPNotContent
/if
include file ='../../../html/footer.html'