...
|
...
|
@@ -255,7 +255,7 @@ Cart = { |
|
|
|
|
|
if (!$this.data('gift') && !$item.hasClass('tr-disabled')) {
|
|
|
countJSON.push({
|
|
|
productPrice: $item.find('.product-price').text(),
|
|
|
productPrice: $item.find('.product-price p.p-product-price').text(),
|
|
|
productTitle: $item.find('.pay-pro-info a').text(),
|
|
|
link: $item.find('.pay-pro-info a').attr('href'),
|
|
|
productNum: $item.data('productnum'),
|
...
|
...
|
|