Bukimedia / PrestaSharp

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

Can anyone help me to associate categories in products? #262

Closed tasoulisg closed 5 years ago

tasoulisg commented 7 years ago

Can anyone help me to associate categories in products? I always take an error Exceprion Prestashop failed to serve XML response instead got text...

LuisDavidR commented 6 years ago

Hi, Try this

   prod.associations.categories.Clear(); 
   Bukimedia.PrestaSharp.Entities.AuxEntities.category associationCategory = new Bukimedia.PrestaSharp.Entities.AuxEntities.category(2); //Home
   prod.associations.categories.Add(associationCategory);

Good luck

mowcixo commented 5 years ago

Closing as the code written by @LuisDavidR should work.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.