Skip to navigation
Get all cart items from django shop with the auth_user email address
27.10.17
select * from shop3_cartitem AS ci LEFT JOIN shop3_cart AS c ON ci.cart_id = c.id LEFT JOIN auth_user AS u ON u.id = c.customer_id where u.email = 'foo@bar.com'
https://github.com/awesto/django-shop
Reply
Anonymous
get the order items SELECT o.* ,oi.* FROM shop3_orderitem AS oi LEFT JOIN shop3_order AS o ON o.id = oi.order_id where o.id = '548'
27.10.17
Reply
Anonymous
Information Epoch 1732671960
Allow the user to tailor the environment.
Home
Notebook
Contact us