preamble
We recommend a multi-functional e-commerce system based on WeChat applet, LayUI and .NET platform, which supports secondary development and extension, and helps you to easily and quickly build a fully functional and easy to manage online shopping mall.
Projects
The project not only includes a WeChat applet front-end, but also comes with a powerful management back-end, a plug-in management system, and a stable Web API interface.
The system adopts C# language for background development, and is committed to building a perfect mall system that meets the commercial standards and provides users with an efficient and convenient shopping experience.
Project Characteristics
scalability
Beyond basic functionality: UrShop provides basic mall functionality and adds more plug-ins through continuous iteration to make small program development easier.
Scientific Layout and Exquisite Appearance: Supports docking with existing ERP systems to enhance operational efficiency and reduce development costs.
Quickly build a small program
Scientific Layout and Sophisticated Appearance: Provide a minimalist mall applet design.
Low Cost and High Efficiency: Designed for .NET development teams to quickly build .NET applets at the lowest cost and with the least amount of labor.
development environment (computer)
- Development Language: C#
- IDE: Visual Studio 2019
- Frontend: Native WeChat Apps
- Database: MySQL 5.7
technological infrastructure
payload | name (of a thing) | releases |
---|---|---|
AspNet MVC | MVC framework | |
WebApi | interface framework | |
EntityFramework | ORM Tools | EntityFramework |
Autofac | IOC framework | Autofac |
AutoMapper | DTO mapping | AutoMapper |
FluentValidation | validation kit | FluentValidation |
SwaggerUI | interface documentation | SwaggerUI |
QRCoder | QR code generation | QRCoder |
Json Tools | ||
Redis | High Concurrency Cache | |
EPPlus | Excel tools | EPPlus |
JwtBearer | Authorization | IdentityModel |
WeixinSDK | WeChat SDK | weixinSDK |
functional module
1、E-commerce transaction models
- Support for business-to-person transaction models (B2C, online retail).
2、SKU Management
- Supports multiple specifications (multiple SKUs) for a single product, with inventory associated with each SKU.
3、Product Properties
-
Provides weight, length, width and height settings for each product to facilitate calculation of logistics costs.
-
Support for products attributed to multiple categories.
4、Order Management
-
Supports modification of order status, order price, and payment status.
-
Order items can be modified, and customer service agents can add freebies to specific orders.
-
Orders support split delivery and items support multiple delivery orders.
-
Order operation records for easy tracking of order processing.
-
Delivery shipment receipt, the background operator can be modified for cash on delivery goods, the user did not confirm delivery in time, you can confirm delivery according to the actual situation.
5、Distribution Management
- Offers regional restrictions and delivery method options.
6、Reporting Statistics
-
Best Sellers Report: View best selling products based on specified conditions.
-
Low Inventory Report: Understand the status of merchandise inventory.
7、account management
-
View customer information, including shopping carts, addresses, activity logs, and more.
-
Add points for customers.
8、Operator Management
- Supports the addition of an unlimited number of operators to manage specific backend boards.
9、Home Functions
- The slideshow large image feature is easy to use.
10、plug-in (software component)
- Comes with a variety of small plugins that continue to be added.
11、article page
-
Show related articles/products.
-
Popular product rotation display module.
Project structure
The UrShop project has a modular directory structure and consists of the following main sections:
WeChat small program tutorial
Create a new database and configure the UrShop project
1. Create database
Only the MySQL version of the database script is currently available。
2、Configure the database connection string
compiler\App_Data\
file to update the database connection string:
{ "DataProvider": "mysql", "DataConnectionString": "server=localhost;port=3306;database=urshopdb;user id=root;password=123456;persistsecurityinfo=False;allowuservariables=True;defaultcommandtimeout=30000;connectiontimeout=30000", "RawDataSettings": {} }
Please modify according to the actual database configurationDataConnectionString
。
3. Running the project
Open with Visual Studio 2019 or later。
Normally, you can see the website interface once the project is running.
4, micro letter small program configuration
Open in the WeChat developer toolminiprogram
Folder.
compiler hit the nail on the head
, set it as your own API link.
App({ globalData: { host: 'Your API link' } })
When testing, please make sure that "Do not verify legitimate domain name, web-view (business domain), TLS version and HTTPS certificate" is checked.
5. Publishing small programs
After the customization is completed, click "Tools" - > "Upload" in the WeChat development tool.
Once uploaded, you can publish the experiential version.
Waiting for the online version to be reviewed and approved before going live.
Project description
1. Database files
(Currently only MySQL version 5.7.33 is supported)
2. Database configuration
\App_Data\
Sample Configuration.
{
"DataProvider": "mysql",
"DataConnectionString": "server=localhost;port=3306;database=urshopdb;user id=root;password=123456;persistsecurityinfo=False;allowuservariables=True;defaultcommandtimeout=30000;connectiontimeout=30000",
"RawDataSettings": {}
}
3. Plug-in configuration
The plugin source code is located at.Plugins
Generation path.\Plugins
4、Back-end management
Location.\Areas\Admin
Account: urshop Password: admin
Rich Text Editor: Baidu UEditorNetCore
Configuration file.
5. WeChat SDK
WeixinSDK
:
6, micro letter small program
The code is located at.miniprogram
The above is the basic configuration, just restore the backup database and configure the Available.
Project Documentation
The project documentation helps us to get started with UrShop quickly, and it provides the necessary guidance and support when we encounter any problems.
project interface
Through the detailed API documentation, you can quickly grasp the various functions of Ushio E-commerce V1, and can be used in the development process to help us quickly understand the project interface.
Project Effect
1、Online preview
Account: admin/admin
2、System Login
3. System home page
4. Commodity management
5. Statement management
6. Small programs
Project Address
1、API online interface documentation
/apihelp/
2, UrShop tutorial documents
/docs/89/
3. Gitee source code address
/urselect/urshop
4. Official website
/
If you found this article helpful, why not support it with a like? Your support is what keeps me motivated to continue sharing my knowledge. Feel free to leave a comment if you have any questions or need further help.
You can also join WeChat[DotNet Technician] community to share ideas and grow with other tech-loving peers!Excellence is a habit, so feel free to leave a comment and learn!