Skip to content

Instantly share code, notes, and snippets.

@kstasik

kstasik/php Secret

Created January 19, 2017 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kstasik/50b6c90dae357ca0aa9ee0ea49d82827 to your computer and use it in GitHub Desktop.
Save kstasik/50b6c90dae357ca0aa9ee0ea49d82827 to your computer and use it in GitHub Desktop.
SELECT item_id, quote_id, product_id, parent_item_id, product_type, sku, name, price FROM sales_flat_quote_item WHERE quote_id = 5582 ORDER BY item_id DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment