I\'m looking for a request to export abandoned cart in Prestashop. To start I tried this : SELECT * FROM ps_cart WHERE checkout_session_data is not null but I w
ps_cart