Skip to content

Commit

Permalink
fix miss sku id
Browse files Browse the repository at this point in the history
  • Loading branch information
dagongren committed Jul 15, 2024
1 parent 7eb579e commit 2d15c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2653,6 +2653,7 @@ function gtag() {
$('.buy-select').hide()
$('#p2-select').show()
$('#product2').addClass('background-green')
initProuctData(0, '2')
}
var nprice = currencySymbol + data.package_products[0].new_price.toFixed(2)
$('#summary-total1').text(nprice)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@ function gtag() {
$('.buy-select').hide()
$('#p2-select').show()
$('#product2').addClass('background-green')
initProuctData(0, '2')
}
var nprice = currencySymbol + data.package_products[0].new_price.toFixed(2)
$('#summary-total1').text(nprice)
Expand Down

0 comments on commit 2d15c6c

Please sign in to comment.