ShopWind is an e-commerce system software for the B2B2C and O2O industries that is deeply reconstructed based on the Yii2.0 framework. You can easily create and publish a professional e-commerce platform of your own brand, and conduct all-round brand publicity and product promotion. ShopWind v3.x standard version begins to move towards open source, creating a completely open source e-commerce system that can be used for commercial operations or secondary development for free, free of commercial copyright worries. The v3.x commercial version includes PC, mobile H5, micro mall, APP client (Andorid+iOS), WeChat applet, Toutiao applet and other terminals. The PC terminal is an open source free project, and the mobile terminal is a value-added project. ShopWind provides professional, fast, and safe underlying software design and free update and upgrade services. It also has complete development documents and interface documents to facilitate developers to develop various applications, templates, or plug-ins based on the underlying software. As a shopping software positioned in the field of e-commerce, ShopWind also has the modules that e-commerce system software should have, such as: product module, order management module, login module, payment system, SMS system, marketing system (group buying, discounts) Coupons, flash sales, community group buying, matching purchases, three-level distribution, full discounts, free shipping, etc.), fund management system (recharge, cash withdrawal, balance payment), points system (points recharge, points deduction), refund module, Freight templates, evaluation systems, etc. We will continue to enrich the ShopWind ecosystem in the future, and welcome developers to participate and contribute their own code.
nginx server pseudo-static code
location / { #Redirect everything that isn't a real file to index.php try_files $uri $uri/ /index.php$is_args$args;} #If you want a single domain name at the front and back endslocation /admin { try_files $uri $uri/ /admin/index.php$is_args$args;}location /mobile { try_files $uri $uri/ /mobile/index.php$is_args$args;}