17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | SL |
26 | Country Name |
27 | Action |
28 |
29 |
30 |
31 | prepare("SELECT * FROM tbl_country ORDER BY country_id ASC");
34 | $statement->execute();
35 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
36 | foreach ($result as $row) {
37 | $i++;
38 | ?>
39 |
40 | |
41 | |
42 |
43 | Edit
44 | Delete
45 | |
46 |
47 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
66 |
67 | Are you sure want to delete this item?
68 |
69 |
73 |
74 |
75 |
76 |
77 |
78 |
--------------------------------------------------------------------------------
/admin/css/all.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin skins
2 | ----------------------------------- */
3 | @import url("all/minimal/_all.css");
4 | @import url("all/square/_all.css");
5 | @import url("all/flat/_all.css");
6 | @import url("all/line/_all.css");
7 | @import url("all/polaris/polaris.css");
8 | @import url("all/futurico/futurico.css");
--------------------------------------------------------------------------------
/admin/css/all/flat/aero.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, aero
2 | ----------------------------------- */
3 | .icheckbox_flat-aero,
4 | .iradio_flat-aero {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(aero.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-aero {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-aero.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-aero.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-aero.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-aero {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-aero.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-aero.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-aero.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-aero,
51 | .iradio_flat-aero {
52 | background-image: url(aero@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/aero.png
--------------------------------------------------------------------------------
/admin/css/all/flat/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/aero@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/blue.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, blue
2 | ----------------------------------- */
3 | .icheckbox_flat-blue,
4 | .iradio_flat-blue {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(blue.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-blue {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-blue.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-blue.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-blue.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-blue {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-blue.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-blue.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-blue.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-blue,
51 | .iradio_flat-blue {
52 | background-image: url(blue@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/blue.png
--------------------------------------------------------------------------------
/admin/css/all/flat/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/blue@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/flat.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin flat skin, black
2 | ----------------------------------- */
3 | .icheckbox_flat,
4 | .iradio_flat {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(flat.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat,
51 | .iradio_flat {
52 | background-image: url(flat@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/flat.png
--------------------------------------------------------------------------------
/admin/css/all/flat/flat@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/flat@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/green.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, green
2 | ----------------------------------- */
3 | .icheckbox_flat-green,
4 | .iradio_flat-green {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(green.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-green {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-green.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-green.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-green.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-green {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-green.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-green.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-green.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-green,
51 | .iradio_flat-green {
52 | background-image: url(green@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/green.png
--------------------------------------------------------------------------------
/admin/css/all/flat/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/green@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/grey.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, grey
2 | ----------------------------------- */
3 | .icheckbox_flat-grey,
4 | .iradio_flat-grey {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(grey.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-grey {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-grey.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-grey.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-grey.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-grey {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-grey.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-grey.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-grey.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-grey,
51 | .iradio_flat-grey {
52 | background-image: url(grey@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/grey.png
--------------------------------------------------------------------------------
/admin/css/all/flat/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/grey@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/orange.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, orange
2 | ----------------------------------- */
3 | .icheckbox_flat-orange,
4 | .iradio_flat-orange {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(orange.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-orange {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-orange.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-orange.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-orange.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-orange {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-orange.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-orange.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-orange.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-orange,
51 | .iradio_flat-orange {
52 | background-image: url(orange@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/orange.png
--------------------------------------------------------------------------------
/admin/css/all/flat/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/orange@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/pink.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, pink
2 | ----------------------------------- */
3 | .icheckbox_flat-pink,
4 | .iradio_flat-pink {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(pink.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-pink {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-pink.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-pink.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-pink.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-pink {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-pink.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-pink.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-pink.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-pink,
51 | .iradio_flat-pink {
52 | background-image: url(pink@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/pink.png
--------------------------------------------------------------------------------
/admin/css/all/flat/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/pink@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/purple.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, purple
2 | ----------------------------------- */
3 | .icheckbox_flat-purple,
4 | .iradio_flat-purple {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(purple.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-purple {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-purple.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-purple.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-purple.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-purple {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-purple.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-purple.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-purple.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-purple,
51 | .iradio_flat-purple {
52 | background-image: url(purple@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/purple.png
--------------------------------------------------------------------------------
/admin/css/all/flat/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/purple@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/red.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, red
2 | ----------------------------------- */
3 | .icheckbox_flat-red,
4 | .iradio_flat-red {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(red.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-red {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-red.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-red.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-red.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-red {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-red.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-red.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-red.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-red,
51 | .iradio_flat-red {
52 | background-image: url(red@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/red.png
--------------------------------------------------------------------------------
/admin/css/all/flat/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/red@2x.png
--------------------------------------------------------------------------------
/admin/css/all/flat/yellow.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Flat skin, yellow
2 | ----------------------------------- */
3 | .icheckbox_flat-yellow,
4 | .iradio_flat-yellow {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 20px;
11 | height: 20px;
12 | background: url(yellow.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_flat-yellow {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_flat-yellow.checked {
21 | background-position: -22px 0;
22 | }
23 | .icheckbox_flat-yellow.disabled {
24 | background-position: -44px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_flat-yellow.checked.disabled {
28 | background-position: -66px 0;
29 | }
30 |
31 | .iradio_flat-yellow {
32 | background-position: -88px 0;
33 | }
34 | .iradio_flat-yellow.checked {
35 | background-position: -110px 0;
36 | }
37 | .iradio_flat-yellow.disabled {
38 | background-position: -132px 0;
39 | cursor: default;
40 | }
41 | .iradio_flat-yellow.checked.disabled {
42 | background-position: -154px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_flat-yellow,
51 | .iradio_flat-yellow {
52 | background-image: url(yellow@2x.png);
53 | -webkit-background-size: 176px 22px;
54 | background-size: 176px 22px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/flat/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/yellow.png
--------------------------------------------------------------------------------
/admin/css/all/flat/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/flat/yellow@2x.png
--------------------------------------------------------------------------------
/admin/css/all/futurico/futurico.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Futurico skin
2 | ----------------------------------- */
3 | .icheckbox_futurico,
4 | .iradio_futurico {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 16px;
11 | height: 17px;
12 | background: url(futurico.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_futurico {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_futurico.checked {
21 | background-position: -18px 0;
22 | }
23 | .icheckbox_futurico.disabled {
24 | background-position: -36px 0;
25 | cursor: default;
26 | }
27 | .icheckbox_futurico.checked.disabled {
28 | background-position: -54px 0;
29 | }
30 |
31 | .iradio_futurico {
32 | background-position: -72px 0;
33 | }
34 | .iradio_futurico.checked {
35 | background-position: -90px 0;
36 | }
37 | .iradio_futurico.disabled {
38 | background-position: -108px 0;
39 | cursor: default;
40 | }
41 | .iradio_futurico.checked.disabled {
42 | background-position: -126px 0;
43 | }
44 |
45 | /* Retina support */
46 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47 | only screen and (-moz-min-device-pixel-ratio: 1.5),
48 | only screen and (-o-min-device-pixel-ratio: 3/2),
49 | only screen and (min-device-pixel-ratio: 1.5) {
50 | .icheckbox_futurico,
51 | .iradio_futurico {
52 | background-image: url(futurico@2x.png);
53 | -webkit-background-size: 144px 19px;
54 | background-size: 144px 19px;
55 | }
56 | }
--------------------------------------------------------------------------------
/admin/css/all/futurico/futurico.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/futurico/futurico.png
--------------------------------------------------------------------------------
/admin/css/all/futurico/futurico@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/futurico/futurico@2x.png
--------------------------------------------------------------------------------
/admin/css/all/line/aero.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, aero
2 | ----------------------------------- */
3 | .icheckbox_line-aero,
4 | .iradio_line-aero {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #9cc2cb;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-aero .icheck_line-icon,
20 | .iradio_line-aero .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-aero.hover,
33 | .icheckbox_line-aero.checked.hover,
34 | .iradio_line-aero.hover {
35 | background: #B5D1D8;
36 | }
37 | .icheckbox_line-aero.checked,
38 | .iradio_line-aero.checked {
39 | background: #9cc2cb;
40 | }
41 | .icheckbox_line-aero.checked .icheck_line-icon,
42 | .iradio_line-aero.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-aero.disabled,
46 | .iradio_line-aero.disabled {
47 | background: #D2E4E8;
48 | cursor: default;
49 | }
50 | .icheckbox_line-aero.disabled .icheck_line-icon,
51 | .iradio_line-aero.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-aero.checked.disabled,
55 | .iradio_line-aero.checked.disabled {
56 | background: #D2E4E8;
57 | }
58 | .icheckbox_line-aero.checked.disabled .icheck_line-icon,
59 | .iradio_line-aero.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-aero .icheck_line-icon,
69 | .iradio_line-aero .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/blue.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, blue
2 | ----------------------------------- */
3 | .icheckbox_line-blue,
4 | .iradio_line-blue {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #2489c5;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-blue .icheck_line-icon,
20 | .iradio_line-blue .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-blue.hover,
33 | .icheckbox_line-blue.checked.hover,
34 | .iradio_line-blue.hover {
35 | background: #3DA0DB;
36 | }
37 | .icheckbox_line-blue.checked,
38 | .iradio_line-blue.checked {
39 | background: #2489c5;
40 | }
41 | .icheckbox_line-blue.checked .icheck_line-icon,
42 | .iradio_line-blue.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-blue.disabled,
46 | .iradio_line-blue.disabled {
47 | background: #ADD7F0;
48 | cursor: default;
49 | }
50 | .icheckbox_line-blue.disabled .icheck_line-icon,
51 | .iradio_line-blue.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-blue.checked.disabled,
55 | .iradio_line-blue.checked.disabled {
56 | background: #ADD7F0;
57 | }
58 | .icheckbox_line-blue.checked.disabled .icheck_line-icon,
59 | .iradio_line-blue.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-blue .icheck_line-icon,
69 | .iradio_line-blue .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/green.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, green
2 | ----------------------------------- */
3 | .icheckbox_line-green,
4 | .iradio_line-green {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #1b7e5a;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-green .icheck_line-icon,
20 | .iradio_line-green .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-green.hover,
33 | .icheckbox_line-green.checked.hover,
34 | .iradio_line-green.hover {
35 | background: #24AA7A;
36 | }
37 | .icheckbox_line-green.checked,
38 | .iradio_line-green.checked {
39 | background: #1b7e5a;
40 | }
41 | .icheckbox_line-green.checked .icheck_line-icon,
42 | .iradio_line-green.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-green.disabled,
46 | .iradio_line-green.disabled {
47 | background: #89E6C4;
48 | cursor: default;
49 | }
50 | .icheckbox_line-green.disabled .icheck_line-icon,
51 | .iradio_line-green.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-green.checked.disabled,
55 | .iradio_line-green.checked.disabled {
56 | background: #89E6C4;
57 | }
58 | .icheckbox_line-green.checked.disabled .icheck_line-icon,
59 | .iradio_line-green.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-green .icheck_line-icon,
69 | .iradio_line-green .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/grey.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, grey
2 | ----------------------------------- */
3 | .icheckbox_line-grey,
4 | .iradio_line-grey {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #73716e;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-grey .icheck_line-icon,
20 | .iradio_line-grey .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-grey.hover,
33 | .icheckbox_line-grey.checked.hover,
34 | .iradio_line-grey.hover {
35 | background: #8B8986;
36 | }
37 | .icheckbox_line-grey.checked,
38 | .iradio_line-grey.checked {
39 | background: #73716e;
40 | }
41 | .icheckbox_line-grey.checked .icheck_line-icon,
42 | .iradio_line-grey.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-grey.disabled,
46 | .iradio_line-grey.disabled {
47 | background: #D5D4D3;
48 | cursor: default;
49 | }
50 | .icheckbox_line-grey.disabled .icheck_line-icon,
51 | .iradio_line-grey.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-grey.checked.disabled,
55 | .iradio_line-grey.checked.disabled {
56 | background: #D5D4D3;
57 | }
58 | .icheckbox_line-grey.checked.disabled .icheck_line-icon,
59 | .iradio_line-grey.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-grey .icheck_line-icon,
69 | .iradio_line-grey .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/line.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, black
2 | ----------------------------------- */
3 | .icheckbox_line,
4 | .iradio_line {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #000;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line .icheck_line-icon,
20 | .iradio_line .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line.hover,
33 | .icheckbox_line.checked.hover,
34 | .iradio_line.hover {
35 | background: #444;
36 | }
37 | .icheckbox_line.checked,
38 | .iradio_line.checked {
39 | background: #000;
40 | }
41 | .icheckbox_line.checked .icheck_line-icon,
42 | .iradio_line.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line.disabled,
46 | .iradio_line.disabled {
47 | background: #ccc;
48 | cursor: default;
49 | }
50 | .icheckbox_line.disabled .icheck_line-icon,
51 | .iradio_line.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line.checked.disabled,
55 | .iradio_line.checked.disabled {
56 | background: #ccc;
57 | }
58 | .icheckbox_line.checked.disabled .icheck_line-icon,
59 | .iradio_line.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line .icheck_line-icon,
69 | .iradio_line .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/line/line.png
--------------------------------------------------------------------------------
/admin/css/all/line/line@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/line/line@2x.png
--------------------------------------------------------------------------------
/admin/css/all/line/orange.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, orange
2 | ----------------------------------- */
3 | .icheckbox_line-orange,
4 | .iradio_line-orange {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #f70;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-orange .icheck_line-icon,
20 | .iradio_line-orange .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-orange.hover,
33 | .icheckbox_line-orange.checked.hover,
34 | .iradio_line-orange.hover {
35 | background: #FF9233;
36 | }
37 | .icheckbox_line-orange.checked,
38 | .iradio_line-orange.checked {
39 | background: #f70;
40 | }
41 | .icheckbox_line-orange.checked .icheck_line-icon,
42 | .iradio_line-orange.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-orange.disabled,
46 | .iradio_line-orange.disabled {
47 | background: #FFD6B3;
48 | cursor: default;
49 | }
50 | .icheckbox_line-orange.disabled .icheck_line-icon,
51 | .iradio_line-orange.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-orange.checked.disabled,
55 | .iradio_line-orange.checked.disabled {
56 | background: #FFD6B3;
57 | }
58 | .icheckbox_line-orange.checked.disabled .icheck_line-icon,
59 | .iradio_line-orange.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-orange .icheck_line-icon,
69 | .iradio_line-orange .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/pink.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, pink
2 | ----------------------------------- */
3 | .icheckbox_line-pink,
4 | .iradio_line-pink {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #a77a94;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-pink .icheck_line-icon,
20 | .iradio_line-pink .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-pink.hover,
33 | .icheckbox_line-pink.checked.hover,
34 | .iradio_line-pink.hover {
35 | background: #B995A9;
36 | }
37 | .icheckbox_line-pink.checked,
38 | .iradio_line-pink.checked {
39 | background: #a77a94;
40 | }
41 | .icheckbox_line-pink.checked .icheck_line-icon,
42 | .iradio_line-pink.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-pink.disabled,
46 | .iradio_line-pink.disabled {
47 | background: #E0D0DA;
48 | cursor: default;
49 | }
50 | .icheckbox_line-pink.disabled .icheck_line-icon,
51 | .iradio_line-pink.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-pink.checked.disabled,
55 | .iradio_line-pink.checked.disabled {
56 | background: #E0D0DA;
57 | }
58 | .icheckbox_line-pink.checked.disabled .icheck_line-icon,
59 | .iradio_line-pink.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-pink .icheck_line-icon,
69 | .iradio_line-pink .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/purple.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, purple
2 | ----------------------------------- */
3 | .icheckbox_line-purple,
4 | .iradio_line-purple {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #6a5a8c;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-purple .icheck_line-icon,
20 | .iradio_line-purple .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-purple.hover,
33 | .icheckbox_line-purple.checked.hover,
34 | .iradio_line-purple.hover {
35 | background: #8677A7;
36 | }
37 | .icheckbox_line-purple.checked,
38 | .iradio_line-purple.checked {
39 | background: #6a5a8c;
40 | }
41 | .icheckbox_line-purple.checked .icheck_line-icon,
42 | .iradio_line-purple.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-purple.disabled,
46 | .iradio_line-purple.disabled {
47 | background: #D2CCDE;
48 | cursor: default;
49 | }
50 | .icheckbox_line-purple.disabled .icheck_line-icon,
51 | .iradio_line-purple.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-purple.checked.disabled,
55 | .iradio_line-purple.checked.disabled {
56 | background: #D2CCDE;
57 | }
58 | .icheckbox_line-purple.checked.disabled .icheck_line-icon,
59 | .iradio_line-purple.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-purple .icheck_line-icon,
69 | .iradio_line-purple .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/red.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, red
2 | ----------------------------------- */
3 | .icheckbox_line-red,
4 | .iradio_line-red {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #e56c69;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-red .icheck_line-icon,
20 | .iradio_line-red .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-red.hover,
33 | .icheckbox_line-red.checked.hover,
34 | .iradio_line-red.hover {
35 | background: #E98582;
36 | }
37 | .icheckbox_line-red.checked,
38 | .iradio_line-red.checked {
39 | background: #e56c69;
40 | }
41 | .icheckbox_line-red.checked .icheck_line-icon,
42 | .iradio_line-red.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-red.disabled,
46 | .iradio_line-red.disabled {
47 | background: #F7D3D2;
48 | cursor: default;
49 | }
50 | .icheckbox_line-red.disabled .icheck_line-icon,
51 | .iradio_line-red.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-red.checked.disabled,
55 | .iradio_line-red.checked.disabled {
56 | background: #F7D3D2;
57 | }
58 | .icheckbox_line-red.checked.disabled .icheck_line-icon,
59 | .iradio_line-red.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-red .icheck_line-icon,
69 | .iradio_line-red .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/line/yellow.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Line skin, yellow
2 | ----------------------------------- */
3 | .icheckbox_line-yellow,
4 | .iradio_line-yellow {
5 | position: relative;
6 | display: block;
7 | margin: 0;
8 | padding: 5px 15px 5px 38px;
9 | font-size: 13px;
10 | line-height: 17px;
11 | color: #fff;
12 | background: #FFC414;
13 | border: none;
14 | -webkit-border-radius: 3px;
15 | -moz-border-radius: 3px;
16 | border-radius: 3px;
17 | cursor: pointer;
18 | }
19 | .icheckbox_line-yellow .icheck_line-icon,
20 | .iradio_line-yellow .icheck_line-icon {
21 | position: absolute;
22 | top: 50%;
23 | left: 13px;
24 | width: 13px;
25 | height: 11px;
26 | margin: -5px 0 0 0;
27 | padding: 0;
28 | overflow: hidden;
29 | background: url(line.png) no-repeat;
30 | border: none;
31 | }
32 | .icheckbox_line-yellow.hover,
33 | .icheckbox_line-yellow.checked.hover,
34 | .iradio_line-yellow.hover {
35 | background: #FFD34F;
36 | }
37 | .icheckbox_line-yellow.checked,
38 | .iradio_line-yellow.checked {
39 | background: #FFC414;
40 | }
41 | .icheckbox_line-yellow.checked .icheck_line-icon,
42 | .iradio_line-yellow.checked .icheck_line-icon {
43 | background-position: -15px 0;
44 | }
45 | .icheckbox_line-yellow.disabled,
46 | .iradio_line-yellow.disabled {
47 | background: #FFE495;
48 | cursor: default;
49 | }
50 | .icheckbox_line-yellow.disabled .icheck_line-icon,
51 | .iradio_line-yellow.disabled .icheck_line-icon {
52 | background-position: -30px 0;
53 | }
54 | .icheckbox_line-yellow.checked.disabled,
55 | .iradio_line-yellow.checked.disabled {
56 | background: #FFE495;
57 | }
58 | .icheckbox_line-yellow.checked.disabled .icheck_line-icon,
59 | .iradio_line-yellow.checked.disabled .icheck_line-icon {
60 | background-position: -45px 0;
61 | }
62 |
63 | /* Retina support */
64 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65 | only screen and (-moz-min-device-pixel-ratio: 1.5),
66 | only screen and (-o-min-device-pixel-ratio: 3/2),
67 | only screen and (min-device-pixel-ratio: 1.5) {
68 | .icheckbox_line-yellow .icheck_line-icon,
69 | .iradio_line-yellow .icheck_line-icon {
70 | background-image: url(line@2x.png);
71 | -webkit-background-size: 60px 13px;
72 | background-size: 60px 13px;
73 | }
74 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/aero.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, aero
2 | ----------------------------------- */
3 | .icheckbox_minimal-aero,
4 | .iradio_minimal-aero {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(aero.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-aero {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-aero.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-aero.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-aero.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-aero.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-aero {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-aero.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-aero.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-aero.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-aero.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-aero,
57 | .iradio_minimal-aero {
58 | background-image: url(aero@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/aero.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/aero@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/blue.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, blue
2 | ----------------------------------- */
3 | .icheckbox_minimal-blue,
4 | .iradio_minimal-blue {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(blue.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-blue {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-blue.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-blue.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-blue.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-blue.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-blue {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-blue.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-blue.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-blue.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-blue.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-blue,
57 | .iradio_minimal-blue {
58 | background-image: url(blue@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/blue.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/blue@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/green.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, green
2 | ----------------------------------- */
3 | .icheckbox_minimal-green,
4 | .iradio_minimal-green {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(green.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-green {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-green.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-green.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-green.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-green.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-green {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-green.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-green.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-green.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-green.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-green,
57 | .iradio_minimal-green {
58 | background-image: url(green@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/green.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/green@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/grey.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, grey
2 | ----------------------------------- */
3 | .icheckbox_minimal-grey,
4 | .iradio_minimal-grey {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(grey.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-grey {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-grey.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-grey.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-grey.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-grey.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-grey {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-grey.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-grey.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-grey.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-grey.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-grey,
57 | .iradio_minimal-grey {
58 | background-image: url(grey@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/grey.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/grey@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/minimal.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, black
2 | ----------------------------------- */
3 | .icheckbox_minimal,
4 | .iradio_minimal {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(minimal.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal,
57 | .iradio_minimal {
58 | background-image: url(minimal@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/minimal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/minimal.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/minimal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/minimal@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/orange.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, orange
2 | ----------------------------------- */
3 | .icheckbox_minimal-orange,
4 | .iradio_minimal-orange {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(orange.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-orange {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-orange.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-orange.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-orange.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-orange.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-orange {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-orange.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-orange.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-orange.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-orange.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-orange,
57 | .iradio_minimal-orange {
58 | background-image: url(orange@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/orange.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/orange@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/pink.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, pink
2 | ----------------------------------- */
3 | .icheckbox_minimal-pink,
4 | .iradio_minimal-pink {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(pink.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-pink {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-pink.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-pink.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-pink.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-pink.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-pink {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-pink.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-pink.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-pink.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-pink.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-pink,
57 | .iradio_minimal-pink {
58 | background-image: url(pink@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/pink.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/pink@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/purple.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, purple
2 | ----------------------------------- */
3 | .icheckbox_minimal-purple,
4 | .iradio_minimal-purple {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(purple.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-purple {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-purple.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-purple.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-purple.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-purple.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-purple {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-purple.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-purple.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-purple.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-purple.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-purple,
57 | .iradio_minimal-purple {
58 | background-image: url(purple@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/purple.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/purple@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/red.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, red
2 | ----------------------------------- */
3 | .icheckbox_minimal-red,
4 | .iradio_minimal-red {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(red.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-red {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-red.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-red.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-red.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-red.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-red {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-red.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-red.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-red.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-red.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-red,
57 | .iradio_minimal-red {
58 | background-image: url(red@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/red.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/red@2x.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/yellow.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Minimal skin, yellow
2 | ----------------------------------- */
3 | .icheckbox_minimal-yellow,
4 | .iradio_minimal-yellow {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 18px;
11 | height: 18px;
12 | background: url(yellow.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_minimal-yellow {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_minimal-yellow.hover {
21 | background-position: -20px 0;
22 | }
23 | .icheckbox_minimal-yellow.checked {
24 | background-position: -40px 0;
25 | }
26 | .icheckbox_minimal-yellow.disabled {
27 | background-position: -60px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_minimal-yellow.checked.disabled {
31 | background-position: -80px 0;
32 | }
33 |
34 | .iradio_minimal-yellow {
35 | background-position: -100px 0;
36 | }
37 | .iradio_minimal-yellow.hover {
38 | background-position: -120px 0;
39 | }
40 | .iradio_minimal-yellow.checked {
41 | background-position: -140px 0;
42 | }
43 | .iradio_minimal-yellow.disabled {
44 | background-position: -160px 0;
45 | cursor: default;
46 | }
47 | .iradio_minimal-yellow.checked.disabled {
48 | background-position: -180px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 1.5),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_minimal-yellow,
57 | .iradio_minimal-yellow {
58 | background-image: url(yellow@2x.png);
59 | -webkit-background-size: 200px 20px;
60 | background-size: 200px 20px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/minimal/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/yellow.png
--------------------------------------------------------------------------------
/admin/css/all/minimal/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/minimal/yellow@2x.png
--------------------------------------------------------------------------------
/admin/css/all/polaris/polaris.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Polaris skin
2 | ----------------------------------- */
3 | .icheckbox_polaris,
4 | .iradio_polaris {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 29px;
11 | height: 29px;
12 | background: url(polaris.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_polaris {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_polaris.hover {
21 | background-position: -31px 0;
22 | }
23 | .icheckbox_polaris.checked {
24 | background-position: -62px 0;
25 | }
26 | .icheckbox_polaris.disabled {
27 | background-position: -93px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_polaris.checked.disabled {
31 | background-position: -124px 0;
32 | }
33 |
34 | .iradio_polaris {
35 | background-position: -155px 0;
36 | }
37 | .iradio_polaris.hover {
38 | background-position: -186px 0;
39 | }
40 | .iradio_polaris.checked {
41 | background-position: -217px 0;
42 | }
43 | .iradio_polaris.disabled {
44 | background-position: -248px 0;
45 | cursor: default;
46 | }
47 | .iradio_polaris.checked.disabled {
48 | background-position: -279px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_polaris,
57 | .iradio_polaris {
58 | background-image: url(polaris@2x.png);
59 | -webkit-background-size: 310px 31px;
60 | background-size: 310px 31px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/polaris/polaris.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/polaris/polaris.png
--------------------------------------------------------------------------------
/admin/css/all/polaris/polaris@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/polaris/polaris@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/aero.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, aero
2 | ----------------------------------- */
3 | .icheckbox_square-aero,
4 | .iradio_square-aero {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(aero.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-aero {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-aero.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-aero.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-aero.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-aero.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-aero {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-aero.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-aero.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-aero.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-aero.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-aero,
57 | .iradio_square-aero {
58 | background-image: url(aero@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/aero.png
--------------------------------------------------------------------------------
/admin/css/all/square/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/aero@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/blue.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, blue
2 | ----------------------------------- */
3 | .icheckbox_square-blue,
4 | .iradio_square-blue {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(blue.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-blue {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-blue.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-blue.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-blue.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-blue.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-blue {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-blue.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-blue.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-blue.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-blue.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-blue,
57 | .iradio_square-blue {
58 | background-image: url(blue@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/blue.png
--------------------------------------------------------------------------------
/admin/css/all/square/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/blue@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/green.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, green
2 | ----------------------------------- */
3 | .icheckbox_square-green,
4 | .iradio_square-green {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(green.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-green {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-green.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-green.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-green.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-green.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-green {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-green.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-green.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-green.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-green.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-green,
57 | .iradio_square-green {
58 | background-image: url(green@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/green.png
--------------------------------------------------------------------------------
/admin/css/all/square/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/green@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/grey.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, grey
2 | ----------------------------------- */
3 | .icheckbox_square-grey,
4 | .iradio_square-grey {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(grey.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-grey {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-grey.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-grey.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-grey.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-grey.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-grey {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-grey.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-grey.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-grey.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-grey.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-grey,
57 | .iradio_square-grey {
58 | background-image: url(grey@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/grey.png
--------------------------------------------------------------------------------
/admin/css/all/square/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/grey@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/orange.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, orange
2 | ----------------------------------- */
3 | .icheckbox_square-orange,
4 | .iradio_square-orange {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(orange.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-orange {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-orange.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-orange.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-orange.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-orange.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-orange {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-orange.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-orange.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-orange.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-orange.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-orange,
57 | .iradio_square-orange {
58 | background-image: url(orange@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/orange.png
--------------------------------------------------------------------------------
/admin/css/all/square/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/orange@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/pink.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, pink
2 | ----------------------------------- */
3 | .icheckbox_square-pink,
4 | .iradio_square-pink {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(pink.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-pink {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-pink.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-pink.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-pink.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-pink.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-pink {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-pink.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-pink.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-pink.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-pink.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-pink,
57 | .iradio_square-pink {
58 | background-image: url(pink@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/pink.png
--------------------------------------------------------------------------------
/admin/css/all/square/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/pink@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/purple.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, purple
2 | ----------------------------------- */
3 | .icheckbox_square-purple,
4 | .iradio_square-purple {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(purple.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-purple {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-purple.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-purple.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-purple.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-purple.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-purple {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-purple.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-purple.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-purple.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-purple.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-purple,
57 | .iradio_square-purple {
58 | background-image: url(purple@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/purple.png
--------------------------------------------------------------------------------
/admin/css/all/square/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/purple@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/red.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, red
2 | ----------------------------------- */
3 | .icheckbox_square-red,
4 | .iradio_square-red {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(red.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-red {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-red.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-red.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-red.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-red.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-red {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-red.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-red.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-red.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-red.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-red,
57 | .iradio_square-red {
58 | background-image: url(red@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/red.png
--------------------------------------------------------------------------------
/admin/css/all/square/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/red@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/square.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, black
2 | ----------------------------------- */
3 | .icheckbox_square,
4 | .iradio_square {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(square.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square,
57 | .iradio_square {
58 | background-image: url(square@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/square.png
--------------------------------------------------------------------------------
/admin/css/all/square/square@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/square@2x.png
--------------------------------------------------------------------------------
/admin/css/all/square/yellow.css:
--------------------------------------------------------------------------------
1 | /* iCheck plugin Square skin, yellow
2 | ----------------------------------- */
3 | .icheckbox_square-yellow,
4 | .iradio_square-yellow {
5 | display: inline-block;
6 | *display: inline;
7 | vertical-align: middle;
8 | margin: 0;
9 | padding: 0;
10 | width: 22px;
11 | height: 22px;
12 | background: url(yellow.png) no-repeat;
13 | border: none;
14 | cursor: pointer;
15 | }
16 |
17 | .icheckbox_square-yellow {
18 | background-position: 0 0;
19 | }
20 | .icheckbox_square-yellow.hover {
21 | background-position: -24px 0;
22 | }
23 | .icheckbox_square-yellow.checked {
24 | background-position: -48px 0;
25 | }
26 | .icheckbox_square-yellow.disabled {
27 | background-position: -72px 0;
28 | cursor: default;
29 | }
30 | .icheckbox_square-yellow.checked.disabled {
31 | background-position: -96px 0;
32 | }
33 |
34 | .iradio_square-yellow {
35 | background-position: -120px 0;
36 | }
37 | .iradio_square-yellow.hover {
38 | background-position: -144px 0;
39 | }
40 | .iradio_square-yellow.checked {
41 | background-position: -168px 0;
42 | }
43 | .iradio_square-yellow.disabled {
44 | background-position: -192px 0;
45 | cursor: default;
46 | }
47 | .iradio_square-yellow.checked.disabled {
48 | background-position: -216px 0;
49 | }
50 |
51 | /* Retina support */
52 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53 | only screen and (-moz-min-device-pixel-ratio: 1.5),
54 | only screen and (-o-min-device-pixel-ratio: 3/2),
55 | only screen and (min-device-pixel-ratio: 1.5) {
56 | .icheckbox_square-yellow,
57 | .iradio_square-yellow {
58 | background-image: url(yellow@2x.png);
59 | -webkit-background-size: 240px 24px;
60 | background-size: 240px 24px;
61 | }
62 | }
--------------------------------------------------------------------------------
/admin/css/all/square/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/yellow.png
--------------------------------------------------------------------------------
/admin/css/all/square/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/css/all/square/yellow@2x.png
--------------------------------------------------------------------------------
/admin/css/on-off-switch.css:
--------------------------------------------------------------------------------
1 | .on-off-switch{
2 | position:relative;
3 | cursor:pointer;
4 | overflow:hidden;
5 | user-select:none;
6 | }
7 |
8 | .on-off-switch-track{
9 | position:absolute;
10 | border : solid #888;
11 | z-index:1;
12 | background-color: #fff;
13 | overflow:hidden;
14 | }
15 |
16 | /* semi transparent white overlay */
17 | .on-off-switch-track-white{
18 | background-color:#FFF;
19 | position:absolute;
20 | opacity:0.2;
21 | z-index:30;
22 | }
23 | /* Track for "on" state */
24 | .on-off-switch-track-on{
25 | background-color:#009966;
26 | border-color:#008844;
27 | position:absolute;
28 | z-index:10;
29 | overflow:hidden;
30 | }
31 | /* Track for "off" state */
32 | .on-off-switch-track-off{
33 | position:absolute;
34 | border-color:#CCC;
35 | z-index:1;
36 | }
37 |
38 | .on-off-switch-thumb{
39 | position:absolute;
40 | z-index:2;
41 | overflow:hidden;
42 | }
43 |
44 | .on-off-switch-thumb-shadow{
45 | opacity:0.5;
46 | border:1px solid #000;
47 | position:absolute;
48 | }
49 |
50 | .track-on-gradient, .track-off-gradient{
51 |
52 |
53 | position:absolute;
54 | width:100%;
55 | height:5px;
56 | }
57 |
58 |
59 | .on-off-switch-thumb-color{
60 |
61 | background-color:#F0F0F0;
62 | position:absolute;
63 | }
64 |
65 | .on-off-switch-thumb-off{
66 | border-color:#AAA;
67 | position:absolute;
68 | }
69 | .on-off-switch-thumb-on{
70 | border-color:#008855;
71 | z-index:10;
72 | }
73 | .on-off-switch-text{
74 | width:100%;
75 | position:absolute;
76 | font-family:arial;
77 | user-select:none;
78 | font-size:10px;
79 | }
80 |
81 | .on-off-switch-text-on{
82 | color:#FFF;
83 | text-align:left;
84 | }
85 | .on-off-switch-text-off{
86 | color:#000;
87 | text-align:right;
88 | }
89 | /* Mouse over thumb effect */
90 | .on-off-switch-thumb-over{
91 | background-color:#F5F5F5;
92 | }
--------------------------------------------------------------------------------
/admin/customer-change-status.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_customer WHERE cust_id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | } else {
16 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
17 | foreach ($result as $row) {
18 | $cust_status = $row['cust_status'];
19 | }
20 | }
21 | }
22 | ?>
23 |
24 | prepare("UPDATE tbl_customer SET cust_status=? WHERE cust_id=?");
27 | $statement->execute(array($final,$_REQUEST['id']));
28 |
29 | header('location: customer.php');
30 | ?>
--------------------------------------------------------------------------------
/admin/customer-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_customer WHERE cust_id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("DELETE FROM tbl_customer WHERE cust_id=?");
23 | $statement->execute(array($_REQUEST['id']));
24 |
25 | // Delete from tbl_rating
26 | $statement = $pdo->prepare("DELETE FROM tbl_rating WHERE cust_id=?");
27 | $statement->execute(array($_REQUEST['id']));
28 |
29 | header('location: customer.php');
30 | ?>
--------------------------------------------------------------------------------
/admin/faq-add.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | ';
10 | }
11 |
12 | if(empty($_POST['faq_content'])) {
13 | $valid = 0;
14 | $error_message .= 'Content can not be empty
';
15 | }
16 |
17 | if($valid == 1) {
18 |
19 | $statement = $pdo->prepare("INSERT INTO tbl_faq (faq_title,faq_content) VALUES (?,?)");
20 | $statement->execute(array($_POST['faq_title'],$_POST['faq_content']));
21 |
22 | $success_message = 'FAQ is added successfully!';
23 |
24 | unset($_POST['faq_title']);
25 | unset($_POST['faq_content']);
26 | }
27 | }
28 | ?>
29 |
30 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
51 |
52 |
53 |
54 |
57 |
58 |
59 |
83 |
84 |
85 |
86 |
87 |
88 |
--------------------------------------------------------------------------------
/admin/faq-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_faq WHERE faq_id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("DELETE FROM tbl_faq WHERE faq_id=?");
22 | $statement->execute(array($_REQUEST['id']));
23 |
24 | header('location: faq.php');
25 | ?>
--------------------------------------------------------------------------------
/admin/faq.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 | SL |
21 | Title |
22 | Action |
23 |
24 |
25 |
26 | prepare("SELECT * FROM tbl_faq");
29 | $statement->execute();
30 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
31 | foreach ($result as $row) {
32 | $i++;
33 | ?>
34 |
35 | |
36 | |
37 |
38 | Edit
39 | Delete
40 | |
41 |
42 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
63 |
64 |
Are you sure want to delete this item?
65 |
66 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/admin/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/admin/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/admin/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/admin/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/admin/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/admin/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/admin/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/admin/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/admin/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/admin/fonts/ionicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/ionicons.eot
--------------------------------------------------------------------------------
/admin/fonts/ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/ionicons.ttf
--------------------------------------------------------------------------------
/admin/fonts/ionicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/ionicons.woff
--------------------------------------------------------------------------------
/admin/fonts/summernote.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/summernote.eot
--------------------------------------------------------------------------------
/admin/fonts/summernote.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/summernote.ttf
--------------------------------------------------------------------------------
/admin/fonts/summernote.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/admin/fonts/summernote.woff
--------------------------------------------------------------------------------
/admin/get-end-category.php:
--------------------------------------------------------------------------------
1 | prepare("SELECT * FROM tbl_end_category WHERE mcat_id=?");
8 | $statement->execute(array($id));
9 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
10 | ?>
13 |
14 | prepare("SELECT * FROM tbl_mid_category WHERE tcat_id=?");
8 | $statement->execute(array($id));
9 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
10 | ?>
13 |
14 | namespace = $namespace;
26 |
27 | if (session_id() === '')
28 | {
29 | session_start();
30 | }
31 |
32 | $this->setToken();
33 | }
34 |
35 | /**
36 | * Return the token from persistent storage
37 | *
38 | * @return string
39 | */
40 | public function getToken()
41 | {
42 | return $this->readTokenFromStorage();
43 | }
44 |
45 | /**
46 | * Verify if supplied token matches the stored token
47 | *
48 | * @param string $userToken
49 | * @return boolean
50 | */
51 | public function isTokenValid($userToken)
52 | {
53 | return ($userToken === $this->readTokenFromStorage());
54 | }
55 |
56 | /**
57 | * Echoes the HTML input field with the token, and namespace as the
58 | * name of the field
59 | */
60 | public function echoInputField()
61 | {
62 | $token = $this->getToken();
63 | echo "
namespace}\" value=\"{$token}\" />";
64 | }
65 |
66 | /**
67 | * Verifies whether the post token was set, else dies with error
68 | */
69 | public function verifyRequest()
70 | {
71 | if (!$this->isTokenValid($_POST[$this->namespace]))
72 | {
73 | die("CSRF validation failed.");
74 | }
75 | }
76 |
77 | /**
78 | * Generates a new token value and stores it in persisent storage, or else
79 | * does nothing if one already exists in persisent storage
80 | */
81 | private function setToken()
82 | {
83 | $storedToken = $this->readTokenFromStorage();
84 |
85 | if ($storedToken === '')
86 | {
87 | $token = md5(uniqid(rand(), TRUE));
88 | $this->writeTokenToStorage($token);
89 | }
90 | }
91 |
92 | /**
93 | * Reads token from persistent sotrage
94 | * @return string
95 | */
96 | private function readTokenFromStorage()
97 | {
98 | if (isset($_SESSION[$this->namespace]))
99 | {
100 | return $_SESSION[$this->namespace];
101 | }
102 | else
103 | {
104 | return '';
105 | }
106 | }
107 |
108 | /**
109 | * Writes token to persistent storage
110 | */
111 | private function writeTokenToStorage($token)
112 | {
113 | $_SESSION[$this->namespace] = $token;
114 | }
115 | }
116 |
--------------------------------------------------------------------------------
/admin/inc/config.php:
--------------------------------------------------------------------------------
1 | setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
29 | }
30 | catch( PDOException $exception ) {
31 | echo "Connection error :" . $exception->getMessage();
32 | }
--------------------------------------------------------------------------------
/admin/inc/functions.php:
--------------------------------------------------------------------------------
1 | prepare("SHOW TABLE STATUS LIKE '$tbl_name'");
45 | $statement->execute();
46 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
47 | foreach($result as $row)
48 | {
49 | $next_id = $row['Auto_increment'];
50 | }
51 | return $next_id;
52 | }
--------------------------------------------------------------------------------
/admin/js/dataTables.bootstrap.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | DataTables Bootstrap 3 integration
3 | ©2011-2014 SpryMedia Ltd - datatables.net/license
4 | */
5 | (function(l,q){var e=function(b,c){b.extend(!0,c.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"});b.extend(c.ext.classes,{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm"});c.ext.renderer.pageButton.bootstrap=function(g,e,r,s,i,m){var t=new c.Api(g),u=g.oClasses,j=g.oLanguage.oPaginate,d,f,n=0,p=function(c,e){var k,h,o,a,l=function(a){a.preventDefault();
6 | b(a.currentTarget).hasClass("disabled")||t.page(a.data.action).draw(!1)};k=0;for(h=e.length;k
",{"class":u.sPageButton+" "+
7 | f,id:0===r&&"string"===typeof a?g.sTableId+"_"+a:null}).append(b("",{href:"#","aria-controls":g.sTableId,"data-dt-idx":n,tabindex:g.iTabIndex}).html(d)).appendTo(c),g.oApi._fnBindAction(o,{action:a},l),n++)}},h;try{h=b(q.activeElement).data("dt-idx")}catch(l){}p(b(e).empty().html('').children("ul"),s);h&&b(e).find("[data-dt-idx="+h+"]").focus()};c.TableTools&&(b.extend(!0,c.TableTools.classes,{container:"DTTT btn-group",buttons:{normal:"btn btn-default",disabled:"disabled"},
8 | collection:{container:"DTTT_dropdown dropdown-menu",buttons:{normal:"",disabled:"disabled"}},print:{info:"DTTT_print_info"},select:{row:"active"}}),b.extend(!0,c.TableTools.DEFAULTS.oTags,{collection:{container:"ul",button:"li",liner:"a"}}))};"function"===typeof define&&define.amd?define(["jquery","datatables"],e):"object"===typeof exports?e(require("jquery"),require("datatables")):jQuery&&e(jQuery,jQuery.fn.dataTable)})(window,document);
9 |
--------------------------------------------------------------------------------
/admin/js/on-off-switch-onload.js:
--------------------------------------------------------------------------------
1 |
2 | if (!DG)var DG = {};
3 |
4 | DG.OnOffSwitchAuto = function (config) {
5 |
6 | var properties = DG.OnOffSwitchProperties;
7 |
8 | $( document ).ready(function() {
9 | if(config.cls){
10 | var els = $(config.cls);
11 | var index = 0;
12 | for(var i=0,len=els.length;i
--------------------------------------------------------------------------------
/admin/order-change-status.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_payment WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("UPDATE tbl_payment SET payment_status=? WHERE id=?");
21 | $statement->execute(array($_REQUEST['task'],$_REQUEST['id']));
22 |
23 | header('location: order.php');
24 | ?>
--------------------------------------------------------------------------------
/admin/order-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_payment WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | } else {
16 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
17 | foreach ($result as $row) {
18 | $payment_id = $row['payment_id'];
19 | $payment_status = $row['payment_status'];
20 | $shipping_status = $row['shipping_status'];
21 | }
22 | }
23 | }
24 | ?>
25 |
26 | prepare("SELECT * FROM tbl_order WHERE payment_id=?");
33 | $statement->execute(array($payment_id));
34 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
35 | foreach ($result as $row) {
36 | $statement1 = $pdo->prepare("SELECT * FROM tbl_product WHERE p_id=?");
37 | $statement1->execute(array($row['product_id']));
38 | $result1 = $statement1->fetchAll(PDO::FETCH_ASSOC);
39 | foreach ($result1 as $row1) {
40 | $p_qty = $row1['p_qty'];
41 | }
42 | $final = $p_qty + $row['quantity'];
43 | $statement1 = $pdo->prepare("UPDATE tbl_product SET p_qty=? WHERE p_id=?");
44 | $statement1->execute(array($final,$row['product_id']));
45 | }
46 | endif;
47 |
48 | // Delete from tbl_order
49 | $statement = $pdo->prepare("DELETE FROM tbl_order WHERE payment_id=?");
50 | $statement->execute(array($payment_id));
51 |
52 | // Delete from tbl_payment
53 | $statement = $pdo->prepare("DELETE FROM tbl_payment WHERE id=?");
54 | $statement->execute(array($_REQUEST['id']));
55 |
56 | header('location: order.php');
57 | ?>
--------------------------------------------------------------------------------
/admin/photo-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_photo WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 |
18 | // Getting photo ID to unlink from folder
19 | $statement = $pdo->prepare("SELECT * FROM tbl_photo WHERE id=?");
20 | $statement->execute(array($_REQUEST['id']));
21 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
22 | foreach ($result as $row) {
23 | $photo = $row['photo'];
24 | }
25 |
26 | // Unlink the photo
27 | if($photo!='') {
28 | unlink('../assets/uploads/'.$photo);
29 | }
30 |
31 | // Delete from tbl_photo
32 | $statement = $pdo->prepare("DELETE FROM tbl_photo WHERE id=?");
33 | $statement->execute(array($_REQUEST['id']));
34 |
35 | header('location: photo.php');
36 | ?>
--------------------------------------------------------------------------------
/admin/product-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_product WHERE p_id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("SELECT * FROM tbl_product WHERE p_id=?");
22 | $statement->execute(array($_REQUEST['id']));
23 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
24 | foreach ($result as $row) {
25 | $p_featured_photo = $row['p_featured_photo'];
26 | unlink('../assets/uploads/'.$p_featured_photo);
27 | }
28 |
29 | // Getting other photo ID to unlink from folder
30 | $statement = $pdo->prepare("SELECT * FROM tbl_product_photo WHERE p_id=?");
31 | $statement->execute(array($_REQUEST['id']));
32 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
33 | foreach ($result as $row) {
34 | $photo = $row['photo'];
35 | unlink('../assets/uploads/product_photos/'.$photo);
36 | }
37 |
38 |
39 | // Delete from tbl_photo
40 | $statement = $pdo->prepare("DELETE FROM tbl_product WHERE p_id=?");
41 | $statement->execute(array($_REQUEST['id']));
42 |
43 | // Delete from tbl_product_photo
44 | $statement = $pdo->prepare("DELETE FROM tbl_product_photo WHERE p_id=?");
45 | $statement->execute(array($_REQUEST['id']));
46 |
47 | // Delete from tbl_product_size
48 | $statement = $pdo->prepare("DELETE FROM tbl_product_size WHERE p_id=?");
49 | $statement->execute(array($_REQUEST['id']));
50 |
51 | // Delete from tbl_product_color
52 | $statement = $pdo->prepare("DELETE FROM tbl_product_color WHERE p_id=?");
53 | $statement->execute(array($_REQUEST['id']));
54 |
55 | // Delete from tbl_rating
56 | $statement = $pdo->prepare("DELETE FROM tbl_rating WHERE p_id=?");
57 | $statement->execute(array($_REQUEST['id']));
58 |
59 | // Delete from tbl_payment
60 | $statement = $pdo->prepare("SELECT * FROM tbl_order WHERE product_id=?");
61 | $statement->execute(array($_REQUEST['id']));
62 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
63 | foreach ($result as $row) {
64 | $statement1 = $pdo->prepare("DELETE FROM tbl_payment WHERE payment_id=?");
65 | $statement1->execute(array($row['payment_id']));
66 | }
67 |
68 | // Delete from tbl_order
69 | $statement = $pdo->prepare("DELETE FROM tbl_order WHERE product_id=?");
70 | $statement->execute(array($_REQUEST['id']));
71 |
72 | header('location: product.php');
73 | ?>
--------------------------------------------------------------------------------
/admin/product-other-photo-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_product_photo WHERE pp_id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("SELECT * FROM tbl_product_photo WHERE pp_id=?");
23 | $statement->execute(array($_REQUEST['id']));
24 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
25 | foreach ($result as $row) {
26 | $photo = $row['photo'];
27 | }
28 |
29 | // Unlink the photo
30 | if($photo!='') {
31 | unlink('../assets/uploads/product_photos/'.$photo);
32 | }
33 |
34 | // Delete from tbl_testimonial
35 | $statement = $pdo->prepare("DELETE FROM tbl_product_photo WHERE pp_id=?");
36 | $statement->execute(array($_REQUEST['id']));
37 |
38 | header('location: product-edit.php?id='.$_REQUEST['id1']);
39 | ?>
--------------------------------------------------------------------------------
/admin/service-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_service WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("SELECT * FROM tbl_service WHERE id=?");
23 | $statement->execute(array($_REQUEST['id']));
24 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
25 | foreach ($result as $row) {
26 | $photo = $row['photo'];
27 | }
28 |
29 | // Unlink the photo
30 | if($photo!='') {
31 | unlink('../assets/uploads/'.$photo);
32 | }
33 |
34 | // Delete from tbl_service
35 | $statement = $pdo->prepare("DELETE FROM tbl_service WHERE id=?");
36 | $statement->execute(array($_REQUEST['id']));
37 |
38 | header('location: service.php');
39 | ?>
--------------------------------------------------------------------------------
/admin/shipping-change-status.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_payment WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("UPDATE tbl_payment SET shipping_status=? WHERE id=?");
21 | $statement->execute(array($_REQUEST['task'],$_REQUEST['id']));
22 |
23 | header('location: order.php');
24 | ?>
--------------------------------------------------------------------------------
/admin/size-add.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | ";
10 | } else {
11 | // Duplicate Category checking
12 | $statement = $pdo->prepare("SELECT * FROM tbl_size WHERE size_name=?");
13 | $statement->execute(array($_POST['size_name']));
14 | $total = $statement->rowCount();
15 | if($total)
16 | {
17 | $valid = 0;
18 | $error_message .= "Size Name already exists
";
19 | }
20 | }
21 |
22 | if($valid == 1) {
23 |
24 | // Saving data into the main table tbl_size
25 | $statement = $pdo->prepare("INSERT INTO tbl_size (size_name) VALUES (?)");
26 | $statement->execute(array($_POST['size_name']));
27 |
28 | $success_message = 'Size is added successfully.';
29 | }
30 | }
31 | ?>
32 |
33 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
55 |
56 |
57 |
58 |
62 |
63 |
64 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
--------------------------------------------------------------------------------
/admin/size-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_size WHERE size_id=?");
11 | $statement->execute(array($_REQUEST['id']));
12 | $total = $statement->rowCount();
13 | if( $total == 0 ) {
14 | header('location: logout.php');
15 | exit;
16 | }
17 | }
18 | ?>
19 |
20 | prepare("DELETE FROM tbl_size WHERE size_id=?");
24 | $statement->execute(array($_REQUEST['id']));
25 |
26 | header('location: size.php');
27 | ?>
--------------------------------------------------------------------------------
/admin/size.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | SL |
26 | Size Name |
27 | Action |
28 |
29 |
30 |
31 | prepare("SELECT * FROM tbl_size ORDER BY size_id ASC");
34 | $statement->execute();
35 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
36 | foreach ($result as $row) {
37 | $i++;
38 | ?>
39 |
40 | |
41 | |
42 |
43 | Edit
44 | Delete
45 | |
46 |
47 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
66 |
67 | Are you sure want to delete this item?
68 |
69 |
73 |
74 |
75 |
76 |
77 |
78 |
--------------------------------------------------------------------------------
/admin/slider-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_slider WHERE id=?");
10 | $statement->execute(array($_REQUEST['id']));
11 | $total = $statement->rowCount();
12 | if( $total == 0 ) {
13 | header('location: logout.php');
14 | exit;
15 | }
16 | }
17 | ?>
18 |
19 | prepare("SELECT * FROM tbl_slider WHERE id=?");
23 | $statement->execute(array($_REQUEST['id']));
24 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
25 | foreach ($result as $row) {
26 | $photo = $row['photo'];
27 | }
28 |
29 | // Unlink the photo
30 | if($photo!='') {
31 | unlink('../assets/uploads/'.$photo);
32 | }
33 |
34 | // Delete from tbl_slider
35 | $statement = $pdo->prepare("DELETE FROM tbl_slider WHERE id=?");
36 | $statement->execute(array($_REQUEST['id']));
37 |
38 | header('location: slider.php');
39 | ?>
--------------------------------------------------------------------------------
/admin/subscriber-csv.php:
--------------------------------------------------------------------------------
1 | prepare("SELECT * FROM tbl_subscriber WHERE subs_active=1");
9 | $statement->execute();
10 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
11 | foreach ($result as $row) {
12 | fputcsv($output, array($row['subs_id'],$row['subs_email']));
13 | }
14 | fclose($output);
15 | ?>
--------------------------------------------------------------------------------
/admin/subscriber-delete.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_subscriber WHERE subs_id=?");
11 | $statement->execute(array($_REQUEST['id']));
12 | $total = $statement->rowCount();
13 | if( $total == 0 ) {
14 | header('location: logout.php');
15 | exit;
16 | }
17 | }
18 | ?>
19 |
20 | prepare("DELETE FROM tbl_subscriber WHERE subs_id=?");
24 | $statement->execute(array($_REQUEST['id']));
25 |
26 | header('location: subscriber.php');
27 | ?>
--------------------------------------------------------------------------------
/admin/subscriber-remove.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("DELETE FROM tbl_subscriber WHERE subs_active=0");
7 | $statement->execute();
8 |
9 | header('location: subscriber.php');
10 | ?>
--------------------------------------------------------------------------------
/admin/subscriber.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | SL |
23 | Subscriber Email |
24 | Action |
25 |
26 |
27 |
28 | prepare("SELECT * FROM tbl_subscriber WHERE subs_active=1");
31 | $statement->execute();
32 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
33 | foreach ($result as $row) {
34 | $i++;
35 | ?>
36 |
37 | |
38 | |
39 | Delete |
40 |
41 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
60 |
61 | Are you sure want to delete this item?
62 |
63 |
67 |
68 |
69 |
70 |
71 |
72 |
--------------------------------------------------------------------------------
/assets/css/owl.carousel.min.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.1.6
3 | * Copyright 2013-2016 David Deutsch
4 | * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
5 | */
6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
--------------------------------------------------------------------------------
/assets/css/owl.theme.default.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.1.6
3 | * Copyright 2013-2016 David Deutsch
4 | * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
5 | */
6 | /*
7 | * Default theme - Owl Carousel CSS File
8 | */
9 | .owl-theme .owl-nav {
10 | margin-top: 10px;
11 | text-align: center;
12 | -webkit-tap-highlight-color: transparent; }
13 | .owl-theme .owl-nav [class*='owl-'] {
14 | color: #FFF;
15 | font-size: 14px;
16 | margin: 5px;
17 | padding: 4px 7px;
18 | background: #D6D6D6;
19 | display: inline-block;
20 | cursor: pointer;
21 | border-radius: 3px; }
22 | .owl-theme .owl-nav [class*='owl-']:hover {
23 | background: #869791;
24 | color: #FFF;
25 | text-decoration: none; }
26 | .owl-theme .owl-nav .disabled {
27 | opacity: 0.5;
28 | cursor: default; }
29 |
30 | .owl-theme .owl-nav.disabled + .owl-dots {
31 | margin-top: 10px; }
32 |
33 | .owl-theme .owl-dots {
34 | text-align: center;
35 | -webkit-tap-highlight-color: transparent; }
36 | .owl-theme .owl-dots .owl-dot {
37 | display: inline-block;
38 | zoom: 1;
39 | *display: inline; }
40 | .owl-theme .owl-dots .owl-dot span {
41 | width: 10px;
42 | height: 10px;
43 | margin: 5px 7px;
44 | background: #D6D6D6;
45 | display: block;
46 | -webkit-backface-visibility: visible;
47 | transition: opacity 200ms ease;
48 | border-radius: 30px; }
49 | .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
50 | background: #869791; }
51 |
--------------------------------------------------------------------------------
/assets/css/owl.theme.default.min.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Owl Carousel v2.1.6
3 | * Copyright 2013-2016 David Deutsch
4 | * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
5 | */
6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
--------------------------------------------------------------------------------
/assets/css/rating.css:
--------------------------------------------------------------------------------
1 | .star{
2 | background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
3 | background-position:left -2px;
4 | display:block;
5 | width:20px;
6 | height:16px;
7 | line-height:16px;
8 | float:left;
9 | cursor: pointer;
10 | zoom:1;
11 | }
12 |
13 | .fullStar{
14 | background-position:left -59px;
15 | }
16 |
17 | .stars{
18 | overflow: hidden;
19 | }
20 |
21 | .tmp_es{
22 | background-position:left -21px;
23 | }
24 |
25 | .tmp_fs{
26 | background-position:left -40px;
27 | }
28 |
--------------------------------------------------------------------------------
/assets/css/responsive.css:
--------------------------------------------------------------------------------
1 | @media only screen and (max-width: 767px) {
2 | .top {height: auto;overflow: hidden;}
3 | .top .left {float: none;}
4 | .top .left ul {margin-bottom: 0;margin-top: 10px;}
5 | .top .left ul li {float: none;text-align: center;}
6 | .top .right {float: none;}
7 | .top .right ul {text-align: center;margin-bottom: 20px;}
8 | .top .right ul li {float: none;display: inline-block;}
9 | }
10 |
11 | @media only screen and (max-width: 991px) {
12 | .header .inner {display: block;}
13 | .header .logo {display: block;width: 100%;text-align: center;}
14 | .header .logo img {}
15 | .header .search-area {display: block;}
16 | .header .right {display: block;}
17 | .header .navbar-left {text-align: center;margin-bottom: 20px;}
18 | .navbar-form .form-group {display: inline-block;}
19 | .navbar-form button {display: inline-block;}
20 | .header .right ul {float: none;text-align: center;margin-bottom: 20px;}
21 | .header .right ul li {float: none;display: inline-block;}
22 | .header form {
23 | margin-left: 0;
24 | margin-right: 0;
25 | }
26 | }
27 |
28 | @media only screen and (min-width: 992px) and (max-width: 1199px) {
29 | .bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 215px!important;}
30 | }
31 |
32 | @media only screen and (min-width: 501px) and (max-width: 700px) {
33 | ul.bxslider li, ul.bxslider li .text {height: 300px;}
34 | .bx-controls a.bx-prev,
35 | .bx-controls a.bx-next {font-size: 36px;}
36 | ul.bxslider li .text .inner h2 {font-size: 30px;}
37 | ul.bxslider li .text .inner h3 {font-size: 20px;}
38 | .bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 120px!important;}
39 | }
40 |
41 | @media only screen and (min-width: 0px) and (max-width: 500px) {
42 | ul.bxslider li, ul.bxslider li .text {height: 250px;}
43 | .bx-controls a.bx-prev,
44 | .bx-controls a.bx-next {font-size: 30px;}
45 | ul.bxslider li .text .inner h2 {font-size: 24px;}
46 | ul.bxslider li .text .inner h3 {font-size: 16px;}
47 | .bx-controls a.bx-prev, .bx-controls a.bx-next {padding-top: 100px!important;}
48 | }
49 | @media only screen and (min-width: 992px) {
50 | .product .text {
51 | min-height: 190px;
52 | }
53 | .header .inner {
54 | width: 100%;
55 | }
56 | .header .search-area {
57 | padding-right: 0;
58 | }
59 | .header .search-area form {
60 | padding-right: 0;
61 | }
62 | .header .container {
63 | padding-right: 0;
64 | }
65 | }
66 |
--------------------------------------------------------------------------------
/assets/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/assets/img/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/1.gif
--------------------------------------------------------------------------------
/assets/img/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/ajax-loader.gif
--------------------------------------------------------------------------------
/assets/img/bx_loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/bx_loader.gif
--------------------------------------------------------------------------------
/assets/img/controls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/controls.png
--------------------------------------------------------------------------------
/assets/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/favicon.png
--------------------------------------------------------------------------------
/assets/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/icon.png
--------------------------------------------------------------------------------
/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/logo.png
--------------------------------------------------------------------------------
/assets/img/owl.video.play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/owl.video.play.png
--------------------------------------------------------------------------------
/assets/img/status.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/img/status.gif
--------------------------------------------------------------------------------
/assets/js/bootstrap-touch-slider.js:
--------------------------------------------------------------------------------
1 | /*Bootstrap Carousel Touch Slider.
2 | http://bootstrapthemes.co
3 |
4 | Credits: Bootstrap, jQuery, TouchSwipe, Animate.css, FontAwesome
5 |
6 | */
7 |
8 | ( function ( $ ) {
9 | "use strict";
10 |
11 | $.fn.bsTouchSlider = function ( options ) {
12 | var carousel = $( ".carousel" );
13 | return this.each( function ( ) {
14 |
15 | function doAnimations( elems ) {
16 | //Cache the animationend event in a variable
17 | var animEndEv = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend';
18 | elems.each( function ( ) {
19 | var $this = $( this ),
20 | $animationType = $this.data( 'animation' );
21 | $this.addClass( $animationType ).one( animEndEv, function ( ) {
22 | $this.removeClass( $animationType );
23 | } );
24 | } );
25 | }
26 |
27 | //Variables on page load
28 | var $firstAnimatingElems = carousel.find( '.item:first' ).find( "[data-animation ^= 'animated']" );
29 | //Initialize carousel
30 | carousel.carousel( );
31 | //Animate captions in first slide on page load
32 | doAnimations( $firstAnimatingElems );
33 | //Other slides to be animated on carousel slide event
34 | carousel.on( 'slide.bs.carousel', function ( e ) {
35 | var $animatingElems = $( e.relatedTarget ).find( "[data-animation ^= 'animated']" );
36 | doAnimations( $animatingElems );
37 | } );
38 | //swipe initial
39 | $( ".carousel .carousel-inner" ).swipe( {
40 | swipeLeft: function ( event, direction, distance, duration, fingerCount ) {
41 | this.parent( ).carousel( 'next' );
42 | },
43 | swipeRight: function ( ) {
44 | this.parent( ).carousel( 'prev' );
45 | },
46 | threshold: 0
47 | } );
48 |
49 | } );
50 | };
51 |
52 |
53 | } )( jQuery );
54 |
55 |
56 |
--------------------------------------------------------------------------------
/assets/js/megamenu.js:
--------------------------------------------------------------------------------
1 | /*global $ */
2 | $(document).ready(function () {
3 |
4 | "use strict";
5 |
6 | $('.menu > ul > li:has( > ul)').addClass('menu-dropdown-icon');
7 | //Checks if li has sub (ul) and adds class for toggle icon - just an UI
8 |
9 |
10 | $('.menu > ul > li > ul:not(:has(ul))').addClass('normal-sub');
11 | //Checks if drodown menu's li elements have anothere level (ul), if not the dropdown is shown as regular dropdown, not a mega menu (thanks Luka Kladaric)
12 |
13 | $(".menu > ul").before("");
14 |
15 | //Adds menu-mobile class (for mobile toggle menu) before the normal menu
16 | //Mobile menu is hidden if width is more then 959px, but normal menu is displayed
17 | //Normal menu is hidden if width is below 959px, and jquery adds mobile menu
18 | //Done this way so it can be used with wordpress without any trouble
19 |
20 | $(".menu > ul > li").hover(
21 | function (e) {
22 | if ($(window).width() > 943) {
23 | $(this).children("ul").fadeIn(150);
24 | e.preventDefault();
25 | }
26 | }, function (e) {
27 | if ($(window).width() > 943) {
28 | $(this).children("ul").fadeOut(150);
29 | e.preventDefault();
30 | }
31 | }
32 | );
33 | //If width is more than 943px dropdowns are displayed on hover
34 |
35 | $(".menu > ul > li").click(function() {
36 | if ($(window).width() < 943) {
37 | $(this).children("ul").fadeToggle(150);
38 | }
39 | });
40 | //If width is less or equal to 943px dropdowns are displayed on click (thanks Aman Jain from stackoverflow)
41 |
42 | $(".menu-mobile").click(function (e) {
43 | $(".menu > ul").toggleClass('show-on-mobile');
44 | e.preventDefault();
45 | });
46 | //when clicked on mobile-menu, normal menu is shown as a list, classic rwd menu story (thanks mwl from stackoverflow)
47 |
48 | });
49 |
--------------------------------------------------------------------------------
/assets/uploads/about-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/about-banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/ad-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-1.png
--------------------------------------------------------------------------------
/assets/uploads/ad-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-2.png
--------------------------------------------------------------------------------
/assets/uploads/ad-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-3.png
--------------------------------------------------------------------------------
/assets/uploads/ad-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-4.png
--------------------------------------------------------------------------------
/assets/uploads/ad-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-5.png
--------------------------------------------------------------------------------
/assets/uploads/ad-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/ad-6.png
--------------------------------------------------------------------------------
/assets/uploads/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_blog.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_blog.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_cart.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_cart.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_checkout.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_checkout.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_forget_password.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_forget_password.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_login.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_login.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_product_category.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_product_category.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_registration.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_registration.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_reset_password.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_reset_password.jpg
--------------------------------------------------------------------------------
/assets/uploads/banner_search.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/banner_search.jpg
--------------------------------------------------------------------------------
/assets/uploads/blog-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/blog-banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/contact-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/contact-banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/cta.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/cta.jpg
--------------------------------------------------------------------------------
/assets/uploads/faq-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/faq-banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/favicon.png
--------------------------------------------------------------------------------
/assets/uploads/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/logo.png
--------------------------------------------------------------------------------
/assets/uploads/news-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-1.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-10.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-11.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-2.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-3.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-4.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-5.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-6.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-7.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-8.jpg
--------------------------------------------------------------------------------
/assets/uploads/news-9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/news-9.jpg
--------------------------------------------------------------------------------
/assets/uploads/pgallery-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/pgallery-banner.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-1.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-2.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-3.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-4.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-5.jpg
--------------------------------------------------------------------------------
/assets/uploads/photo-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/photo-6.jpg
--------------------------------------------------------------------------------
/assets/uploads/product-featured-77.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product-featured-77.jpg
--------------------------------------------------------------------------------
/assets/uploads/product-featured-78.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product-featured-78.jpg
--------------------------------------------------------------------------------
/assets/uploads/product-featured-79.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product-featured-79.jpg
--------------------------------------------------------------------------------
/assets/uploads/product-featured-80.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product-featured-80.jpg
--------------------------------------------------------------------------------
/assets/uploads/product-featured-81.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product-featured-81.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/103.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/103.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/104.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/104.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/13.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/14.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/15.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/16.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/16.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/17.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/18.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/18.jpg
--------------------------------------------------------------------------------
/assets/uploads/product_photos/19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/product_photos/19.jpg
--------------------------------------------------------------------------------
/assets/uploads/service-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/service-5.png
--------------------------------------------------------------------------------
/assets/uploads/service-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/service-6.png
--------------------------------------------------------------------------------
/assets/uploads/service-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/service-7.png
--------------------------------------------------------------------------------
/assets/uploads/slider-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-1.jpg
--------------------------------------------------------------------------------
/assets/uploads/slider-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-2.jpg
--------------------------------------------------------------------------------
/assets/uploads/slider-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-3.jpg
--------------------------------------------------------------------------------
/assets/uploads/slider-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-4.jpg
--------------------------------------------------------------------------------
/assets/uploads/slider-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-5.png
--------------------------------------------------------------------------------
/assets/uploads/slider-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-6.jpg
--------------------------------------------------------------------------------
/assets/uploads/slider-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/slider-7.jpg
--------------------------------------------------------------------------------
/assets/uploads/user-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/user-1.jpg
--------------------------------------------------------------------------------
/assets/uploads/vgallery-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/hammadshahir/PHP-MySQL-ecommerce-website/3c171df9c7055f9dc29fc77fa6e2512e537ef7d2/assets/uploads/vgallery-banner.jpg
--------------------------------------------------------------------------------
/customer-sidebar.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dashboard.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_customer WHERE cust_id=? AND cust_status=?");
11 | $statement->execute(array($_SESSION['customer']['cust_id'],0));
12 | $total = $statement->rowCount();
13 | if($total) {
14 | header('location: '.BASE_URL.'logout.php');
15 | exit;
16 | }
17 | }
18 | ?>
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/faq.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_page WHERE id=1");
5 | $statement->execute();
6 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
7 | foreach ($result as $row) {
8 | $faq_title = $row['faq_title'];
9 | $faq_banner = $row['faq_banner'];
10 | }
11 | ?>
12 |
13 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | prepare("SELECT * FROM tbl_faq");
28 | $statement->execute();
29 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
30 | foreach ($result as $row) {
31 | ?>
32 |
33 |
34 |
35 | Q:
36 |
37 |
38 |
39 |
40 |
Answer
41 |
42 |
43 |
44 |
45 |
46 |
47 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
--------------------------------------------------------------------------------
/logout.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/payment/paypal/verify_process.php:
--------------------------------------------------------------------------------
1 | $value) {
19 | if($get_magic_quotes_exists == true && get_magic_quotes_gpc() == 1) {
20 | $value = urlencode(stripslashes($value));
21 | } else {
22 | $value = urlencode($value);
23 | }
24 | $req .= "&$key=$value";
25 | }
26 |
27 | /*
28 | * Post IPN data back to PayPal to validate the IPN data is genuine
29 | * Without this step anyone can fake IPN data
30 | */
31 | $paypalURL = "https://www.paypal.com/cgi-bin/webscr";
32 | $ch = curl_init($paypalURL);
33 | if ($ch == FALSE) {
34 | return FALSE;
35 | }
36 | curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
37 | curl_setopt($ch, CURLOPT_POST, 1);
38 | curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
39 | curl_setopt($ch, CURLOPT_POSTFIELDS, $req);
40 | curl_setopt($ch, CURLOPT_SSLVERSION, 6);
41 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
42 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
43 | curl_setopt($ch, CURLOPT_FORBID_REUSE, 1);
44 |
45 | // Set TCP timeout to 30 seconds
46 | curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
47 | curl_setopt($ch, CURLOPT_HTTPHEADER, array('Connection: Close', 'User-Agent: company-name'));
48 | $res = curl_exec($ch);
49 |
50 | /*
51 | * Inspect IPN validation result and act accordingly
52 | * Split response headers and payload, a better way for strcmp
53 | */
54 | $tokens = explode("\r\n\r\n", trim($res));
55 | $res = trim(end($tokens));
56 | if (strcmp($res, "VERIFIED") == 0 || strcasecmp($res, "VERIFIED") == 0) {
57 |
58 | $statement = $pdo->prepare("UPDATE tbl_payment SET
59 | txnid=?,
60 | payment_status=?
61 | WHERE payment_id=?");
62 | $sql = $statement->execute(array(
63 | $_POST['txn_id'],
64 | $_POST['payment_status'],
65 | $_POST['item_number']
66 | ));
67 |
68 | }else{
69 | $statement = $pdo->prepare("DELETE FROM tbl_payment WHERE payment_id=?");
70 | $sql = $statement->execute(array($_POST['item_number']));
71 | }
72 | ?>
--------------------------------------------------------------------------------
/payment_success.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
15 |
16 |
--------------------------------------------------------------------------------
/reset-password-success.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_settings WHERE id=1");
5 | $statement->execute();
6 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
7 | foreach ($result as $row) {
8 | $banner_forget_password = $row['banner_forget_password'];
9 | }
10 | ?>
11 |
12 |
17 |
18 |
30 |
31 |
--------------------------------------------------------------------------------
/verify.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | prepare("SELECT * FROM tbl_customer WHERE cust_email=?");
10 | $statement->execute(array($_REQUEST['email']));
11 | $result = $statement->fetchAll(PDO::FETCH_ASSOC);
12 | foreach ($result as $row) {
13 | if($_REQUEST['token'] != $row['cust_token']) {
14 | header('location: '.BASE_URL);
15 | exit;
16 | }
17 | }
18 |
19 | // everything is correct. now activate the user removing token value from database.
20 | if($var != 0)
21 | {
22 | $statement = $pdo->prepare("UPDATE tbl_customer SET cust_token=?, cust_status=? WHERE cust_email=?");
23 | $statement->execute(array('',1,$_GET['email']));
24 |
25 | $success_message = '
Your email is verified successfully. You can now login to our website.
Click here to login
';
26 | }
27 | }
28 | ?>
29 |
30 |
31 |
32 |
Registration Successful
33 |
34 |
35 |
36 |
50 |
51 |
--------------------------------------------------------------------------------