Laravel 12 E-Commerce Project - Admin Show Orders
Create the Admin dashboard page to list and manage all customer orders placed on the store.
Laravel 12 E-Commerce Project - Checkout With Cash On Delivery
Implement the Cash On Delivery (COD) payment option for users during the final checkout step.
Laravel 12 E-Commerce Project - Create Checkout Page
Design and build the comprehensive checkout page where users enter shipping details and select a payment method.
Laravel 12 E-Commerce Project - Create Model, Migration and Relationship for Checkout
Set up the necessary models, migrations, and database relationships to handle the checkout process and order storage.
Laravel 12 E-Commerce Project - Removing Coupon from Cart
Show users how to remove an applied coupon from their shopping cart and revert to the original pricing.
Laravel 12 E-Commerce Project - Implement Coupon on Cart
Guide to applying discount coupons to the user's shopping cart and calculating the new total price.
Laravel 12 E-Commerce Project - Admin Delete Coupon
Implement the crucial security and logic for deleting unwanted or expired coupons from the system.
Laravel 12 E-Commerce Project - Admin Edit Coupon
Enable administrators to easily modify and update the details of existing discount coupons.
Laravel 12 E-Commerce Project - Admin Add New Coupon
Detailed instructions on implementing the form and backend logic for admins to add new promotional coupons.
Laravel 12 E-Commerce Project - Admin Create Coupons Page
Set up the Admin page for creating, viewing, and managing discount coupons for the e-commerce store.
Laravel 12 E-Commerce Project - Move Product From Wishlist to Cart
Develop a convenient feature to move a product directly from the user's wishlist to the shopping cart.
Laravel 12 E-Commerce Project - Remove Product from Wishlist
Tutorial on how to implement the action for users to remove a product from their saved wishlist.