You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there is little bugs when placing an order in the back office:
On a shared host, the "curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);" introduce an error when open_dir is activated
In the file catalog/contoller/api/order.php (line 68), the instruction "$order_data=array()" must be removed and placed before "if (!$json) {" (the line before)
When placing an order, the customer is not created and no flag on the shipping details tab allow to check the payment address instead of filling another time the address
When saving the order without selecting a shipping method or a delivery method, an empty order is however created
Best regards,
Helgvor STOLL
The text was updated successfully, but these errors were encountered:
Hi, there is little bugs when placing an order in the back office:
Best regards,
Helgvor STOLL
The text was updated successfully, but these errors were encountered: