stepel
stepel
Hello, how I can use standalone application but without user interface? Is there any place where I can find example ?
@bsanchezb, thanks for your advice. I will check it but generally I am not java developer so I need to spend some time to know better your code. I am...
@bsanchezb Thank you I saw it before but I have made very simple application already in Java using dss library to sign what I need. Thank you for your help...
Hi @florine2623 , my issue is related to #11945. There is an example and one reproduction this problem (even there is a movie: https://drive.google.com/file/d/1iSKRvSxDDW56F4b_oZsg1QRWvlU566e0/view). As I can see in prestashop...
@florine2623 As I can see in PrestaShop code if I want to create order from webservice you actually create it based on the cart. There is a part of code...
Hi @florine2623, thanks for remember me. Actually I try to avoid this problem by create the order and edit (then I can set total_shipping, add some payments for shipping etc)....
Hi, if you want to create order by web api you need to do it in a specific order. First you need to create addresses , then cart etc. Actually...