diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 9ea0ca5c7..d67910fe5 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -431,7 +431,6 @@ $('#id_address_delivery').html(addresses_options); $('#id_address_invoice').html(addresses_options); - $('#address_delivery_detail,#address_invoice_detail').html(address_detail); } if (res.id_cart) @@ -534,10 +533,10 @@ $.each(products, function() { cart_quantity[this.id_product+'_'+this.id_product_attribute] = this.cart_quantity; cart_content += ''+this.name+'
'+this.attributes_small+''+this.reference+' '; - cart_content += '

'; - cart_content += '

'; - cart_content += '

'; - cart_content += '

'+this.total+' '; + cart_content += '

'; + cart_content += '
'; + cart_content += ''; + cart_content += '
'+this.total+' '; }); $('#customer_cart tbody').html(cart_content); } @@ -806,7 +805,7 @@