powyaa Posted August 9, 2013 Share Posted August 9, 2013 Hi All, How to get the abandon cart contents in the custom module. Is anyway please share the comments to get the details. Any ideas?? Thanks in advance. Link to comment Share on other sites More sharing options...
NemoPS Posted August 9, 2013 Share Posted August 9, 2013 Hi there! You can try something like SELECT c,id_cart, o.id_order FROM ps_cart c LEFT JOIN ps_orders o ON (o,id_cart = c.id_cart) WHERE o.id_order != NULL DIdn't test it, but it...should! work Link to comment Share on other sites More sharing options...
vekia Posted August 9, 2013 Share Posted August 9, 2013 + INNER JOIN ps_cart_products for cart contents (products) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now