Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть #208

  • Stack Developers
  • 2021-10-28
  • 387
#208
laravel ecommercecreate ecommerce website in laravelcancel order on amazonamazon cancel ordercancel order processcancel order functionalitycancel order in laravelcancel order laravel codecancel order in websitecancel orderhow to cancel orderamazon cancelamazon cancel order refund credit cardcancel order laravellaravel 8 ecommercehow to cancel order on amazoncancel amazon orderhow to cancel amazon orderlaravellaravel 8cancel amazon
  • ok logo

Скачать #208 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно #208 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку #208 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео #208

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

We will add cancel reasons this time and change the cancel functionality process.

We are going to add below cancel reasons like mentioned in Amazon:-
Order Created by Mistake
Item Not Arrive on Time
Shipping Cost too High
Found Cheaper Somewhere Else

1) Update orders_logs table :-
First of all, we will update the orders_logs table with "reason" and "updated_by columns" with varchar data types. We can do it with Migration commands or simply from PHPMyadmin.

2) Add Modal Pop-up for Orders Cancellation:-
Now we will search for Bootstrap Modal Pop-up at Google with keyword "modal popup in HTML" for Orders Cancellation with below link:-
https://getbootstrap.com/docs/4.0/com...

We will add this Modal Pop-up in the orders_details.blade.php file located at resources/views/front/orders/ and will update it with the Cancellation form.

This time we will use the form with post method with reason field as well.

3) Update Order Cancel Route:-
Now we will add Post method as well in Order Cancel Route in web.php file like below :-
// User Order Cancel Route::match(['get','post'],'/orders/{id}/cancel','OrdersController@orderCancel');

4) Update OrderCancel function :-
Now we will update the OrderCancel function at OrdersController with the Post method in which we will save reason as well in the orders_logs table. Also, we are going to update the "User Cancelled" status when an order gets cancelled by the user.

5) Update front_script.js file:-
Update Cancel Order jQuery script at front_script.js file to add validation for reason as well. We will show an alert if the reason is not selected.

6) Update orders_details.blade.php file (for Admin) :-
Now update orders_details.blade.php file located at resources/views/admin/orders/ to show reason as well with "User Cancelled" status.

Follow the below playlist to make a Laravel E-commerce Website like Amazon:-
   / @stackdevelopers  

Join this channel to get complete code/support:
   / @stackdevelopers  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]