/calculateshopee

This is simple javascript to calculate your total lifetime spent/purchase and total number of order on Shopee.

Primary LanguageJavaScript

calculateshopee

Just open shopee web and login, then copy & paste this javascript, lastly simply run calculate(0);

  • Use calculate.js to calculate in console
  • Use calculate_with_csv.js to calculate in console & generate CSV

NOTE

  1. Only calculate order in "Completed" section
  2. Doesn't count order in "To Ship", "To Receive" section
  3. Only display 1st item (if more than 1 item in single order)

Credit (for CSV file generator) https://stackoverflow.com/a/24922761