1 00:00:00,060 --> 00:00:00,690 Welcome back. 2 00:00:01,380 --> 00:00:06,820 Now, what we need to do is that we need to take the user to another page after they complete a payment. 3 00:00:06,840 --> 00:00:14,760 So here, for example, if a user wants to buy these two items and clicks on the PayPal account, PayPal 4 00:00:14,760 --> 00:00:20,250 button and logs in and after the user, let me show you the complete process. 5 00:00:20,700 --> 00:00:26,220 So here it's going to display the total amount, which is 405, as you can see, 405. 6 00:00:26,610 --> 00:00:28,830 Now, if the user clicks on pay now. 7 00:00:29,870 --> 00:00:37,580 If the user clicks on pay now and the process will be will be successful, as you can see each transaction 8 00:00:37,580 --> 00:00:38,150 completed. 9 00:00:38,390 --> 00:00:43,070 If I click on okay, nothing is going to happen and this is a problem because the user might think that 10 00:00:43,490 --> 00:00:46,460 something is wrong and they might they may be again. 11 00:00:46,670 --> 00:00:50,150 So we need to take the user to a new page and tell them that everything was fine. 12 00:00:50,180 --> 00:00:51,260 So how can we do that? 13 00:00:51,650 --> 00:00:53,330 To do that, we need to create a new page.