cancel
Showing results for 
Search instead for 
Did you mean: 

Quote Id not present on db ?

SOLVED

Quote Id not present on db ?

Hello,

We have an order with status "Complete" that has not its quote_id in quote table, is it normal ?
How can you explain that, even without quote entry, the products information are shown in the back-office order ?

Best Regards.

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Quote Id not present on db ?

Hello @mhenry13400 

 

After order placed you have to check in below tables instead of quote:

 

  • sales_order;
  • sales_order_address;

  • sales_order_aggregated_created;

  • sales_order_aggregated_updated;

  • sales_order_grid;

  • sales_order_item;

  • sales_order_payment;

  • sales_order_status_history;

  • sales_order_tax;

  • sales_order_tax_item

Manish Mittal
https://www.manishmittal.com/

View solution in original post

Re: Quote Id not present on db ?

@mhenry13400 

 

To answer your question. In Magento once an order is placed, entries from the quote table get delete by Magento cron in sometime.

 

So what you are seeing it normal.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

View solution in original post

3 REPLIES 3

Re: Quote Id not present on db ?

Hello @mhenry13400 

 

After order placed you have to check in below tables instead of quote:

 

  • sales_order;
  • sales_order_address;

  • sales_order_aggregated_created;

  • sales_order_aggregated_updated;

  • sales_order_grid;

  • sales_order_item;

  • sales_order_payment;

  • sales_order_status_history;

  • sales_order_tax;

  • sales_order_tax_item

Manish Mittal
https://www.manishmittal.com/

Re: Quote Id not present on db ?

Hello,

Thanks for the answer, so in magento 2 an order with (state, status) = complete does not have an entry in quote table ?

Best Regards.

Re: Quote Id not present on db ?

@mhenry13400 

 

To answer your question. In Magento once an order is placed, entries from the quote table get delete by Magento cron in sometime.

 

So what you are seeing it normal.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.