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 f160ffe commit d5e1e57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/checkout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +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 d5e1e57

Please sign in to comment.