Jump to content

How to get abandon cart details in custom module?


powyaa
 Share

Recommended Posts

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 :D

Share this post


Link to post
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
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More