|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/e-commerce-shopping-cart-website-in-php-mysql/
课程评论:没有评论
**课程名称:** 使用 PHP 和 MySQL 构建电子商务购物车网站 **课程概述:** 本课程将从零开始,指导您使用 PHP 和 MySQL 创建一个功能完善的电子商务购物车网站。 **前端功能:** * **产品展示:** 在首页和分类页面展示商品。 * **购物车功能:** * 从首页、分类页以及商品详情页添加商品到购物车。 * 支持同一商品购买多种数量。 * 在购物车页面和下拉菜单中清晰展示已添加的商品,并提供结账链接。 * **用户认证与结账:** * 在用户进行结账时,检查用户登录状态。 * 未登录用户将被引导至登录或注册页面。 * 支持新用户注册和已有用户登录。 * **订单信息与支付:** * 在结账页面,如果用户已有账单信息,将自动显示;否则,用户需填写账单详情。 * 支持选择支付方式(目前课程使用货到付款)。 * (提及)若集成支付网关,将跳转至支付页面,并记录支付成功后的交易信息。 * **用户账户管理:** * 允许用户提交产品评论(每件产品限一条评论)。 * 允许用户取消订单。 * 用户可在“我的账户”页面更新地址和查看所有订单。 * 提供单订单详情查看页面。 * **心愿单:** 用户可以添加和移除商品到心愿单。 **后端(管理员区域)功能:** * **管理员登录:** 安全的管理员账户登录。 * **产品管理:** 管理员可以添加、编辑和删除产品。 * **订单管理:** * 查看所有订单。 * 对订单进行处理,支持四种状态:订单已放置 (Order Placed)、订单进行中 (Order In Progress)、订单已发货 (Order Dispatched) 和订单已送达 (Order Delivered)。 * **用户与评论管理:** * 查看客户列表。 * 查看用户提交的所有评论。 **其他:** 课程还包含更多其他实用功能。
Here I'm going to build a Shopping Cart with these features In FrontEnd Displaying Products and home page and displaying products with categories. Next adding to products cart from home page category page and adding product to cart in multiple quantity from single product page. Next is displaying products added to cart in cart page and also in drop-down menu with checkout link. While user goes to checkout page after adding products to cart. We will check user logged in or not?If user logged in we will allow him to checkout page or else he will be prompted to login or register.If he is a new user, he should register. If he is not a new user, he can login with his login credentials. In checkout page, if the user already has billing details. It will be displayed or else user will be prompted to enter billing details. After that user can choose the payment method and accept the terms his order will be placed. For now, I'm using only Cash On Delivery method. If we use payment gateways, user will be redirected to payment gateway. If he pays we will store transaction id and other information from payment gateway provider into our database. Customer can submit reviews to product, customer can submit only one review per product. Customer can cancel his order. Also customer can update his or her address from my account page. Customer can check all the orders from my account page. And also view single orders from single order view page. Wishlist for customer to add products to wishlist and remove products from wishlist. In Back End Admin Area, Admin User will be able to login and add, edit & delete products. And also admin user can check the orders. Go through the list of customers and go through all the reviews submitted by customers. Order Processing from backend, admin can process the order in 4 different stages one is Order Placed, Order In Progress, Order Dispatched, and Order Delivered. A lot more features are included.