Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating Promotions and Taxes #210

Closed
MattDunbar opened this issue Jul 24, 2015 · 3 comments
Closed

Separating Promotions and Taxes #210

MattDunbar opened this issue Jul 24, 2015 · 3 comments

Comments

@MattDunbar
Copy link
Contributor

Suggesting that both of these be separated from the core to be optionally remerged later when they are both ready for real life usage (probably involving a rewrite). I have never had a case where both actually fit all needs of a store, and there are many stores that don't need promotions at all.

We'd be happy to send a pull request for this if it'd be merged and push to the new repos (might take us a week or two to get to).

@athal7
Copy link
Contributor

athal7 commented Jul 27, 2015

IMHO this is a bit heavy handed. These pieces of the system are tightly integrated into the checkout flow, and trying to extend them from outside of core has the risk of being brittle. Plus they are beneficial to many stores.

With that said, we have chatted internally about making the tax code easier to use, with defined extension points whereby one could easily attach their tax vendor of choice, which I think would solve your concern about tax (let me know if not). Regarding promotions, I would be interested to hear more specifics around what your frustrations are, as we probably have similar ones, and we can try to improve it in this codebase.

@MattDunbar
Copy link
Contributor Author

Solving tax problems is equally good of a solution.

On the promotions side, most of the issues actually come down to the lack of coupling with taxes.

@athal7
Copy link
Contributor

athal7 commented Jul 27, 2015

very good, this should be covered by #171 and #147 then. closing

@athal7 athal7 closed this as completed Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants