conflix fixx
Showing
... | ... | @@ -27,6 +27,7 @@ |
"@ionic-native/geolocation": "^5.19.1", | ||
"@ionic-native/google-plus": "^5.19.1", | ||
"@ionic-native/native-geocoder": "^5.19.1", | ||
"@ionic-native/social-sharing": "^5.20.0", | ||
"@ionic-native/splash-screen": "^5.19.1", | ||
"@ionic-native/status-bar": "^5.19.1", | ||
"@ionic/angular": "^4.11.8", | ||
... | ... | @@ -43,8 +44,10 @@ |
"cordova-plugin-splashscreen": "^5.0.3", | ||
"cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-socialsharing": "^5.6.3", | ||
"cordova-sqlite-storage": "^3.4.1", | ||
"core-js": "^2.6.11", | ||
"es6-promise-plugin": "^4.2.2", | ||
"firebase": "^6.6.2", | ||
"rxjs": "^6.5.4", | ||
"rxjs-compat": "^6.5.4", | ||
... | ... | @@ -96,6 +99,9 @@ |
"cordova-plugin-googleplus": { | ||
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.949385251610-a6lrfr6uhr73991e38t3t013jj3v56a9", | ||
"PLAY_SERVICES_VERSION": "15.0.1" | ||
}, | ||
"cordova-plugin-x-socialsharing": { | ||
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | ||
} | ||
}, | ||
"platforms": [ | ||
... | ... |
<ion-content> | ||
<div class="cart_wrapper"> | ||
<div class="cart_wrapper" *ngIf="data"> | ||
<div class="cart_head"> | ||
<div class="nav_header"> | ||
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()"> | ||
<img src="../assets/arrow_white.png"> | ||
<button | ||
class="nav_btn nav_back_white floatLeft" | ||
(click)="goToPage('myorder')" | ||
> | ||
<img src="../assets/arrow_white.png" /> | ||
</button> | ||
<div class="nav_title floatLeft"> | ||
<h4></h4> | ||
</div> | ||
<button class="nav_btn floatRight"> | ||
</button> | ||
<button class="nav_btn floatRight"></button> | ||
<div class="clear"></div> | ||
</div> | ||
<img src="../assets/[email protected]"> | ||
<img onerror="this.src='../assets/[email protected]'" /> | ||
<h4>ORDER CANCELLED</h4> | ||
<p>June 26th 2019, 03:00 PM</p> | ||
<p>{{orderCancelled | date:'MMMM dd, y'}}</p> | ||
</div> | ||
<div class="nearby_shop_list"> | ||
<ul> | ||
<li (click)="goToPage('productlist')"> | ||
<div class="nearby_image"> | ||
<img src="../assets/[email protected]"> | ||
<img | ||
[src]="data.product[0].image" | ||
onerror="this.src='../assets/[email protected]'" | ||
/> | ||
</div> | ||
<div class="nearby_detail"> | ||
<h5> | ||
<span class="floatLeft">Carnival Life</span> | ||
<span class="floatRight">4 | ||
<img src="../assets/Path61_2.png"> | ||
<span class="floatLeft">{{data.shopperName}}</span> | ||
<span class="floatRight" | ||
>4 | ||
<img src="../assets/Path61_2.png" /> | ||
</span> | ||
<div class="clear"></div> | ||
</h5> | ||
... | ... | @@ -36,22 +42,34 @@ |
</li> | ||
</ul> | ||
</div> | ||
<div class="product_detail"> | ||
<h6>Green, Small</h6> | ||
<h5>Quantity : <span>3</span></h5> | ||
<h5>Amount : <strong>AU$99.00</strong></h5> | ||
<h5>Delivery time : <span>Delivery in 1 hour</span></h5> | ||
<div class="product_detail" *ngFor="let product of data.product"> | ||
<h6> | ||
<span *ngIf="product.color !== 'No-Color'">{{product.color}}, </span> | ||
<span *ngIf="product.size !== 'Any-Size'">{{product.size}}</span> | ||
</h6> | ||
<h5>Quantity : <span>{{product.qty}}</span></h5> | ||
<h5>Amount : <strong>A$ {{product.price}}</strong></h5> | ||
<h5>Delivery time : <span> 1 hour</span></h5> | ||
<h4>DELIVERY</h4> | ||
<h5> | ||
Shamjith KS<br> +00 0000 888 888<br> Carnival InfoparkInfopark Kochi<br> 682030, Kerala, India | ||
<h5 *ngIf="data.deliveryAddress"> | ||
{{data.deliveryAddress.addressType}},<br />{{data.deliveryAddress.address}}, | ||
<br /> | ||
{{data.deliveryAddress.building}}, <br /> | ||
{{data.deliveryAddress.landmark}} | ||
</h5> | ||
<button class="cancel_btn" (click)="goToPage('productdetail')">BUY NOW</button> | ||
<hr> | ||
<!-- <button | ||
class="cancel_btn" | ||
(click)="goToPage('ordercancelled')" | ||
> | ||
BUY NOW | ||
</button> --> | ||
<!-- <hr /> --> | ||
</div> | ||
<div class="related_product_slider"> | ||
<!-- <div class="related_product_slider"> | ||
<h5> | ||
<span class="floatLeft">Related Products</span><span class="floatRight">MORE</span> | ||
<span class="floatLeft">Related Products</span | ||
><span class="floatRight">MORE</span> | ||
<div class="clear"></div> | ||
</h5> | ||
<ul> | ||
... | ... | @@ -59,9 +77,8 @@ |
<ion-slide> | ||
<li (click)="goToPage('productdetail')"> | ||
<div class="product_image"> | ||
<img src="../assets/[email protected]"> | ||
<div class="fav_icon"> | ||
</div> | ||
<img src="../assets/[email protected]" /> | ||
<div class="fav_icon"></div> | ||
</div> | ||
<h5>European Style V Neck</h5> | ||
<p>AU$99.00</p> | ||
... | ... | @@ -70,9 +87,10 @@ |
<ion-slide> | ||
<li (click)="goToPage('productdetail')"> | ||
<div class="product_image"> | ||
<img src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png"> | ||
<div class="fav_icon"> | ||
</div> | ||
<img | ||
src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png" | ||
/> | ||
<div class="fav_icon"></div> | ||
</div> | ||
<h5>European Style V Neck</h5> | ||
<p>AU$99.00</p> | ||
... | ... | @@ -81,9 +99,8 @@ |
<ion-slide> | ||
<li (click)="goToPage('productdetail')"> | ||
<div class="product_image"> | ||
<img src="../assets/[email protected]"> | ||
<div class="fav_icon"> | ||
</div> | ||
<img src="../assets/[email protected]" /> | ||
<div class="fav_icon"></div> | ||
</div> | ||
<h5>European Style V Neck</h5> | ||
<p>AU$99.00 <span class="offer">-8%</span></p> | ||
... | ... | @@ -92,9 +109,8 @@ |
<ion-slide> | ||
<li (click)="goToPage('productdetail')"> | ||
<div class="product_image"> | ||
<img src="../assets/[email protected]"> | ||
<div class="fav_icon"> | ||
</div> | ||
<img src="../assets/[email protected]" /> | ||
<div class="fav_icon"></div> | ||
<div class="featured_badge">Featured</div> | ||
</div> | ||
<h5>European Style V Neck</h5> | ||
... | ... | @@ -103,6 +119,6 @@ |
</ion-slide> | ||
</ion-slides> | ||
</ul> | ||
</div> | ||
</div> --> | ||
</div> | ||
</ion-content> |
src/config/wish.service.ts
0 → 100644
Please
register
or
sign in
to comment