1. This site uses PHP+mysql, and the core program uses the kingcms PHP version. The template interface has been redesigned and some operating functions have been added to facilitate food delivery colleagues to display and promote their own food delivery products. The source code templates of this set can be shared and disseminated at will, and the copyright of the program still belongs to Kingcms.
2. Website deployment operations:
Step 1: Upload all files in the "upload" folder to the root directory of the website.
Step 2: Create the database in the database management background and import the files in the "mysql" folder in the source code into the database.
Step 3: Modify the config.php file in the program root directory,
define('DB_HOST','database address');
define('DB_DATA','database name');
define('DB_USER','database user name');
define('DB_PASS','database password');
Step 4: The website has been set up. The backend management address is: http://yoursite/system/login.php. The default username is: admin. The password is: admin888.
3. Store information such as website header color, phone color, website name, website address, ordering phone number, business hours, food delivery range, minimum delivery amount, etc. can be modified in "Store Settings".
4. The image size of the website carousel advertisement is 645×150 pixels, and a maximum of 5 advertising images are displayed by default.
5. The advertising information at the bottom of the right side of the website can be found and modified in the fragment management in the background. The keywords and descriptions of each page are left blank, and you can add and modify them in the background.
Expand