companionstudio / islay-shop

A shop module for the Islay framework
MIT License
1 stars 0 forks source link

Free shipping can't be applied with a code #12

Closed benjamin-hull closed 8 years ago

benjamin-hull commented 8 years ago

Because of the condition scope, adding a code which applies free shipping won't work until there are shipping charges (which there often aren't, at the point a code is entered). For now, I'll just remove the condition scope, so we don't require shipping charges before applying the effect.