Commit 2b72447f authored by pborate's avatar pborate

updated ecm-card component

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174911 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6c038c9d
......@@ -129,6 +129,6 @@
<div class="small-3 medium-3 large-3 columns offers"
style="text-align: center;">
<span class="orderQuantity">Quantity {{orderDetails?.quantity}}</span>
<span class="orderPrice">Rs {{itemDetail?.itemHeader.itemDiscountedRate}}</span>
<span class="orderPrice">Rs {{orderDetails?.rate}}</span>
</div>
</div>
......@@ -48,6 +48,7 @@ export class ECMCardComponent implements OnInit {
}
ngOnInit() {
console.log('order detail in ecm-card :---',this.orderDetails);
if(this.itemData){
this.wishlistItems = this.store.select('wishlistItems');
this.wishlistItems.subscribe( wishlistItems => {
......
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