Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
3501fb56
You need to sign in or sign up before continuing.
Commit
3501fb56
authored
5 years ago
by
Arjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
header fixes
parent
8861b78c
Show whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
364 additions
and
86 deletions
+364
-86
addaddresss.page.html
src/app/addaddresss/addaddresss.page.html
+9
-1
addcard.page.html
src/app/addcard/addcard.page.html
+9
-1
address.page.html
src/app/address/address.page.html
+9
-1
address.page.scss
src/app/address/address.page.scss
+1
-1
cart.page.html
src/app/cart/cart.page.html
+10
-1
catagory.page.html
src/app/catagory/catagory.page.html
+12
-2
catstorelist.page.html
src/app/catstorelist/catstorelist.page.html
+10
-1
changeaddress.page.html
src/app/changeaddress/changeaddress.page.html
+9
-1
changedetails.page.html
src/app/changedetails/changedetails.page.html
+9
-1
changepass.page.html
src/app/changepass/changepass.page.html
+9
-1
contact.page.html
src/app/contact/contact.page.html
+9
-1
delivery.page.html
src/app/delivery/delivery.page.html
+10
-1
deliverypop.page.html
src/app/deliverypop/deliverypop.page.html
+10
-1
feedback.page.html
src/app/feedback/feedback.page.html
+9
-1
forgot.page.html
src/app/forgot/forgot.page.html
+9
-1
home.page.html
src/app/home/home.page.html
+10
-2
login.page.html
src/app/login/login.page.html
+9
-1
myorder.page.html
src/app/myorder/myorder.page.html
+8
-2
nearby.page.html
src/app/nearby/nearby.page.html
+9
-1
noresult.page.html
src/app/noresult/noresult.page.html
+10
-1
ordercancelled.page.html
src/app/ordercancelled/ordercancelled.page.html
+14
-14
orderplaced.page.html
src/app/orderplaced/orderplaced.page.html
+13
-8
preference.page.html
src/app/preference/preference.page.html
+9
-1
productdetail.page.html
src/app/productdetail/productdetail.page.html
+10
-1
productlist.page.html
src/app/productlist/productlist.page.html
+10
-1
profile.page.html
src/app/profile/profile.page.html
+9
-1
review.page.html
src/app/review/review.page.html
+9
-1
reviewlist.page.html
src/app/reviewlist/reviewlist.page.html
+9
-1
searchmodal.page.html
src/app/searchmodal/searchmodal.page.html
+10
-1
signup.page.html
src/app/signup/signup.page.html
+9
-1
storelist.page.html
src/app/storelist/storelist.page.html
+10
-1
trackorder.page.html
src/app/trackorder/trackorder.page.html
+9
-1
verficationnumber.page.html
src/app/verficationnumber/verficationnumber.page.html
+9
-1
verification.page.html
src/app/verification/verification.page.html
+9
-1
wishlist.page.html
src/app/wishlist/wishlist.page.html
+11
-2
auth.service.ts
src/config/auth.service.ts
+26
-26
global.scss
src/global.scss
+8
-1
No files found.
src/app/addaddresss/addaddresss.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
ADD ADDRESS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/addcard/addcard.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
ADD YOUR CARD
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/address/address.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Address
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/address/address.page.scss
View file @
3501fb56
.address-wrapper
{
padding
:
15px
;
padding-bottom
:
11
%
;
padding-bottom
:
20
%
;
.address-radio
{
background-image
:
url('../../assets/radio.png')
;
-webkit-appearance
:
none
;
...
...
This diff is collapsed.
Click to expand it.
src/app/cart/cart.page.html
View file @
3501fb56
...
...
@@ -2,14 +2,23 @@
<div
class=
"cart_wrapper"
>
<div
class=
"cart_head"
>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/arrow_white.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
CART
</h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatRight"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<div
class=
"cart_menu_header"
>
<ul>
...
...
This diff is collapsed.
Click to expand it.
src/app/catagory/catagory.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group22_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
goToSearch
('
searchmodal
')"
>
</div>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
goToSearch
('
searchmodal
')"
>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
>
</button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/catstorelist/catstorelist.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
></button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
clickSearch
()"
/>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
*
ngIf=
"!searchShow"
></button>
<button
class=
"nav_btn nav_close floatRight"
*
ngIf=
"searchShow"
(
click
)="
searchClose
()"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/changeaddress/changeaddress.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Change Address
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/changedetails/changedetails.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
CHANGE DETAILS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/changepass/changepass.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
CHANGE PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/contact/contact.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Send Us
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/delivery/delivery.page.html
View file @
3501fb56
...
...
@@ -2,15 +2,24 @@
<div
class=
"cart_wrapper"
>
<div
class=
"cart_head"
>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/arrow_white.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatRight"
>
</button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<img
src=
"../assets/white_tick.png"
>
<h4>
RIDER HAS
<br>
DELIVERED YOUR ORDER
</h4>
...
...
This diff is collapsed.
Click to expand it.
src/app/deliverypop/deliverypop.page.html
View file @
3501fb56
...
...
@@ -2,15 +2,24 @@
<div
class=
"cart_wrapper"
>
<div
class=
"cart_head"
>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
closeModal
()"
>
<img
src=
"../assets/arrow_white.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatRight"
>
</button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<img
src=
"../assets/white_tick.png"
>
<h4>
RIDER HAS
<br>
DELIVERED YOUR ORDER
</h4>
...
...
This diff is collapsed.
Click to expand it.
src/app/feedback/feedback.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Complaints
&
Feedback
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/forgot/forgot.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goToPage
('
login
')"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
FORGOT PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/home/home.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
*
ngIf=
"!isShow"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<ion-menu-toggle>
<button
class=
"nav_btn nav_menu floatLeft"
></button>
</ion-menu-toggle>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft relative"
>
<!-- <input class="search_bar" placeholder="Search here.. eg:shirts, retailers etc..." (click)="clickSearch()" (input)="searchFun($event.target.value)" #searchText> -->
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
goToPage
('
searchmodal
')"
/>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
*
ngIf=
"!searchShow"
(
click
)="
goToPage
('
searchmodal
')"
></button>
<button
class=
"nav_btn nav_close floatRight"
*
ngIf=
"searchShow"
(
click
)="
searchClose
()"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/login/login.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatLeft"
></button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
LOGIN
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/myorder/myorder.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
></button>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
><button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
></button></ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
MY ORDERS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/nearby/nearby.page.html
View file @
3501fb56
<ion-header>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
*
ngIf=
"authService.regState"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
NEW ADDRESS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</ion-header>
<ion-content>
<div
class=
"nearby_map"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/noresult/noresult.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<ion-menu-toggle>
<button
class=
"nav_btn nav_menu floatLeft"
>
</button>
</ion-menu-toggle>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Shirts
</h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
*
ngIf=
"!searchShow"
>
</button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/ordercancelled/ordercancelled.page.html
View file @
3501fb56
...
...
@@ -2,17 +2,23 @@
<div
class=
"cart_wrapper"
*
ngIf=
"data"
>
<div
class=
"cart_head"
>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goToPage
('
myorder
')"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goToPage
('
myorder
')"
>
<img
src=
"../assets/arrow_white.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatRight"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<img
onerror=
"this.src='../assets/Path27@3x.png'"
/>
<h4>
ORDER CANCELLED
</h4>
...
...
@@ -22,16 +28,12 @@
<ul>
<li
(
click
)="
goToPage
('
productlist
')"
>
<div
class=
"nearby_image"
>
<img
[
src
]="
data
.
product
[
0
].
image
"
onerror=
"this.src='../assets/5bf42c4220000057060294f8@3x.png'"
/>
<img
[
src
]="
data
.
product
[
0
].
image
"
onerror=
"this.src='../assets/5bf42c4220000057060294f8@3x.png'"
/>
</div>
<div
class=
"nearby_detail"
>
<h5>
<span
class=
"floatLeft"
>
{{data.shopperName}}
</span>
<span
class=
"floatRight"
>
4
<span
class=
"floatRight"
>
4
<img
src=
"../assets/Path61_2.png"
/>
</span>
<div
class=
"clear"
></div>
...
...
@@ -53,9 +55,7 @@
<h4>
DELIVERY
</h4>
<h5
*
ngIf=
"data.deliveryAddress"
>
{{data.deliveryAddress.addressType}},
<br
/>
{{data.deliveryAddress.address}},
<br
/>
{{data.deliveryAddress.building}},
<br
/>
{{data.deliveryAddress.landmark}}
<br
/>
{{data.deliveryAddress.building}},
<br
/>
{{data.deliveryAddress.landmark}}
</h5>
<!-- <button
class="cancel_btn"
...
...
This diff is collapsed.
Click to expand it.
src/app/orderplaced/orderplaced.page.html
View file @
3501fb56
...
...
@@ -2,14 +2,23 @@
<div
class=
"cart_wrapper"
*
ngIf=
"data"
>
<div
class=
"cart_head"
>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/arrow_white.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn floatRight"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<img
src=
"../assets/white_tick.png"
/>
<h4>
ORDER IS PLACED
</h4>
...
...
@@ -82,8 +91,7 @@
</h6>
<h5>
Quantity :
<span>
{{product.qty}}
</span></h5>
<h5>
Amount :
<strong>
A$ {{service.formatNumber(product.price)}}
</strong><span
class=
"afterpay"
>
{{data.paymentMode}}
</span>
Amount :
<strong>
A$ {{service.formatNumber(product.price)}}
</strong><span
class=
"afterpay"
>
{{data.paymentMode}}
</span>
</h5>
<h5
*
ngIf=
"data.orderStatus >= 3 && data.orderStatus < 7"
>
Delivery time :
<span>
{{deliveryTime}}
</span>
...
...
@@ -103,12 +111,9 @@
<h5
*
ngIf=
"data.deliveryAddress"
>
{{data.deliveryAddress.addressType}},
<br
/>
{{data.deliveryAddress.address}},
<br
/>
{{data.deliveryAddress.building}},
<br
/>
{{data.deliveryAddress.landmark}}
<br
/>
{{data.deliveryAddress.building}},
<br
/>
{{data.deliveryAddress.landmark}}
</h5>
<button
class=
"cancel_btn"
(
click
)="
cancelOrder
(
data
.
orderId
)"
*
ngIf=
"cancelDelivery > 0 && data.orderStatus != 0 && data.orderStatus != 8"
>
<button
class=
"cancel_btn"
(
click
)="
cancelOrder
(
data
.
orderId
)"
*
ngIf=
"cancelDelivery > 0 && data.orderStatus != 0 && data.orderStatus != 8"
>
CANCEL THIS ORDER
</button>
<!-- <hr /> -->
...
...
This diff is collapsed.
Click to expand it.
src/app/preference/preference.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
*
ngIf=
"authService.regState"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
Preferences
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/productdetail/productdetail.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_cart floatRight"
(
click
)="
goToPage
('
cart
')"
>
<div
class=
"not"
*
ngIf=
"cartService.carts"
>
{{cartService.carts.length}}
</div>
</button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/productlist/productlist.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
goToPage
('
searchmodal
')"
/>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
*
ngIf=
"!searchShow"
(
click
)="
goToPage
('
searchmodal
')"
></button>
<button
class=
"nav_btn nav_close floatRight"
*
ngIf=
"searchShow"
(
click
)="
searchClose
()"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/profile/profile.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<ion-menu-toggle>
<button
class=
"nav_btn nav_menu floatLeft"
></button>
</ion-menu-toggle>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<img
src=
"../../assets/Group 11@3x.png"
/>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/review/review.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
RATING
&
REVIEWS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/reviewlist/reviewlist.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
REVIEWS
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/searchmodal/searchmodal.page.html
View file @
3501fb56
<div
class=
"custom-header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
closeModal
()"
></button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft relative"
>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
clickSearch
()"
(
input
)="
searchFun
($
event
.
target
.
value
)"
#
searchText
/>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_close floatRight"
(
click
)="
closeModal
()"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
<div
class=
"search_item_list"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/signup/signup.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goToPage
('
login
')"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
SIGN UP
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/storelist/storelist.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
></button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<input
class=
"search_bar"
placeholder=
"Search here.. eg:shirts, retailers etc..."
(
click
)="
goToSearch
('
searchmodal
')"
/>
</div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_search floatRight"
*
ngIf=
"!searchShow"
(
click
)="
goToSearch
('
searchmodal
')"
></button>
<button
class=
"nav_btn nav_close floatRight"
*
ngIf=
"searchShow"
(
click
)="
searchClose
()"
></button>
<div
class=
"clear"
></div>
</ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
...
...
This diff is collapsed.
Click to expand it.
src/app/trackorder/trackorder.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
ORDER TRACKING
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/verficationnumber/verficationnumber.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
VERIFICATION
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/verification/verification.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
*
ngIf=
"authService.regState"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
VERIFICATION
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
This diff is collapsed.
Click to expand it.
src/app/wishlist/wishlist.page.html
View file @
3501fb56
<ion-header>
<div
class=
"nav_header"
>
<ion-grid
class=
"no-gutter"
>
<ion-row
class=
"no-gutter"
>
<ion-col
class=
"no-gutter"
size=
"2"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"8"
>
<div
class=
"nav_title floatLeft"
>
<h4>
WISHLIST
</h4>
</div>
<div
class=
"clear"
></div>
</ion-col>
<ion-col
class=
"no-gutter"
size=
"2"
></ion-col>
</ion-row>
</ion-grid>
</div>
</ion-header>
<ion-content>
...
...
@@ -18,7 +26,8 @@
</div>
<div
class=
"wishlist_detail"
>
<p
class=
"floatLeft"
(
click
)="
prodDetails
(
i
)"
>
{{unEscape(product.prodName)}}
</p>
<span
class=
"floatRight"
><img
src=
"../../assets/heart.png"
(
click
)="
removeItem
(
product
.
prodId
)"
/></span>
<span
class=
"floatRight"
><img
src=
"../../assets/heart.png"
(
click
)="
removeItem
(
product
.
prodId
)"
/></span>
<div
class=
"clear"
></div>
<p
(
click
)="
prodDetails
(
i
)"
>
<span
*
ngIf=
"product.color[0] !=='No-Color'"
>
{{product.color[0]}}
</span>
...
...
This diff is collapsed.
Click to expand it.
src/config/auth.service.ts
View file @
3501fb56
...
...
@@ -36,32 +36,32 @@ export class AuthService {
this
.
type
=
1
;
this
.
regState
=
true
;
this
.
afAuth
.
authState
.
subscribe
(
user
=>
{
console
.
log
(
'here'
);
console
.
log
(
user
);
if
(
user
)
{
this
.
subjectService
.
sendLoginData
(
false
);
this
.
userData
=
user
;
console
.
log
(
this
.
userData
);
this
.
service
.
set
(
'user'
,
JSON
.
stringify
(
this
.
userData
));
this
.
SetUserData
(
user
);
this
.
loader
=
false
;
if
(
this
.
type
===
1
)
{
this
.
regState
=
true
;
this
.
router
.
navigateByUrl
(
'home'
,
{
replaceUrl
:
true
});
}
else
{
this
.
regState
=
false
;
this
.
router
.
navigateByUrl
(
'verification'
,
{
replaceUrl
:
true
});
}
}
else
{
console
.
log
(
'here too'
);
this
.
loader
=
false
;
this
.
subjectService
.
sendLoginData
(
true
);
this
.
service
.
set
(
'user'
,
null
);
JSON
.
parse
(
localStorage
.
getItem
(
'user'
));
this
.
router
.
navigateByUrl
(
'login'
,
{
replaceUrl
:
true
});
}
});
//
this.afAuth.authState.subscribe(user => {
//
console.log('here');
//
console.log(user);
//
if (user) {
//
this.subjectService.sendLoginData(false);
//
this.userData = user;
//
console.log(this.userData);
//
this.service.set('user', JSON.stringify(this.userData));
//
this.SetUserData(user);
//
this.loader = false;
//
if (this.type === 1) {
//
this.regState = true;
//
this.router.navigateByUrl('home', { replaceUrl: true });
//
} else {
//
this.regState = false;
//
this.router.navigateByUrl('verification', { replaceUrl: true });
//
}
//
} else {
//
console.log('here too');
//
this.loader = false;
//
this.subjectService.sendLoginData(true);
//
this.service.set('user', null);
//
JSON.parse(localStorage.getItem('user'));
//
this.router.navigateByUrl('login', { replaceUrl: true });
//
}
//
});
}
checkLogin
()
{
...
...
This diff is collapsed.
Click to expand it.
src/global.scss
View file @
3501fb56
...
...
@@ -451,7 +451,8 @@ button {
}
.nav_title
{
width
:
calc
(
100%
-
100px
);
// width: calc(100% - 100px);
width
:
100%
;
color
:
rgba
(
59
,
57
,
77
,
1
);
padding
:
12px
;
padding-left
:
5px
;
...
...
@@ -662,3 +663,8 @@ ion-header {
--border-radius
:
4px
;
--color
:
#fff
;
}
.no-gutter
{
padding
:
0
;
margin
:
0
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment