Skip to content

Commit

Permalink
Update checkout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vollermanie authored May 16, 2022
1 parent c062bb3 commit 54c2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/js/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ecomCart from '@ecomplus/shopping-cart'
var lessUnit = document.getElementById('lessUnit')
var firstphrase = document.getElementById('lessSome')
var lastphrase = document.getElementById('noMore')
var lessQuantity = 1
var lessQuantity = 10
lessUnit.innerHTML = lessQuantity
ecomCart.on('change', ({ data }) => {
var cartCalc = document.querySelectorAll('#cart')
Expand Down

0 comments on commit 54c2ab3

Please sign in to comment.