|
@@ -226,8 +226,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="itemName" ><span class="tit_option" th:text="${'[상품'+status.count+']'}">[상품1]</span><th:block th:text="${goodsInfo.goodsFullNm}"></th:block></div>
|
|
<div class="itemName" ><span class="tit_option" th:text="${'[상품'+status.count+']'}">[상품1]</span><th:block th:text="${goodsInfo.goodsFullNm}"></th:block></div>
|
|
|
<p class="itemPrice">
|
|
<p class="itemPrice">
|
|
|
- <span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">89,000</span>
|
|
|
|
|
<th:block th:text="${#numbers.formatInteger(goodsInfo.currPrice, 0,'COMMA')}"> 134,100</th:block>
|
|
<th:block th:text="${#numbers.formatInteger(goodsInfo.currPrice, 0,'COMMA')}"> 134,100</th:block>
|
|
|
|
|
+ <span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">89,000</span>
|
|
|
<span class="itemPercent" th:if="${goodsInfo.dcRate > 0}" th:text="|${#numbers.formatDecimal(goodsInfo.dcRate,0,0)}%|">10%</span>
|
|
<span class="itemPercent" th:if="${goodsInfo.dcRate > 0}" th:text="|${#numbers.formatDecimal(goodsInfo.dcRate,0,0)}%|">10%</span>
|
|
|
</p>
|
|
</p>
|
|
|
</a>
|
|
</a>
|
|
@@ -375,10 +375,10 @@
|
|
|
tagUp += ' <p class="itemBrand">'+item.brandGroupNm+'</p>\n';
|
|
tagUp += ' <p class="itemBrand">'+item.brandGroupNm+'</p>\n';
|
|
|
tagUp += ' <div class="itemName" ><span class="tit_option">[상품'+(idx+1)+']</span> '+ item.goodsFullNm +'</div>\n';
|
|
tagUp += ' <div class="itemName" ><span class="tit_option">[상품'+(idx+1)+']</span> '+ item.goodsFullNm +'</div>\n';
|
|
|
tagUp += ' <p class="itemPrice">\n';
|
|
tagUp += ' <p class="itemPrice">\n';
|
|
|
|
|
+ tagUp += ' '+item.currPrice.addComma()+'\n';
|
|
|
if (Number(item.listPrice) > Number(item.currPrice)){
|
|
if (Number(item.listPrice) > Number(item.currPrice)){
|
|
|
tagUp += ' <span class="itemPrice_original">'+item.listPrice.addComma()+'</span>\n';
|
|
tagUp += ' <span class="itemPrice_original">'+item.listPrice.addComma()+'</span>\n';
|
|
|
}
|
|
}
|
|
|
- tagUp += ' '+item.currPrice.addComma()+'\n';
|
|
|
|
|
if (Number(item.dcRate) > 0){
|
|
if (Number(item.dcRate) > 0){
|
|
|
tagUp += ' <span class="itemPercent">'+item.dcRate+'%</span>\n';
|
|
tagUp += ' <span class="itemPercent">'+item.dcRate+'%</span>\n';
|
|
|
}
|
|
}
|
|
@@ -519,7 +519,7 @@
|
|
|
//------
|
|
//------
|
|
|
tag1 += '<div class="select_custom item_opt2">\n';
|
|
tag1 += '<div class="select_custom item_opt2">\n';
|
|
|
tag1 += '<div class="combo">\n';
|
|
tag1 += '<div class="combo">\n';
|
|
|
- tag1 += '<div class="select">옵션2선택</div>\n';
|
|
|
|
|
|
|
+ tag1 += '<div class="select">선택</div>\n';
|
|
|
tag1 += '<ul class="list">\n';
|
|
tag1 += '<ul class="list">\n';
|
|
|
//------
|
|
//------
|
|
|
//tag1 += '<li class="selected" id="goodsOpt2">옵션2</li>\n';
|
|
//tag1 += '<li class="selected" id="goodsOpt2">옵션2</li>\n';
|