Products

Cart

Help

{{$this->Session->flash() nofilter}} {{$form->create("Goods", ['type' => 'post','id'=>'cartForm','name'=>'cartForm']) nofilter}}

Total Amount

¥ {{$total|number_format}}

Update

{{foreach from=$dataList item="_goods" key="_key" }}
{{if $_goods.Goods.image_path}}{{/if}}

{{$_goods.Goods.model}}{{if $_goods.GoodsDetail.new_flg == $configure->master("Goods.NewKey.On")}}NEW{{/if}}

{{$_goods.Goods.name_en}} {{$_goods.GoodsDetail.code_no}} {{$_goods.GoodsDetail.size_description}} {{if $_goods.GoodsDetail.sub_standard == $configure->master("Goods.SubStandardKey.On")}}[Semi-Standard]{{/if}}

    {{if $_goods.Goods.icon_1 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_2 != $configure->master("Goods.IconTorsionNo")}}
  • {{/if}} {{if $_goods.Goods.icon_3 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_4 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_5 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_6 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_7 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_8 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_9 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_10 != $configure->master("Goods.IconNo")}}
  • {{/if}} {{if $_goods.Goods.icon_11 != $configure->master("Goods.IconNo")}}
  • {{/if}}
Retail Price:
¥ {{$_goods.GoodsDetail.price|number_format}}
Quantity:
{{$form->input("{{$_goods.GoodsDetail.id}}.quantity", ["type" => "number", "id" => "quantity_{{$_goods.GoodsDetail.id}}","min"=>"0"]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("{{$_goods.GoodsDetail.id}}.quantity", null, ["wrap" => false, "class" => "error"])]) nofilter}}
{{foreachelse}}
There is no product.
{{/foreach}}

Total Amount

¥ {{$total|number_format}}

Update

{{$form->end() nofilter}}

Clear

Dealer & User Information

{{$form->create("Goods", ['type' => 'post','id'=>'userForm','name'=>'userForm', 'class'=>'form form_controls cart_dealer_user_form']) nofilter}} {{$form->unlockField('estimate_order_flg')}} {{$form->input("step", ["type" => "hidden", "value"=>"user"]) nofilter}}

{{$form->input("dealer_company", ["type" => "text", "id" => "dealer_company","placeholder"=>"e.g. NS Tool Co., Ltd."]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("dealer_company", null, ["wrap" => false, "class" => "error"])]) nofilter}}

{{$form->input("user_company", ["type" => "text", "id" => "user_company","placeholder"=>"e.g. Your company name"]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("user_company", null, ["wrap" => false, "class" => "error"])]) nofilter}}

{{$form->input("dealer_person", ["type" => "text", "id" => "dealer_person","placeholder"=>"e.g. John Smith"]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("dealer_person", null, ["wrap" => false, "class" => "error"])]) nofilter}}

{{$form->input("user_person", ["type" => "text", "id" => "user_person","placeholder"=>"e.g. Your Name"]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("user_person", null, ["wrap" => false, "class" => "error"])]) nofilter}}

{{$form->date("date", ["type" => "date", "id" => "date","placeholder"=>"e.g. 2016. 12. 12"]) nofilter}} {{$this->element("disp_error",['errorMsg' => $form->error("date", null, ["wrap" => false, "class" => "error"])]) nofilter}}

    {{$form->input("estimate_order_flg", ["type" => "hidden", "id" => "estimate_order_flg", "value"=>""]) nofilter}}
  • Order Sheet
  • Estimate
{{$form->end() nofilter}}