1 00:00:01,110 --> 00:00:01,740 Welcome back. 2 00:00:02,490 --> 00:00:07,860 Before publishing your e-commerce website, it's very important to make sure that everything is working 3 00:00:08,070 --> 00:00:08,700 perfectly. 4 00:00:09,660 --> 00:00:15,300 And you also need to know that the process of maintaining your e-commerce website is continuous. 5 00:00:15,300 --> 00:00:22,110 So you'll always need to revise your code in case you want to add more features or in case you want 6 00:00:22,110 --> 00:00:24,750 to add more features or in case you want to edit features. 7 00:00:26,070 --> 00:00:29,910 But before, of course, before publishing it, you need to make sure that everything is working. 8 00:00:30,390 --> 00:00:39,690 So one of the most important things that we need to fix before publishing the website is that in all 9 00:00:39,720 --> 00:00:42,540 pages, in almost, almost all pages, I'm using a decision. 10 00:00:42,930 --> 00:00:45,810 A decision is included in every single page like this. 11 00:00:46,680 --> 00:00:48,090 Instead of including it like this. 12 00:00:48,090 --> 00:00:50,040 I'm going to remove it from every single page. 13 00:00:50,040 --> 00:00:53,400 I'm going to remove it from here, and I'm going to remove it from here. 14 00:00:54,030 --> 00:00:56,640 Also from here, I'm going to remove it from here. 15 00:00:57,180 --> 00:01:00,990 Also from here and from here. 16 00:01:02,410 --> 00:01:02,760 Here. 17 00:01:02,770 --> 00:01:03,850 I'm not using it. 18 00:01:04,870 --> 00:01:09,250 And from here as well, we don't we don't have it. 19 00:01:09,880 --> 00:01:13,090 And from here as well, we need to remove it from here. 20 00:01:14,940 --> 00:01:16,530 And we need to remove it from here. 21 00:01:19,910 --> 00:01:20,930 We don't have it here. 22 00:01:22,110 --> 00:01:24,710 We don't have it here, so we don't have it here. 23 00:01:26,620 --> 00:01:29,410 We don't have a decision to start here. 24 00:01:30,920 --> 00:01:36,980 And here payment, we add it up, we have it. 25 00:01:36,980 --> 00:01:40,820 So we need to remove it from here and from the registration. 26 00:01:40,820 --> 00:01:46,430 We also need to remove it from from the top and here as well. 27 00:01:46,430 --> 00:01:48,110 We need to remove it from the top. 28 00:01:50,350 --> 00:01:51,820 And finally from this speech. 29 00:01:52,210 --> 00:01:54,700 So now what I'm going to do is that. 30 00:01:55,930 --> 00:01:58,570 In the end they remember in the header. 31 00:01:59,050 --> 00:02:06,730 In the header already added the session here I said session starts and I'm going to include the header 32 00:02:06,730 --> 00:02:11,110 in every single page because every single page already uses they are the header. 33 00:02:11,110 --> 00:02:14,920 So what I'm going to do is that I'm going to move the header this. 34 00:02:16,030 --> 00:02:17,470 I'm going to move the heather at the top. 35 00:02:18,400 --> 00:02:20,170 I'm going to move to Heather at the top. 36 00:02:21,710 --> 00:02:22,480 So in the head there. 37 00:02:22,490 --> 00:02:23,630 Let me show you the header. 38 00:02:24,290 --> 00:02:30,290 The header, we have the session start and we need to we need to include the other in every single page. 39 00:02:30,290 --> 00:02:35,990 So I'm going to just I'm just, I'm just going to copy the header and then pass it at the top. 40 00:02:36,440 --> 00:02:38,450 I'm going to displayed at the top rather than here. 41 00:02:38,450 --> 00:02:43,160 So I'm going to remove it from here and then added add it up in every single page. 42 00:02:43,640 --> 00:02:45,830 So here is going to be the the. 43 00:02:48,690 --> 00:02:49,890 The weather is going to be here. 44 00:02:53,980 --> 00:02:58,300 And also in the in all of these pages so here account. 45 00:03:02,000 --> 00:03:02,900 I'm going to say. 46 00:03:04,000 --> 00:03:04,180 Here. 47 00:03:04,180 --> 00:03:05,860 They're at the top, and then I'm going to move it. 48 00:03:07,000 --> 00:03:07,660 From. 49 00:03:09,340 --> 00:03:12,250 From and make sure that you don't include the header twice. 50 00:03:13,000 --> 00:03:15,160 You would only need to include the header once. 51 00:03:15,970 --> 00:03:17,920 So let me also move it. 52 00:03:27,830 --> 00:03:31,370 From here and added the top. 53 00:03:38,480 --> 00:03:39,950 And in every single page. 54 00:03:39,950 --> 00:03:42,950 So I'm going to pause and then I'm going to come back to you once I'm done. 55 00:03:50,650 --> 00:03:57,310 So I have the header in every single page, as you can see at the top, either here and header here. 56 00:03:57,970 --> 00:04:01,180 And header here and here. 57 00:04:01,180 --> 00:04:01,570 There. 58 00:04:03,550 --> 00:04:05,500 Here and here. 59 00:04:05,500 --> 00:04:05,950 They're here. 60 00:04:05,950 --> 00:04:08,860 And every single page of this up and they hear itself. 61 00:04:09,610 --> 00:04:11,020 They hit their page itself. 62 00:04:11,350 --> 00:04:13,660 This header has this action added up. 63 00:04:14,140 --> 00:04:15,730 So this is how it works. 64 00:04:15,730 --> 00:04:21,850 And let me now show you what is going to happen if I save and leave me here, then over to the browser. 65 00:04:22,480 --> 00:04:24,460 So now in the browser let me refresh and. 66 00:04:25,580 --> 00:04:27,650 As you can see if I go, for example, to the cart. 67 00:04:28,940 --> 00:04:29,600 It's perfect. 68 00:04:29,600 --> 00:04:32,030 If I go to the shop, it's perfect. 69 00:04:32,510 --> 00:04:35,330 You can go to the account. 70 00:04:35,750 --> 00:04:36,950 You can log in me. 71 00:04:36,950 --> 00:04:39,020 Log in and check that everything is working. 72 00:04:39,920 --> 00:04:47,270 Email account, a leeming log in and make sure that everything is working so it's working perfectly. 73 00:04:47,270 --> 00:04:49,010 There is no problem here. 74 00:04:49,010 --> 00:04:50,030 There is no problem. 75 00:04:50,780 --> 00:04:51,860 So everything is perfect. 76 00:04:52,040 --> 00:04:53,750 Even the payment page is perfect. 77 00:04:53,760 --> 00:04:56,540 Everything is everything is just perfect. 78 00:04:57,170 --> 00:05:07,850 And it's also important to it's also very important to know that you can create a separate file for 79 00:05:07,850 --> 00:05:08,300 decision. 80 00:05:08,300 --> 00:05:14,090 For example, instead of adding it in the header, you can create a separate file and include the session 81 00:05:14,090 --> 00:05:15,380 in it if you want to do this. 82 00:05:15,860 --> 00:05:18,680 But I recommend doing this because this is easier. 83 00:05:18,680 --> 00:05:25,040 You just need to edit in the header and then the header is already is already there in every single 84 00:05:25,040 --> 00:05:25,910 page we have.