Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

Read cart contents #459

Closed DanRimer closed 7 months ago

DanRimer commented 1 year ago

Hi Is there a way of reading the contents of a cart? I can see the carts but can't work out how to open them.

I can do it for orders just not carts!

thanks

dan

jesiiu commented 1 year ago

Hi, I just check it, if you use CartFactory and get specific cart you have content of it in assossiations field, it give you id_product and id_product_attribute which is combination of main product :)

DanRimer commented 1 year ago

@jesiiu Thank you so much. I didn't think of looking in the associations field!

Problem solved :-)

jesiiu commented 1 year ago

No problem :)