conflix fixx
Showing
... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
"@ionic-native/geolocation": "^5.19.1", | "@ionic-native/geolocation": "^5.19.1", | ||
"@ionic-native/google-plus": "^5.19.1", | "@ionic-native/google-plus": "^5.19.1", | ||
"@ionic-native/native-geocoder": "^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/splash-screen": "^5.19.1", | ||
"@ionic-native/status-bar": "^5.19.1", | "@ionic-native/status-bar": "^5.19.1", | ||
"@ionic/angular": "^4.11.8", | "@ionic/angular": "^4.11.8", | ||
... | @@ -43,8 +44,10 @@ | ... | @@ -43,8 +44,10 @@ |
"cordova-plugin-splashscreen": "^5.0.3", | "cordova-plugin-splashscreen": "^5.0.3", | ||
"cordova-plugin-statusbar": "^2.4.3", | "cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-whitelist": "^1.3.4", | "cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-socialsharing": "^5.6.3", | |||
"cordova-sqlite-storage": "^3.4.1", | "cordova-sqlite-storage": "^3.4.1", | ||
"core-js": "^2.6.11", | "core-js": "^2.6.11", | ||
"es6-promise-plugin": "^4.2.2", | |||
"firebase": "^6.6.2", | "firebase": "^6.6.2", | ||
"rxjs": "^6.5.4", | "rxjs": "^6.5.4", | ||
"rxjs-compat": "^6.5.4", | "rxjs-compat": "^6.5.4", | ||
... | @@ -96,6 +99,9 @@ | ... | @@ -96,6 +99,9 @@ |
"cordova-plugin-googleplus": { | "cordova-plugin-googleplus": { | ||
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.949385251610-a6lrfr6uhr73991e38t3t013jj3v56a9", | "REVERSED_CLIENT_ID": "com.googleusercontent.apps.949385251610-a6lrfr6uhr73991e38t3t013jj3v56a9", | ||
"PLAY_SERVICES_VERSION": "15.0.1" | "PLAY_SERVICES_VERSION": "15.0.1" | ||
}, | |||
"cordova-plugin-x-socialsharing": { | |||
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | |||
} | } | ||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
... | ... |
<ion-content> | <ion-content> | ||
<div class="cart_wrapper"> | <div class="cart_wrapper" *ngIf="data"> | ||
<div class="cart_head"> | <div class="cart_head"> | ||
<div class="nav_header"> | <div class="nav_header"> | ||
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()"> | <button | ||
<img src="../assets/arrow_white.png"> | class="nav_btn nav_back_white floatLeft" | ||
(click)="goToPage('myorder')" | |||
> | |||
<img src="../assets/arrow_white.png" /> | |||
</button> | </button> | ||
<div class="nav_title floatLeft"> | <div class="nav_title floatLeft"> | ||
<h4></h4> | <h4></h4> | ||
</div> | |||
<button class="nav_btn floatRight"> | |||
</button> | |||
<div class="clear"></div> | |||
</div> | |||
<img src="../assets/[email protected]"> | |||
<h4>ORDER CANCELLED</h4> | |||
<p>June 26th 2019, 03:00 PM</p> | |||
</div> | |||
<div class="nearby_shop_list"> | |||
<ul> | |||
<li (click)="goToPage('productlist')"> | |||
<div class="nearby_image"> | |||
<img 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> | |||
<div class="clear"></div> | |||
</h5> | |||
<p>Men's & Women's Fashion</p> | |||
</div> | |||
<div class="clear"></div> | |||
</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> | |||
<h4>DELIVERY</h4> | |||
<h5> | |||
Shamjith KS<br> +00 0000 888 888<br> Carnival InfoparkInfopark Kochi<br> 682030, Kerala, India | |||
</h5> | |||
<button class="cancel_btn" (click)="goToPage('productdetail')">BUY NOW</button> | |||
<hr> | |||
</div> | </div> | ||
<button class="nav_btn floatRight"></button> | |||
<div class="related_product_slider"> | <div class="clear"></div> | ||
</div> | |||
<img onerror="this.src='../assets/[email protected]'" /> | |||
<h4>ORDER CANCELLED</h4> | |||
<p>{{orderCancelled | date:'MMMM dd, y'}}</p> | |||
</div> | |||
<div class="nearby_shop_list"> | |||
<ul> | |||
<li (click)="goToPage('productlist')"> | |||
<div class="nearby_image"> | |||
<img | |||
[src]="data.product[0].image" | |||
onerror="this.src='../assets/[email protected]'" | |||
/> | |||
</div> | |||
<div class="nearby_detail"> | |||
<h5> | <h5> | ||
<span class="floatLeft">Related Products</span><span class="floatRight">MORE</span> | <span class="floatLeft">{{data.shopperName}}</span> | ||
<div class="clear"></div> | <span class="floatRight" | ||
>4 | |||
<img src="../assets/Path61_2.png" /> | |||
</span> | |||
<div class="clear"></div> | |||
</h5> | </h5> | ||
<ul> | <p>Men's & Women's Fashion</p> | ||
<ion-slides pager="false" [options]="relatedProd"> | </div> | ||
<ion-slide> | <div class="clear"></div> | ||
<li (click)="goToPage('productdetail')"> | </li> | ||
<div class="product_image"> | </ul> | ||
<img src="../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<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> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<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> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../assets/[email protected]"> | |||
<div class="fav_icon"> | |||
</div> | |||
<div class="featured_badge">Featured</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00<span>AU$110.00</span></p> | |||
</li> | |||
</ion-slide> | |||
</ion-slides> | |||
</ul> | |||
</div> | |||
</div> | </div> | ||
</ion-content> | <div class="product_detail" *ngFor="let product of data.product"> | ||
\ No newline at end of file | <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 *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('ordercancelled')" | |||
> | |||
BUY NOW | |||
</button> --> | |||
<!-- <hr /> --> | |||
</div> | |||
<!-- <div class="related_product_slider"> | |||
<h5> | |||
<span class="floatLeft">Related Products</span | |||
><span class="floatRight">MORE</span> | |||
<div class="clear"></div> | |||
</h5> | |||
<ul> | |||
<ion-slides pager="false" [options]="relatedProd"> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../assets/[email protected]" /> | |||
<div class="fav_icon"></div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<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> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00</p> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<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> | |||
</li> | |||
</ion-slide> | |||
<ion-slide> | |||
<li (click)="goToPage('productdetail')"> | |||
<div class="product_image"> | |||
<img src="../assets/[email protected]" /> | |||
<div class="fav_icon"></div> | |||
<div class="featured_badge">Featured</div> | |||
</div> | |||
<h5>European Style V Neck</h5> | |||
<p>AU$99.00<span>AU$110.00</span></p> | |||
</li> | |||
</ion-slide> | |||
</ion-slides> | |||
</ul> | |||
</div> --> | |||
</div> | |||
</ion-content> |
<div class="nav_header"> | <div class="nav_header"> | ||
<ion-menu-toggle> | <ion-menu-toggle> | ||
<button class="nav_btn nav_menu floatLeft"></button> | <button class="nav_btn nav_menu floatLeft"></button> | ||
</ion-menu-toggle> | </ion-menu-toggle> | ||
<div class="nav_title floatLeft"> | <div class="nav_title floatLeft"> | ||
<img src="../../assets/Group [email protected]" /> | <img src="../../assets/Group [email protected]" /> | ||
</div> | </div> | ||
<div class="clear"></div> | <div class="clear"></div> | ||
</div> | </div> | ||
<ion-content> | <ion-content> | ||
<div class="profile_wrapper" *ngIf="loggedUser"> | <div class="profile_wrapper" *ngIf="loggedUser"> | ||
<div class="profile_banner"> | <div class="profile_banner"> | ||
<!-- <div class="profile_circle"> | <!-- <div class="profile_circle"> | ||
<div class="edit"></div> | <div class="edit"></div> | ||
</div> --> | </div> --> | ||
<div class="profile_circle"> | <div class="profile_circle"> | ||
<img [src]="loggedUser.profilePhoto" onerror="this.src='./../../assets/profile_banner.png'" /> | <img | ||
<div class="edit"></div> | [src]="loggedUser.profilePhoto" | ||
<input type="file" accept="image/*" (change)="fileChange($event)" /> | onerror="this.src='./../../assets/profile_banner.png'" | ||
</div> | /> | ||
<div class="edit"></div> | |||
<h5>{{loggedUser.name}}</h5> | <input type="file" accept="image/*" (change)="fileChange($event)" /> | ||
<p (click)="istoggle()">LOGOUT</p> | </div> | ||
</div> | |||
<div class="account_wrapper"> | |||
<div class="account_header"> | |||
<h5 class="floatLeft">ACCOUNT INFORMATION</h5> | |||
<span class="floatRight" (click)="goToPage('changedetails', user && user)"><img | |||
src="../../assets/edit.png" /></span> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="row"> | |||
<ion-row> | |||
<ion-col class="textLeft p0"> | |||
<p> | |||
Phone | |||
</p> | <h5>{{loggedUser.name}}</h5> | ||
</ion-col> | <p (click)="istoggle()">LOGOUT</p> | ||
<ion-col class="textRight p0"> | </div> | ||
<h6>{{loggedUser.phone}}</h6> | <div class="account_wrapper"> | ||
<span class="ar-span" *ngIf="loggedUser.phoneVerified == true">Verified</span> | <div class="account_header"> | ||
<span class="ar-span" *ngIf="loggedUser.phoneVerified == false">Not Verified yet</span> | <h5 class="floatLeft">ACCOUNT INFORMATION</h5> | ||
</ion-col> | <span | ||
</ion-row> | class="floatRight" | ||
</div> | (click)="goToPage('changedetails', user && user)" | ||
<div class="row"> | ><img src="../../assets/edit.png" | ||
<ion-row> | /></span> | ||
<ion-col class="textLeft p0"> | <div class="clear"></div> | ||
<p> | </div> | ||
<div class="row"> | |||
</p> | <ion-row> | ||
</ion-col> | <ion-col class="textLeft p0"> | ||
<ion-col class="textRight p0"> | <p> | ||
<h6>{{loggedUser.emailId}}</h6> | Phone | ||
<span class="ar-span" *ngIf="loggedUser.emailVerified == true">Verified</span> | </p> | ||
<span class="ar-span" *ngIf="loggedUser.emailVerified == false">Not Verified yet</span> | </ion-col> | ||
</ion-col> | <ion-col class="textRight p0"> | ||
</ion-row> | <h6>{{loggedUser.phone}}</h6> | ||
</div> | <span class="ar-span" *ngIf="loggedUser.phoneVerified == true" | ||
<hr /> | >Verified</span | ||
<ion-row (click)="goToPage('wishlist')"> | > | ||
<ion-col class="textLeft p0"> | <span class="ar-span" *ngIf="loggedUser.phoneVerified == false" | ||
<p>Wishlist</p> | >Not Verified yet</span | ||
</ion-col> | > | ||
<ion-col class="textRight p0"> | </ion-col> | ||
<h6>(0)</h6> | </ion-row> | ||
</ion-col> | </div> | ||
</ion-row> | <div class="row"> | ||
<hr /> | <ion-row> | ||
<ion-row (click)="goToPage('address')"> | <ion-col class="textLeft p0"> | ||
<ion-col class="textLeft p0"> | <p> | ||
<p>Address</p> | |||
</ion-col> | </p> | ||
<ion-col class="textRight p0"> | </ion-col> | ||
<h6 *ngIf="addressService.addList"> | <ion-col class="textRight p0"> | ||
({{addressService.addressList.length}}) | <h6>{{loggedUser.emailId}}</h6> | ||
</h6> | <span class="ar-span" *ngIf="loggedUser.emailVerified == true" | ||
</ion-col> | >Verified</span | ||
</ion-row> | > | ||
<hr /> | <span class="ar-span" *ngIf="loggedUser.emailVerified == false" | ||
<!-- <ion-row> | >Not Verified yet</span | ||
> | |||
</ion-col> | |||
</ion-row> | |||
</div> | |||
<hr /> | |||
<ion-row (click)="goToPage('wishlist')"> | |||
<ion-col class="textLeft p0"> | |||
<p>Wishlist</p> | |||
</ion-col> | |||
<ion-col class="textRight p0"> | |||
<h6 *ngIf="wishService.whishItem"> | |||
({{wishService.whishItem.length}}) | |||
</h6> | |||
</ion-col> | |||
</ion-row> | |||
<hr /> | |||
<ion-row (click)="goToPage('address')"> | |||
<ion-col class="textLeft p0"> | |||
<p>Address</p> | |||
</ion-col> | |||
<ion-col class="textRight p0"> | |||
<h6 *ngIf="addressService.addList"> | |||
({{addressService.addressList.length}}) | |||
</h6> | |||
</ion-col> | |||
</ion-row> | |||
<hr /> | |||
<!-- <ion-row> | |||
<ion-col class="textLeft p0"> | <ion-col class="textLeft p0"> | ||
<p>My Cards</p> | <p>My Cards</p> | ||
</ion-col> | </ion-col> | ||
... | @@ -92,43 +107,46 @@ | ... | @@ -92,43 +107,46 @@ |
</ion-col> | </ion-col> | ||
</ion-row> | </ion-row> | ||
<hr /> --> | <hr /> --> | ||
<ion-row (click)="goToPage('myorder')"> | <ion-row (click)="goToPage('myorder')"> | ||
<ion-col class="textLeft p0"> | <ion-col class="textLeft p0"> | ||
<p>My Order</p> | <p>My Order</p> | ||
</ion-col> | </ion-col> | ||
<ion-col class="textRight p0"> | <ion-col class="textRight p0"> | ||
<h6> | <h6> | ||
<ion-icon name="arrow-forward"></ion-icon> | <ion-icon name="arrow-forward"></ion-icon> | ||
</h6> | </h6> | ||
</ion-col> | </ion-col> | ||
</ion-row> | </ion-row> | ||
<hr /> | <hr /> | ||
<ion-row> | <ion-row> | ||
<ion-col class="textLeft p0"> | <ion-col class="textLeft p0"> | ||
<p>Currency</p> | <p>Currency</p> | ||
</ion-col> | </ion-col> | ||
<ion-col class="textRight p0"> | <ion-col class="textRight p0"> | ||
<h6> | <h6> | ||
<span>AUD</span> | <span>AUD</span> | ||
</h6> | </h6> | ||
</ion-col> | </ion-col> | ||
</ion-row> | </ion-row> | ||
</div> | </div> | ||
<div class="logout-pop-wrapper" *ngIf="isShow" [@slideInOut]> | <div class="logout-pop-wrapper" *ngIf="isShow" [@slideInOut]> | ||
<div class="logout_inner"> | <div class="logout_inner"> | ||
<h4>Logout</h4> | <h4>Logout</h4> | ||
<p>Are you sure to Logout ?</p> | <p>Are you sure to Logout ?</p> | ||
<div class="logout_footer"> | <div class="logout_footer"> | ||
<button class="btn-cancel floatLeft" (click)="istoggle();"> | <button class="btn-cancel floatLeft" (click)="istoggle();"> | ||
Cancel | Cancel | ||
</button> | </button> | ||
<button class="btn-logout floatRight" (click)="authService.SignOut(); istoggle()"> | <button | ||
class="btn-logout floatRight" | |||
(click)="authService.SignOut(); istoggle()" | |||
> | |||
Logout | Logout | ||
</button> | </button> | ||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | </div> | ||
<div class="clear"></div> | |||
</div> | |||
</div> | </div> | ||
</ion-content> | </div> | ||
\ No newline at end of file | </ion-content> |
src/config/wish.service.ts
0 → 100644
Please
register
or
sign in
to comment