include file ='../header.html'
include file ='own_shop.menu.html'
$class_name|default:"$langShopPNotBobyClass"
$langShopPManageInfo
$langShopPLookNotBobyClass
$langShopPSelect
$langShopPBabyName
$langShopPManageBaby
section name=i loop=$shop_product_array
if $ifhtml eq '1' && $shop_product_array[i].html_url neq ''
else
/if
if $ifhtml eq '1' && $shop_product_array[i].html_url neq ''
$shop_product_array[i].p_name
else
$shop_product_array[i].p_name
/if
$shop_product_array[i].p_price
if $classid neq '0'
$langShopPMoveOut
/if
/section
$langShopPMoveBabyToClass
:
section name=loop loop=$shop_product_category_array
if $shop_product_category_array[loop].class_id eq $classid selected="selected"
/if
value="
$shop_product_category_array[loop].class_id
">
$shop_product_category_array[loop].class_name
foreach from=$shop_product_category_array[loop].child item=one
if $one.class_id eq $classid selected="selected"
/if
value="
$one.class_id
">
$one.class_name
/foreach
/section
if $shop_product_array[0].p_code neq ''
$page_list
/if
include file ='../../../html/footer.html'