Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Products And Order Status Missing In Order Section Backoffice

Certain orders placed by customer is missing order status (eg: Shipped, Awaiting seller send goods, Payment acceped etc) is missing. It shows blank section in the corresponding column only for certain orders.

When I check the details of these particular orders only sum of order can be found. The detail regarding which all products was ordered is missing from the order details page in the back-end.

I am using prestashop version: 1.6.0.14

Is there any to avoid this issue or recover such orders ? I searched for a solution and I couldn't find the solution.

Please help.

like image 361
Bibisha Jacob Avatar asked Nov 26 '15 05:11

Bibisha Jacob


1 Answers

if you are using Prestashop 1.6.x.x out of the box with trusted modules this problem should never happen. How to fix:

  1. Check all payment modules (credit card, paypal) are up-to-date and are designed for 1.6.x prestashop versions. Payment modules are responsible for udating order status once payment is validated, so it's highly possible to get the problem here.

  2. Check your payment-modules configuration parameters (shop, gateway, IPN, etc...)

  3. Clear Prestashop cache.

  4. Disable non-core modules and check the problem again. It could be due a 3rd party module.

  5. Try to physically delete payment modules (via ssh or ftp) and reinstall them again from scratch.

  6. Try to update Prestashop to latest stable release and also each native module.

NOTE: This error has been reported using PS 1.6.x and several modules like "Paypal" or " Universaly Payment Module" with unknown solution till the moment. https://www.prestashop.com/forums/topic/459533-order-status-not-added-to-order-also-ordered-products-missing-from-list/ So if it's your case I recomend you to switch to native modules (bankwire, credit card, paypal...) until the problem becomes solved.

like image 69
manuelbcd Avatar answered Nov 10 '22 19:11

manuelbcd