1. System settings: Use web design software such as Dreamweaver to open the [dddingdan/config.php] system settings file in the code view, and follow the comments to perform system settings. 2. System usage: WFPHP online ordering system is back-end-free. It does not require a database or installation. After decompressing the source code package, first perform system settings, and then upload the entire [dddingdan] folder to the server. In the web page where you want to insert the order system, insert the system call code: Note: id=01 means using style 01. If you want to use style 02, change 01 to 02. 3. Modify the product name and price: Open the [dddingdan/template/dd_01.html] order submission file and find the product name information as follows: value="Product: AAAAAAAAAA 3 boxes 385 yuan|385" Modify the corresponding product name. The number after the "|" symbol is the price. Note that the "|" symbol and the price after it cannot be deleted. Alipay payment discounts are set in the [dddingdan/config.php] system settings file. 4. Modify the shipping information: Open the [dddingdan/template/js/fahuo.js] shipping information file, just modify the product name, and find the following code segment: var rand1=parseInt(Math.random()*6+1) quotes=new Array quotes[1]=' Product ordered: AAAAAAAAAA Shipped Postal EMS quotes[2]=' Products ordered: BBBBBBBBBB shipped by YTO Express quotes[3]=' Products ordered: CCCCCCCCCCC Products ordered by STO Express have been shipped: DDDDDDDDDD Products ordered by ZTO Express have been shipped: AAAAAAAAAA Products ordered by Yunda Express have been shipped: BBBBBBBBBB Shipped by Shunfeng Express You only need to modify the products in the code above. Just name it. Note: The 6 in "(Math.random()*6+1)" means that there are 6 lines of information below that are randomly scrolled. Of course, you can also change it to 3 lines or 10 lines, depending on your own situation. .