Free installation
Technical implementationDevelopment language: jsp. Framework: ssh. Mode: B/S. Database: mysql, sqlserver, oracle. Development tools: myeclipse or eclipse. The word count of the paper: about 10,000.
Function realizationFront-end management:
1. Member management
1. Member registration
Customers register as supermarket members with key information such as personal valid ID, mobile phone number, and email address. After successful membership registration, a membership card number is generated (extension: the membership card number and registered customer name are used as customer identification ID)
2. Redeem membership points
Customers can redeem certain gifts with their personal membership points. After the gifts are redeemed, the corresponding part of the member's points will be deducted.
2. Online shopping process management
1. Customer login
After customers log in to the supermarket homepage, they can browse various products.
2. Shopping cart management
Create a shopping cart for each customer who logs in to the system, allowing customers to make multiple purchases with one checkout operation.
3. Shopping settlement function
After the customer completes the purchase, click on the shopping cart to enter the checkout management page, enter the customer's contact information, delivery address, zip code and other information to generate an order. (For interaction with the bank during checkout, you can directly enter the settlement amount and then enter the payment success page)
4. Product distribution management
Customers choose the delivery method of the purchased goods while making settlement, including supermarket pick-up and door-to-door delivery. Door-to-door delivery is free of charge after spending a certain amount (such as 150).
4. Member points management
Member points solution: If the customer enters the membership card number during the settlement process, the points earned by the customer will be included in the points card table.
Backend management:
1. Member management
1. Member registration management manages registered member information.
2. Member points redemption management, release and upload of points redemption products;
Points redemption approval, points redemption items will be mailed.
2. Online shopping process management
1. Order management
For orders with successful payment, the shipment will be resolved. After the shipment is resolved, the status of the order will be changed to shipped status.
2. Product distribution management
For self-pickup products, after the customer picks up the product, the order status is modified to the completed status;
For delivered goods, after the customer signs for the goods, the order status is modified to the completed state;
3. Points management for post-sales and exchange products
Returns and exchanges of products that occur normally within the specified period will be handled.
Return solution: If the customer is a member and uses a membership card during the consumption process, the member's corresponding points need to be deducted. The solution can be offset by sales records.
Exchange solution: If the customer is a member and uses a membership card during the consumption process, the point difference between the return and exchange needs to be included in the member's points record.
4. Back-end basic data management
1. Product category management and product category maintenance: add, delete, and modify product categories.
2. Product management: add products; delete products; modify products.
3. Product loading and unloading: Set the product loading and unloading operations. Product removal settings; promotional product settings;
System screenshot