cancel
Showing results for 
Search instead for 
Did you mean: 

API cart_product.add price not set

API cart_product.add price not set

I am trying to create carts and add products with the Magento SOAP API using PHP.

 

Everything is nearly fine except that when I create the cart (cart.create) and then I add products (cart_product.add), every product's price in the cart is 0 (the products are well configured, when I add them manually to a cart they have the right price).

 

After creating the cart when I try to see it with the customer in the magento interface, I first see it with total : 0 but when I refresh, the good prices are shown.

 

Anyone already has experienced this ?

 

Thanks in advance,

 

Regards

1 REPLY 1

Re: API cart_product.add price not set

Someone ?