Product Update Issue

We have a very complex importing script that imports our products from our ERP. It works great expect for one issue. Because of the complexity of product options it has to delete all product options for a product and then re-create them each time the import process is done.



This causes customers who have added any of those products with options to their cart to get an error the product is out of stock (this is of course because the record in the database has changed. )



Could someone tell me where CS-Cart stores the products in a customers shopping cart so I could attempt to try to update those records with the new product option record id.

Hello solesurvivor!


[quote name='solesurvivor' timestamp='1341347361' post='139841']

Could someone tell me where CS-Cart stores the products in a customers shopping cart so I could attempt to try to update those records with the new product option record id.

[/quote]



hope it may help:



cscart_user_session_products



Best regards, Alt-team

Thanks I'll check it out