BeikeShop - 开源跨境电商系统 | Laravel开源商城系统

BeikeShop 是基于 Laravel 开发的一款开源商城系统

BeikeShop下载,跨境电商系统,Laravel开源商城系统,免费独立站系统,PHP源码,BeikeShop官网,建站系统,独立站,电商系统

Update Description

  • Feature System upgraded to Laravel 12, now fully compatible with PHP 8.4.
  • Feature Integrated AI Smart Customer Service Assistant + Knowledge Base (available as add-on plugin).
  • Feature WooCommerce API support for connecting with mainstream ERP systems (available as add-on plugin).
  • Feature New Customer Data Dashboard in admin: visitor trends, traffic sources, conversion rates, funnel analysis, and more.
  • Feature Homepage Editor fully upgraded with a more user-friendly interaction.
  • Feature Frontend UI upgrade: new fonts, refreshed icons, and modernized button styles.
  • Feature Backend UI overhaul: new color scheme, improved layout, and smoother form & list interactions.
  • Feature Frontend product search: displays trending keywords + real-time preview results.
  • Feature Theme color modes in admin: light, dark, or auto (system adaptive).
  • Feature Product detail pages now support adding YouTube video links.
  • Feature Main product images can be uploaded directly via drag & drop from local files.
  • Feature New Store Name setting: applied consistently across emails, login page, and admin.
  • Feature Custom Email Template Plugin (available as add-on plugin).
  • Feature Category pages now support category descriptions and images.
  • Feature Bulk edit for products: categories, stock, and prices (available as add-on plugin).
  • Feature Customers can now enter tracking numbers when returning products in after-sales service.
  • Feature Users can delete their own accounts from the profile settings.
  • Feature After purchasing a License, copyright info will sync across frontend and backend.
  • Feature Debug Mode option in system settings for easier troubleshooting.
  • Feature Checkout form fields for phone and postal code can be set as optional/required.
  • Feature If email configuration fails, customers can still register; system logs and notifies admin.
  • Feature SendCloud added as a new email engine option.
  • Feature Each SKU of multiple specifications of products can choose the status of on-shelf and off-shelf
  •  
  • Bugfix Fixed multiple serious CVE security vulnerabilities
  • Bugfix Issue with product detail description module overflowing the screen on mobile devices.
  • Bugfix Error occurring when currencies are disabled.
  • Bugfix Display error on the frontend when countries or provinces are disabled.
  • Bugfix Delete button not working when removing images in the footer decoration.
  • Bugfix Bug when deleting submenus in the admin navigation.
  • Bugfix Inaccurate product browsing data in backend reports
  • Bugfix Backend product classification logic error
  • Bugfix The plugin homepage editor module is not compatible with php8.4
  • Bugfix The problem of the editor browser icon not being displayed on the homepage\footer
  • Bugfix Adding products with multiple specifications to the shopping cart even if the specifications are not selected
  • Bugfix Fixed several known bugs
  • Bugfix The email logo is displayed abnormally in Google Mail
  • Bugfix Problems that occur when product data on the homepage is disabled
  •  
  • Optimize Core directory structure optimization for the system.
  • Optimize Database schema optimization: unified status and type fields.
  • Optimize Multi-specification product display: shareable specification URLs, SKU images displayed when switching specifications, etc.
  • Optimize Product editing page: fully upgraded UI for editing modules.
  • Optimize Admin file manager now supports drag-and-drop uploads with simplified steps.
  • Optimize Merchants can configure a “Latest Products” module link in the navigation.
  • Optimize Buyers can request a refund before shipment once the order is successfully paid.
  • Optimize When using PayPal settlement, current currency is automatically converted into a supported settlement currency.
  • Optimize Product images now support WebP/GIF formats.
  • Optimize In product description editing, images copied from the web will be automatically saved locally.
  • Optimize After downloading a plugin from the marketplace, merchants can jump directly to the plugin list and locate the plugin.
  • Optimize Order statuses are now distinguished by colors.
  • Optimize System settings and plugin list modules upgraded with card-style UI for a clearer and more convenient experience.
  • Optimize Role permission configuration simplified in the admin panel.
  • Optimize Product list in admin now shows a preview of the main product image, making it easier to enter the edit page.
  • Optimize Category list in admin: added sorting field.
  • Optimize Contact email and notification sending email are now decoupled for independent configuration.
  • Optimize In the homepage editor module editing state, a highlighted border is displayed
  • Optimize The length of the blog summary field is 500
  • Optimize In the front-end personal center, add a "Status" column to my after-sales list
  • Optimize How to obtain Token in the plugin market
  • Optimize For products with multiple specifications, if you only select one specification, the corresponding pictures will be displayed.
  • Optimize Added a dynamic model fillable extension mechanism, allowing plugins to safely register additional writable fields. Details
  • Optimize Added dynamic model Relation extension mechanism, allowing plugins to define relationships.
  • Optimize Front-end “Add to Cart” functionality now supports custom extension parameters.
BeikeShop v1.0.2 2022-09-09
Downloads 2962

Update Description

     
  • Bugfix Fixed issues related to demo data during installation
  • Bugfix Fixed RMA-related issues
  • Bugfix Fixed issues related to back-end users and user groups
  • Bugfix Fixed issues with multiple product specifications in the back-end
  • Bugfix Fixed issues with order product SKUs
  • Bugfix Fixed full-screen failure when switching slides
  • Bugfix Fixed the multilingual display in the confirm box for deleting tax categories
  • Bugfix Fixed errors when modifying personal information on the front-end
  • Bugfix Fixed redirection errors during Nginx installation
  •  
  • Optimize Optimized the multilingual support for the file manager and error messages
  • Optimize Optimized the refreshing of pages when updating after-sales orders
BeikeShop v1.0.1 2022-09-08
Downloads 2854

Update Description

  • Feature Added functionality to configure the top navigation menu from the back-end
  •  
  • Bugfix Fixed issues related to multilingual support in both the front-end and back-end
  • Bugfix Fixed errors during the installation process and improved error messages
  • Bugfix Fixed problems with shipping calculation, tax calculation, and other checkout-related issues
  •  
  • Optimize Implemented responsive UI for mobile devices
BeikeShop v1.0.0 2022-08-31
Downloads 1880

Update Description

  • Feature Architecture - basic structure, theme templates, plugin mechanism, hook mechanism
  • Feature Installation - system environment detection, database configuration, demo data import
  • Feature Front-end - DIY homepage, category page product list, product details, shopping cart, checkout
  • Feature Front-end - registration, login, user center, address management, orders, favorites, after-sales functions
  • Feature Back-end - dashboard reports, product management, category management, brand management
  • Feature Back-end - member management, order management, plugin management, front-end customer management, back-end user and permissions, image library functionality
  •    

Correct Installation Procedure

Installation Tutorial (For Non-Developers)

1. Download BeikeShop

2. Upload to your server and unzip

3. Set the "public" folder under the extracted directory as the website root

4. Access the website via a web browser and follow the prompts to complete the installation

5. BeikeShop Detailed Installation Guide

6. To upgrade, download the latest version and overwrite it on the server (be sure to keep the original .env file), then run "php artisan migrate" in the website root directory

Installation Tutorial (For Developers)

1. Clone the code using a command line: git clone https://github.com/beikeshop/beikeshop.git

2. Navigate to the "beikeshop" directory using the command line and execute "composer install" to install third-party packages

3. Next, execute "cp .env.example .env" to create a configuration file

4. Subsequently, execute "npm install" (requires Node.js version 16+) and "npm run prod" to compile frontend JS and CSS files

5. Set the "public" folder under the project directory as the website root

6. Access the website via a web browser and follow the prompts to complete the installation

7. For upgrades, run "git pull && composer install && php artisan migrate && npm install && npm run prod" in the website root directory on the server

Docker Installation

1. Install Docker and Compose locally or on your serverhttps://docs.docker.com/engine/install/

2. Execute "git clone git@gitee.com:beikeshop/docker.git"

3. Create a new folder "www" in the current directory as the website directory: mkdir www

4. In the "docker" directory, create a configuration file based on the template file: cp env.example .env

5. Modify .env and docker-compose as needed, then execute "docker compose up -d"

Environmental Requirements

1. PHP 8.1+

2. MySQL 5.7+

3. Apache httpd 2.4+ or Nginx 1.10+

PHP Components

1. BCMath PHP Extension

2. Ctype PHP Extension

3. cURL PHP Extension

4. DOM PHP Extension

5. Fileinfo PHP Extension

6. JSON PHP Extension

7. Mbstring PHP Extension

8. OpenSSL PHP Extension

9. PCRE PHP Extension

10. PDO PHP Extension

11. Tokenizer PHP Extension

12. XML PHP Extension

Copyright Notice:

1. The copyright for this system belongs to Chengdu Grand Network Technology Co., Ltd.

2. No individual, entity, or organization may sell, rent, or profit from this system and its derivatives without written permission from our company.

3. Please retain our company's copyright information. To remove it, you need authorization from our company.

Disclaimer:

1. Risk Disclaimer: The use and installation of the BeikeShop system are at your own discretion. We are not responsible for any losses, damages, or legal liabilities that may result from using this system.

2. Legal Compliance: When using this website building system, you agree not to engage in any illegal, infringing, or law-violating business activities. We are not responsible for your business activities.

3. Data Loss: Although we have taken reasonable security measures, there is still a risk of information transmission loss. We are not responsible for data loss.

4. Hacker Attacks: Despite taking reasonable security measures, the risk of hacker attacks still exists. We are not responsible for security incidents caused by hacker attacks.

Please Sign In