{{ item.name }}
(
{{ item.Product.name }} 포함
)
|
{{ numberWithCommas(item.fixedPrice) }}원
(포함상품 제외 정가)
|
기본상품: {{ numberWithCommas(item.price) }}원
({{ numberWithCommas(item.discountAmount) }}{{ item.isDiscountPercent ? '%' : '원' }} 할인)
포함상품: {{ numberWithCommas(item.attachedProductSumAmount) }}원
최종구매가: {{ numberWithCommas(item.price + item.attachedProductSumAmount) }}원
{{ numberWithCommas(item.price) }}원
({{ numberWithCommas(item.discountAmount) }}{{ item.isDiscountPercent ? '%' : '원' }} 할인)
|
|