Jump to content

Orders without details


goctan

Recommended Posts

Hi, this is 'almost' always a result of invalid 'order status', see back office-->orders-->statuses

 

I would recreate the issue with PrestaShop debug mode enabled, then you should see php error at order completion.

 

This will give you a lot more information that you have now and possible you can find existing solution.

Link to comment
Share on other sites

Really fast response!

 

I tried but no error messages, and I can see the order validated in the BO.

The order appears in the "ps_order" table too.

I found this message in the log tab >>> "No cart- Error : Validate cart -> Ref carte: 10172 |Rslt Mac : O |CIC : PAY-OK of : 0.15"

Link to comment
Share on other sites

So I tried to :

- enable debug mode

- disable every caches

- update to Prestashop 1.6.1.2

- activate just native modules

- activate the default template

 

Nothing works ... nothing in the order_details table ...

I think it's my database which has a problem, but where...

Edited by goctan (see edit history)
Link to comment
Share on other sites

Nobody can help me :/ ?

 

 your response 'i use a credit card module' fell on deaf ears.  We can't search for similar issue on that information.

 

when posting think what would I need to know to help?  also if you feel the need to 'bump', then revisit your post and look at it from perspective of community member, i.e. what detail would help...

Link to comment
Share on other sites

Ok sorry. I start from the beginning.

I had a shop on Prestashop 1.4, that I upgraded to 1.6 with the 1-click-upgrade module (juste to have the good number of columns in the tables of the database)

Then I exported all the tables (of the upgraded Prestashop) relevant to the orders and customers with this PHP code :

<?php
 system("mysqldump --host=databasename.mysql.db --user=xxxxxxxxxxxx --password=xxxxxxxxxxxx --default-character-set=utf8 --no-create-db --opt --tables databasename ps_access ps_address ps_cart ps_cart_product ps_cmcic_reference ps_customer ps_customer_group ps_orders ps_order_carrier ps_order_detail ps_order_detail_tax ps_order_history ps_order_invoice ps_order_invoice_payment ps_order_payment -r databasename.sql");
 ?>

and after installing a clean version of Prestashop 1.6.1.1,

I imported the .sql in phpmyadmin.

No errors. But now I have tryed to buy with the bankwire module (to test), I have this error (attached file):

[PrestaShopDatabaseException]

Unknown column 'original_wholesale_price' in 'field list'

 

So now I'm pretty sure that the problem comes from my database, I think Prestashop can't write in the table order_details ...

post-93127-0-83613500-1447460274_thumb.jpg

Edited by goctan (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...