codbex / codbex-electra

e-Commerce Backoffice Management Application
https://codbex.com
Eclipse Public License 2.0
0 stars 0 forks source link

Update order totals on adding/removing order items #98

Closed iliyan-velichkov closed 2 months ago

iliyan-velichkov commented 4 months ago

When a new item is added/removed to/from an order, the total should be recalculated. Total value, shipping and taxes must be recalculated. In addition, the econt order should be updated as well, because the order weight will be changed. Most probably, the econt order must be removed and recreated.

OpenCart stored shipping cost in a table called oc_order_total.

iliyan-velichkov commented 2 months ago

will be covered by https://github.com/codbex/codbex-electra/issues/101