forms - Lost Qty number of products from catalog to cart -


i changing things on catalog, , on checkout cart, lost number of products.

as see, in form data:

   form_key:xxxxxxxxxxx product:712 related_product: bundle_option[1][]:1 bundle_option_qty[     1][1]:3 bundle_option[1][]:2 bundle_option_qty[     1][2]:1 bundle_option[1][]:3 bundle_option_qty[     1][3]: 

i have correct qty sent.

but in cart see this:

1 x xxxxx 1 x xxxxx 1 x xxxxx 

what do?

the problem send data in 2 lines, it´s not same normal.

it must be

product:712 related_product: bundle_option[1][]:1 bundle_option_qty[1][1]:3 bundle_option[1][]:2 bundle_option_qty[1][2]:1 bundle_option[1][]:3 bundle_option_qty[1][3]: 

tip: never make space nothing.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -