Shopping cart items after placing order

Hi,

The shopping cart items are still showing in the cart even after placing the order. Can anyone please tell me after placing the order from which all tables the data need to de deleted.

I know that oxuserbasket and oxuserbasketitems need to be deleted after placing the order. Is there any other tables from which data should be deleted after order now.

Thanks in advance

Hi @rose_ratak,

this is not the default behaviour of the shop as far as I know. If you changed any functionality with your modules (hopefully?!), you should at least explain what you did or come up with some code.

Cheers

if you did overwrite default checkout functions, you might want to have a look at order->execute() function, to see the default behaviour and all the things, that should be done on finalizing order
http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.8.12/order_8php_source.html#l00182