Jump to content

manual order in BO invents many orders


limonaderose

Recommended Posts

That's the weirdest hing I've seen.

 

When I create a manual order in BO, 2-3 other orders with other products are created simultaneously. At the end, for ONE id_order, i have many customers linked and many products.

 

I see that with a sql query like:

SELECT ps_orders.id_order, ps_order_detail.product_id FROM `ps_orders` , `ps_order_detail` WHERE ps_orders.current_state=2 AND ps_orders.id_order=ps_order_detail.id_order
 
What is even more weird, it's that I cannot find where are made these wrong assosiations. I mean, ps_orders and ps_order_detail look normal when seen separately.
 
Recently, I installed a delete_order module, I enabled my shop to euro currency and ran cron jobs scanning ps_order for new orders. Could it be the prob?
 
Has anybody heard of something like that before? I'm really lost.
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...