A3Mall APP mall is a free open source mall system that supports Android/ios malls, WeChat official account malls, H5 malls, and mini-program malls. It supports a variety of marketing activities, coupons, order activities, group purchases, flash sales, member specials, points products and other functions. . The front-end and back-end functions are open source. This system is based on ThinkPHP6 + uniapp framework.
software architecture
PHP >= 7.2.0
MySQL >= 5.6
PDO PHP Extension
MBstring PHP Extension
Install A3Mall
Download the program file, unzip it and upload it to the web root directory
You need to bind a domain name to access the public directory and ensure that other directories are not under the WEB directory.
Under Linux, you need to give permissions to the runtime directory in the program root directory.
Visit: http://domainname.com/install
Follow the prompts to install
A3Mall APP mall, the front end is developed based on uniapp, you need to download hbuilderx before using it.
After the download is completed and installed, open HBuilderX and click Menu->File->Open Directory to find the A3Mall/app directory and open it.
Modify configuration file
Find the config.js file in the root directory
web_name: "A3Mall",
// h5 domain name or PC domain name, used when sharing pictures, must be added with "/" at the end
uni_app_web_url: "http://domain name.com/",
//Request address
uni_app_web_api_url: "http://domain name.com/api",
web_app_id: "1000",
debug: true // When going online, please change debug to false
A3Mall mall system functions
Platform, WeChat management, mini program management, content management, operations management, media management, management
Product, product, category, brand, specification, model, distribution, logistics, region, delivery
Order, payment, collection, delivery, refund, after-sales, recharge, settings, etc.
Membership, member management, member grouping, financial management, comment management
Marketing, product promotion, order promotion, coupons, group buying, flash sales, special offers, points
statistics, search statistics, data statistics
System, site settings, email settings, store settings, upload settings, SMS, logistics settings, permissions, administrators, logs
Change log
v1.0.9
1. Fixed the registration page submission error issue
2. Other optimizations
v1.0.8
1. Fixed the issue where the order page did not detect the address selected by the user.
2. Added click event for homepage carousel image
3. Fix the lack of [provider] field name in uni.requestPayment
v1.0.5
1. Repair the registration page and password retrieval page to report checkPhone is not defined
2. Fixed the problem of incorrect filling of button parameters such as refund, evaluation, and confirmation of receipt on the order details page.
3. Optimize backend functions
4. Fix the problem of incorrect filling in the msg_signature field of the public account 2. Fix the problem of displaying the image path 3. Modify some functions of the APP
v1.0.3
1. Optimize category loading
2. Repair backend member search
3. Fix order search
4. Fixed some page jump failure issues
5. Other optimizations
v1.0
First release v1.0