Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aelzakzouk committed Dec 29, 2024
1 parent 39da69a commit f160ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/js/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Cart extends BasePage {

app.subTotal.innerText = salla.money(cartData.sub_total);
app.taxAmount.innerText = salla.money(cartData.tax_amount);

if (app.orderOptionsTotal) app.orderOptionsTotal.innerText = salla.money(cartData.options_total);

app.toggleElementClassIf(app.totalDiscount, 'discounted', 'hidden', () => !!cartData.discount)
Expand Down

0 comments on commit f160ffe

Please sign in to comment.