cart
Showing
This diff is collapsed.
Click to expand it.
{ | { | ||
"name": "getme", | "name": "getme", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"author": "Techware Software Solutions Pvt Ltd", | "author": "Techware Software Solutions Pvt Ltd", | ||
"homepage": "https://techware.com/", | "homepage": "https://techware.com/", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve", | "start": "ng serve", | ||
"build": "ng build", | "build": "ng build", | ||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
}, | |||
"private": true, | |||
"dependencies": { | |||
"@agm/core": "^1.1.0", | |||
"@angular/animations": "^8.2.14", | |||
"@angular/common": "~8.1.2", | |||
"@angular/compiler": "~8.1.2", | |||
"@angular/core": "~8.1.2", | |||
"@angular/fire": "^5.3.0", | |||
"@angular/forms": "~8.1.2", | |||
"@angular/platform-browser": "~8.1.2", | |||
"@angular/platform-browser-dynamic": "~8.1.2", | |||
"@angular/router": "~8.1.2", | |||
"@ionic-native/call-number": "^5.21.4", | |||
"@ionic-native/core": "^5.19.1", | |||
"@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", | |||
"@ionic/storage": "^2.2.0", | |||
"@types/googlemaps": "^3.39.2", | |||
"agm-direction": "^0.7.9", | |||
"call-number": "^1.0.1", | |||
"cordova-android": "8.0.0", | |||
"cordova-plugin-device": "^2.0.3", | |||
"cordova-plugin-geolocation": "^4.0.2", | |||
"cordova-plugin-googleplus": "^8.2.1", | |||
"cordova-plugin-ionic-keyboard": "^2.2.0", | |||
"cordova-plugin-ionic-webview": "^4.1.3", | |||
"cordova-plugin-nativegeocoder": "^3.2.2", | |||
"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", | |||
"tslib": "^1.9.0", | |||
"zone.js": "~0.9.1" | |||
}, | |||
"devDependencies": { | |||
"@angular-devkit/architect": "~0.801.2", | |||
"@angular-devkit/build-angular": "~0.801.2", | |||
"@angular-devkit/core": "~8.1.2", | |||
"@angular-devkit/schematics": "~8.1.2", | |||
"@angular/cli": "~8.1.2", | |||
"@angular/compiler": "~8.1.2", | |||
"@angular/compiler-cli": "~8.1.2", | |||
"@angular/language-service": "~8.1.2", | |||
"@ionic/angular-toolkit": "~2.0.0", | |||
"@types/jasmine": "~3.3.8", | |||
"@types/jasminewd2": "^2.0.8", | |||
"@types/node": "~8.9.4", | |||
"codelyzer": "^5.2.1", | |||
"jasmine-core": "~3.4.0", | |||
"jasmine-spec-reporter": "~4.2.1", | |||
"karma": "~4.1.0", | |||
"karma-chrome-launcher": "~2.2.0", | |||
"karma-coverage-istanbul-reporter": "~2.0.1", | |||
"karma-jasmine": "~2.0.1", | |||
"karma-jasmine-html-reporter": "^1.5.1", | |||
"protractor": "~5.4.0", | |||
"ts-node": "~7.0.0", | |||
"tslint": "~5.15.0", | |||
"typescript": "~3.4.3" | |||
}, | |||
"description": "An Ionic project", | |||
"cordova": { | |||
"plugins": { | |||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-statusbar": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-ionic-webview": { | |||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
}, | |||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-geolocation": { | |||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | |||
}, | |||
"cordova-plugin-nativegeocoder": {}, | |||
"cordova-sqlite-storage": {}, | |||
"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+" | |||
}, | |||
"mx.ferreyra.callnumber": {} | |||
}, | }, | ||
"private": true, | "platforms": [ | ||
"dependencies": { | "android" | ||
"@agm/core": "^1.1.0", | ] | ||
"@angular/animations": "^8.2.14", | } | ||
"@angular/common": "~8.1.2", | |||
"@angular/compiler": "~8.1.2", | |||
"@angular/core": "~8.1.2", | |||
"@angular/fire": "^5.3.0", | |||
"@angular/forms": "~8.1.2", | |||
"@angular/platform-browser": "~8.1.2", | |||
"@angular/platform-browser-dynamic": "~8.1.2", | |||
"@angular/router": "~8.1.2", | |||
"@ionic-native/core": "^5.19.1", | |||
"@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", | |||
"@ionic/storage": "^2.2.0", | |||
"@types/googlemaps": "^3.39.2", | |||
"agm-direction": "^0.7.9", | |||
"cordova-android": "8.0.0", | |||
"cordova-plugin-device": "^2.0.3", | |||
"cordova-plugin-geolocation": "^4.0.2", | |||
"cordova-plugin-googleplus": "^8.2.1", | |||
"cordova-plugin-ionic-keyboard": "^2.2.0", | |||
"cordova-plugin-ionic-webview": "^4.1.3", | |||
"cordova-plugin-nativegeocoder": "^3.2.2", | |||
"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", | |||
"tslib": "^1.9.0", | |||
"zone.js": "~0.9.1" | |||
}, | |||
"devDependencies": { | |||
"@angular-devkit/architect": "~0.801.2", | |||
"@angular-devkit/build-angular": "~0.801.2", | |||
"@angular-devkit/core": "~8.1.2", | |||
"@angular-devkit/schematics": "~8.1.2", | |||
"@angular/cli": "~8.1.2", | |||
"@angular/compiler": "~8.1.2", | |||
"@angular/compiler-cli": "~8.1.2", | |||
"@angular/language-service": "~8.1.2", | |||
"@ionic/angular-toolkit": "~2.0.0", | |||
"@types/jasmine": "~3.3.8", | |||
"@types/jasminewd2": "^2.0.8", | |||
"@types/node": "~8.9.4", | |||
"codelyzer": "^5.2.1", | |||
"jasmine-core": "~3.4.0", | |||
"jasmine-spec-reporter": "~4.2.1", | |||
"karma": "~4.1.0", | |||
"karma-chrome-launcher": "~2.2.0", | |||
"karma-coverage-istanbul-reporter": "~2.0.1", | |||
"karma-jasmine": "~2.0.1", | |||
"karma-jasmine-html-reporter": "^1.5.1", | |||
"protractor": "~5.4.0", | |||
"ts-node": "~7.0.0", | |||
"tslint": "~5.15.0", | |||
"typescript": "~3.4.3" | |||
}, | |||
"description": "An Ionic project", | |||
"cordova": { | |||
"plugins": { | |||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-statusbar": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-ionic-webview": { | |||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
}, | |||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-geolocation": { | |||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | |||
}, | |||
"cordova-plugin-nativegeocoder": {}, | |||
"cordova-sqlite-storage": {}, | |||
"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": [ | |||
"android" | |||
] | |||
} | |||
} | } |
This diff is collapsed.
Click to expand it.
src/app/contact/contact.module.ts
0 → 100644
src/app/contact/contact.page.html
0 → 100644
src/app/contact/contact.page.scss
0 → 100644
src/app/contact/contact.page.spec.ts
0 → 100644
src/app/contact/contact.page.ts
0 → 100644
<ion-content> | <ion-content> | ||
<div class="cart_wrapper" *ngIf="data"> | <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 class="nav_btn nav_back_white floatLeft" (click)="goBack()"> | ||
<img src="../assets/arrow_white.png" /> | <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/white_tick.png" /> | |||
<h4>ORDER IS PLACED</h4> | |||
<p>{{ data.bookDate.seconds * 1000 | date:'MMMM dd, y' }}</p> | |||
</div> | </div> | ||
<div class="order_status"> | <button class="nav_btn floatRight"></button> | ||
<div class="clear"></div> | <div class="clear"></div> | ||
<div class="status_div go_green"> | </div> | ||
<h4>Order Placed</h4> | <img src="../assets/white_tick.png" /> | ||
<h6>{{ data.bookDate.seconds * 1000 | date:'MMMM dd, y' }}</h6> | <h4>ORDER IS PLACED</h4> | ||
</div> | <p>{{ data.bookDate.seconds * 1000 | date:'MMMM dd, y' }}</p> | ||
<!-- <div class="status_gap go_green"> | </div> | ||
<div class="order_status"> | |||
<div class="clear"></div> | |||
<div class="status_div go_green"> | |||
<h4>Order Placed</h4> | |||
<h6>{{ data.bookDate.seconds * 1000 | date:'MMMM dd, y' }}</h6> | |||
</div> | |||
<!-- <div class="status_gap go_green"> | |||
</div> | </div> | ||
<div class="status_div go_green"> | <div class="status_div go_green"> | ||
<h4>Retailer Accepted</h4> | <h4>Retailer Accepted</h4> | ||
... | @@ -54,57 +54,73 @@ | ... | @@ -54,57 +54,73 @@ |
<div class="status_div"> | <div class="status_div"> | ||
<h4>Your product is delivered</h4> | <h4>Your product is delivered</h4> | ||
</div> --> | </div> --> | ||
</div> | </div> | ||
<div class="nearby_shop_list"> | <div class="nearby_shop_list"> | ||
<ul> | <ul> | ||
<li (click)="goToPage('productlist')"> | <li (click)="goToPage('productlist')"> | ||
<div class="nearby_image"> | <div class="nearby_image"> | ||
<img [src]="data.product[0].image" onerror="this.src='../assets/[email protected]'" /> | <img | ||
</div> | [src]="data.product[0].image" | ||
<div class="nearby_detail"> | onerror="this.src='../assets/[email protected]'" | ||
<h5> | /> | ||
<span class="floatLeft">{{data.shopperName}}</span> | </div> | ||
<span class="floatRight">{{data.product[0].qty}} | <div class="nearby_detail"> | ||
<h5> | |||
<span class="floatLeft">{{data.shopperName}}</span> | |||
<span class="floatRight" | |||
>{{data.product[0].qty}} | |||
<img src="../assets/Path61_2.png" /> | <img src="../assets/Path61_2.png" /> | ||
</span> | </span> | ||
<div class="clear"></div> | <div class="clear"></div> | ||
</h5> | |||
<p class="prodName">{{data.product[0].prodName}}</p> | |||
</div> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<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><span class="afterpay">COD</span> | |||
</h5> | |||
<h5 *ngIf="data.orderStatus >= 3 && data.orderStatus < 7"> | |||
Delivery time : <span>{{deliveryTime}}</span> | |||
</h5> | |||
<h5>Order Status : <span>{{getStatus(data.orderStatus)}}</span></h5> | |||
<div class="delivery-wrap"> | |||
<h4 class="floatLeft">DELIVERY</h4> | |||
<span class="floatRight"><img class="ng-tns-c3-0" src="../../assets/edit.png" | |||
(click)="goToPage('changeaddress')"></span> | |||
<div class="clear"></div> | |||
</div> | |||
<h5 *ngIf="data.deliveryAddress"> | |||
{{data.deliveryAddress.addressType}},<br />{{data.deliveryAddress.address}}, | |||
<br /> {{data.deliveryAddress.building}}, <br /> {{data.deliveryAddress.landmark}} | |||
</h5> | </h5> | ||
<button class="cancel_btn" (click)="cancellOrder(data.orderId)" *ngIf="cancelDelivery > 0 && data.orderStatus != 0 && data.orderStatus != 8"> | <p class="prodName">{{data.product[0].prodName}}</p> | ||
</div> | |||
<div class="clear"></div> | |||
</li> | |||
</ul> | |||
</div> | |||
<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 | |||
><span class="afterpay">COD</span> | |||
</h5> | |||
<h5 *ngIf="data.orderStatus >= 3 && data.orderStatus < 7"> | |||
Delivery time : <span>{{deliveryTime}}</span> | |||
</h5> | |||
<h5>Order Status : <span>{{getStatus(data.orderStatus)}}</span></h5> | |||
<div class="delivery-wrap"> | |||
<h4 class="floatLeft">DELIVERY</h4> | |||
<span class="floatRight" | |||
><img | |||
class="ng-tns-c3-0" | |||
src="../../assets/edit.png" | |||
(click)="goToPage('changeaddress')" | |||
/></span> | |||
<div class="clear"></div> | |||
</div> | |||
<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('contact')" | |||
*ngIf="cancelDelivery > 0 && data.orderStatus != 0 && data.orderStatus != 8" | |||
> | |||
CANCEL THIS ORDER | CANCEL THIS ORDER | ||
</button> | </button> | ||
<!-- <hr /> --> | <!-- <hr /> --> | ||
</div> | </div> | ||
<!-- <div class="related_product_slider"> | <!-- <div class="related_product_slider"> | ||
<h5> | <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> | <div class="clear"></div> | ||
... | @@ -159,5 +175,5 @@ | ... | @@ -159,5 +175,5 @@ |
</ion-slides> | </ion-slides> | ||
</ul> | </ul> | ||
</div> --> | </div> --> | ||
</div> | </div> | ||
</ion-content> | </ion-content> | ||
\ No newline at end of file |
src/config/contact.service.ts
0 → 100644
src/config/services/contact.ts
0 → 100644
Please
register
or
sign in
to comment