Jump to content

customized product, text field, updateQty


Recommended Posts

Guys.. need your help so much.. but not sure someone could really help..

 

For days im stuck with this.. i have a module that create some customized products, i use textfield etc.. everything work great everywhere.. but not on the website i have to install it... there is a damn bug with textfield not appearing on cart/cart sumarry/BO order.

 

on a working website, here is what i got for ps_customization table :

 

  id_customization Descending  id_product_attribute id_address_delivery id_cart id_product quantity quantity_refunded quantity_returned in_cart
        41 0 0 80 185 1 0 0 1

 

and on the failing website, this is what i got (i kept this exemple with same idcart , product and customization to make it more clear) :

  id_customization Descending  id_product_attribute id_address_delivery id_cart id_product quantity quantity_refunded quantity_returned in_cart
        41 0 0 80 185 0 0 0 0

 

so difference is that customization is not added while adding in cart..

i add to cart with this : $cart->updateQty(1,$id_prod,null,$customization);

 

im so disapointed, i checked all cart and customization tables.. everything seems ok..

 

Edited by LauraPresta (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...