Skip to content

Commit

Permalink
Merge pull request #429 from xxl4/task-20240709
Browse files Browse the repository at this point in the history
fix miss sku id
  • Loading branch information
wangqian425 authored Jul 15, 2024
2 parents 5642c79 + 2d15c6c commit 800663a
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 800663a

Please sign in to comment.