Add the flip-side of the Expiration Date field, an Activation Date so that, for example, you can have a discount begin at midnight without having to manually turn it on.

Comments

jrust’s picture

Status: Active » Fixed

Fixed in CVS

shushu’s picture

I think this commit fixed a bug I encountered...

<     if (line_items.length > 0 && total_amount > 0)
---
>     if (line_items.length > 0 && total_amount != 0)

Thanks !

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.