You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: