Sergio
Sergio
I want to say that for me the solution has been the solution of Mnieblab string result = await wc.UpdateOrder (oid, new Order { status= "cancelled" }) Actually i used...
> According to this issue in official prestashop github [PrestaShop/PrestaShop#26361](https://github.com/PrestaShop/PrestaShop/issues/26361) if you are setting, as i was, the position_in_category field you must: > > ``` > For solving it :...
With Prestashop 1.7.8.X and PHP 7.4... after product is created, i can not get using a filter by reference. It returns to me zero results. if i create the product...
Hi good morning to all I changed the way of filter productosPs = PsProducto.GetByFilter(psFiltroRef, null, null); by productosPs = PsProducto.GetByFilter(psFiltroRef, null, "1"); using the limit parameters works for me the...
With Prestashop 1.7.8.X and PHP 7.4... i can add products unsetting the property position_in_category, but my new problem is that after product is created, i can not get it using...
Hi good morning to all I changed the way of filter - productosPs = PsProducto.GetByFilter(psFiltroRef, null, null); by productosPs = PsProducto.GetByFilter(psFiltroRef, null, "1"); using the limit parameters works for me...
Hi friends. In Prestashop 1.7 i have the same problem. When i update a category i lost the position. There are a solution? Thanks :-)
Hi.. I download the project and recompile in my local computer. after i quit the prestasharp dll installed by nuget and add the dll of prestasharp compiled by me and...
Hi to everybody. @jneiluj your solution is perfect..!! thanks. my problem was, when i open view controller from tabbar using segue, the popover not show.. with your solution i solve...