Commit 49e20b8d authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175609 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e580908e
...@@ -94,6 +94,9 @@ ...@@ -94,6 +94,9 @@
<div class="large-6 columns ecm-item-info"> <div class="large-6 columns ecm-item-info">
<span style="display: block;font-size: 16px;"> {{item.itemHeader.itemDescr}} </span> <span style="display: block;font-size: 16px;"> {{item.itemHeader.itemDescr}} </span>
<span class="item-shdescr" >
{{item.itemHeader.itemShDescr}}
</span>
<div> <div>
<!-- <span class="seller-info"> --> <!-- <span class="seller-info"> -->
<!-- <span class="seller-title">Sold By </span> <span class="seller-name">{{item.itemDetail1.sellerInfo.name}}</span> --> <!-- <span class="seller-title">Sold By </span> <span class="seller-name">{{item.itemDetail1.sellerInfo.name}}</span> -->
...@@ -143,7 +146,8 @@ ...@@ -143,7 +146,8 @@
</tags> </tags>
<price> <price>
<div *ngIf="item.itemCategory.catCode == 'CAT0000004'" class="product-price"> <!-- <div *ngIf="item.itemCategory.catCode == 'CAT0000004'" class="product-price"> -->
<div class="product-price">
<span style="display: block;" class="total-cost">Rs {{item.itemHeader.itemDiscountedRate}}</span> <span style="display: block;" class="total-cost">Rs {{item.itemHeader.itemDiscountedRate}}</span>
<span class="discounted-price"><s>Rs {{item.itemHeader.itemCostRate}}</s> <span class="discount-rate">{{item.itemHeader.itemDiscount}}% Off</span></span> <span class="discounted-price"><s>Rs {{item.itemHeader.itemCostRate}}</s> <span class="discount-rate">{{item.itemHeader.itemDiscount}}% Off</span></span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment