Men's Socks.com provides an annual installment mailing service for socks. When customers choose an annual sock package service, the system can automatically display the order details that should be shipped every day for the website owner based on the mailing cycle and quantity of socks selected by the customer. The system also provides customers with the ability to independently With the order modification function, customers can modify the order's mailing cycle anytime and anywhere without notifying the website owner. The website owner can also arrange shipments at any time based on the day's delivery details displayed in the background, regardless of the customer's modification behavior.
database:
Currently, only MSSQL database is provided. Please generate the corresponding database according to the file "database script.sql", and set the corresponding code of the conn.asp file in the INC folder and the admin_conn.asp file in the adminpsz folder to connect to the database correctly.
Important document description:
INCform_do.asp--------All form action files;
Pay------------------Alipay API folder
adminpsz--------------Backend management folder
adminpszadmin_do.asp-----Backend form action file
INCconn.asp-----front-end database link file
adminpszadmin_conn.asp-----Backend data link file
Local test address: http://localhost/index.asp
Local test backend: http://localhost/adminpsz/login.asp (The SQL code provided does not have any data. Please generate the database and then add your own backend account to the psz_admin table for testing)