Currently the app is designed to be used with discount code. It won't work well with automatic discount.

It will always display the current cart amount because it's quite impossible to track cart amount before discounts because there can be so many variables involved in discounting.

The only reliable method for us is to get current cart amount.

Thus, it works best with threshold + discount codes.