#219 Laravel 8 E-commerce | Exchange Order Process (VI) | Amazon Exchange Order like Functionality

Votre vidéo commence dans 20
Passer (5)
Produit rapide : créer un produit qui se vend en moins de 7 jours

Merci ! Partagez avec vos amis !

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

Ajoutées by admin
73 Vues
This video is a part of my Laravel Advance E-commerce Series
►Click here to access the complete course: https://www.youtube.com/playlist?list=PLLUtELdNs2ZaHaFmydqjcQ-YyeQ19Cd6u

►Click here to subscribe - https://www.youtube.com/stackdevelopers?sub_confirmation=1

Other Popular Stack Developers Series that can help you :-

►Laravel API Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbcCsd4yAAiBU2L3ROREk8P

►Laravel Interview Questions - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbzB_1Jdp_yFcORwOfWP8RU

►jQuery Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbMYoUA46GIonOH29KcjtxA

►Laravel Basic E-commerce Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZY5drPxIWzpq5crhantlzp7

►Laravel Dating Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZrPUnxjlomErJfNvkyS6Hf

►GIT Tutorial for Beginners - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZVQ-dLOMFWvmCCduzJ8c6R

Follow Stack Developers on Social Media to get updates and resolve your queries
►Like Facebook Page to get updates - http://facebook.com/stackdevelopers2/
►Join Facebook Group to resolve your queries - http://facebook.com/groups/stackdevelopers
►Follow on Instagram - https://www.instagram.com/stackdevelopers2/
►Follow on GitHub - https://github.com/stackdevelopers

►Join this channel to get access to perks - https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw/join

In Part-219 of the Laravel E-commerce series, we will continue working on Exchange Order functionality like Amazon.

In this video, we will work on the exchange request that can either be accepted or rejected by the admin from the admin panel. And the same will be notified to the user via email.

1) Update exchange_requests.blade.php file:-
First of all, we will update the exchange request form and will pass the exchange id as hidden along with the exchange status that the admin will modify.

2) Create Route:-
Now we will create Post Route to update exchange request status in the web.php file like below:-
Route::post('exchange-requests/update','OrdersController@exchangeRequestUpdate');

3) Create exchangeRequestUpdate Function :-
Now we will create the exchangeRequestUpdate Function at OrdersController to update the exchange status both at the exchange_requests and orders_products table. We will also notify users via email about the approval or rejection of their exchange request.

4) Create exchange_request.blade.php (Email format)
Create exchange_request.blade.php file at emails folder and create the email format to notify user about the approval or rejection of their exchange request.

Check in the video; the User gets the exchange request approval email from the admin and the exchange status is updated everywhere.

Thanks for watching :)

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.