#212 Laravel 8 E-commerce | Return Order Process (IV) | Amazon Return Order like Functionality

Votre vidéo commence dans 20
Passer (5)
Téléchargez la méthode pour faire 2000 euros par mois en travaillant 1h par semaine

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by admin
76 Vues
In Part-212 of the Laravel E-commerce series, we will continue working on Return Order functionality like Amazon.

In this video, we will display the return requests in the admin panel from where the admin can able to approve or reject the request.

1) Update admin_sidebar.blade.php file:-
First of all, add the "Return Requests" link at the admin sidebar.

2) Create Route:-
Create Get route for return requests in web.php file like below:-
// Return Requests
Route::get('return-requests','OrdersController@returnRequests');

3) Create returnRequests Function :-
Now create returnRequests Function at OrdersController located at Admin folder to get all return requests placed by the users.

4) Create return_requests.blade.php file:-
Now create the return_requests.blade.php file at /resources/views/admin/orders/ path where we will display all return requests in foreach loop.

In the next video, the return request can be either accepted or rejected by the admin from the admin panel. And the same will be notified to the user via email.

Join this channel to get complete code/support:-
https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw/join
Catégories
E commerce Amazon

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour poster un commentaire.

Commentaires

Soyez le premier à commenter cette vidéo.