相关代码 |
|
$validator.getDynamicJavascript() $text.cart_title #messageMarkup( ) $text.product_item_name $text.product_item_price $text.cart_item_totalfee $text.btn_delete $text.cart_item_quantity #foreach( $cartitem in $cart.cartitems ) $cartitem.product.name $cartitem.product.price $cartitem.totalfee $text.btn_delete #end #if( $cart ) $text.cart_item_total $cart.totalfee $text.price_unit #end #if( $shopping.isLogin() ) #end