All Projects → lanhktc → S Cart

lanhktc / S Cart

Licence: mit
This project has been replaced by https://github.com/s-cart/s-cart

Projects that are alternatives of or similar to S Cart

Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+1917.05%)
Mutual labels:  ecommerce, shop, e-commerce, laravel, shopping-cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+508.53%)
Mutual labels:  ecommerce, shop, e-commerce, shopping-cart, laravel
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+812.4%)
Mutual labels:  ecommerce, shop, e-commerce, laravel, shopping-cart
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+762.79%)
Mutual labels:  ecommerce, shopping-cart, cms, laravel
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+815.89%)
Mutual labels:  ecommerce, shop, e-commerce, cms
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+2546.12%)
Mutual labels:  ecommerce, shop, shopping-cart, e-commerce
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+279.84%)
Mutual labels:  ecommerce, shop, e-commerce, framework
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+2457.36%)
Mutual labels:  ecommerce, shop, shopping-cart, framework
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-84.5%)
Mutual labels:  ecommerce, shopping-cart, shop, e-commerce
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (-66.28%)
Mutual labels:  ecommerce, shop, e-commerce, shopping-cart
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (-68.22%)
Mutual labels:  ecommerce, shop, e-commerce, cms
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-61.63%)
Mutual labels:  ecommerce, e-commerce, shopping-cart, laravel
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+146.51%)
Mutual labels:  shop, e-commerce, shopping-cart, cms
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (-26.74%)
Mutual labels:  cms, content, laravel, website
Pro
ECStore Pro - Laravel 微信网店微服务框架
Stars: ✭ 14 (-94.57%)
Mutual labels:  ecommerce, cms, laravel, framework
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (-76.74%)
Mutual labels:  ecommerce, shop, cms, laravel
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-89.53%)
Mutual labels:  ecommerce, shopping-cart, shop, e-commerce
Cezerin
Cezerin is React and Node.js based eCommerce platform.
Stars: ✭ 1,985 (+669.38%)
Mutual labels:  ecommerce, shopping-cart, cms
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+811.63%)
Mutual labels:  ecommerce, shop, cms
Aimeos Symfony
Symfony e-commerce bundle for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 194 (-24.81%)
Mutual labels:  ecommerce, shop, e-commerce

This project has been replaced by https://github.com/s-cart/s-cart

Free Laravel e-commerce for business
composer create-project lanhktc/s-cart

Home page | Demo | Demo admin | Installation | Video Guide | Download full source

Total Downloads Latest Stable Version License

About S-cart

S-Cart is a free e-commerce website project for businesses, built on the Laravel framework. Our highest goals are aimed at general users:

  • Customers do not need to know much about technology.
  • Powerful system, many useful functions.
  • Easy to access, easy to use.

Support the project

Support this project 😜 🙏

PayPal Me

S-Cart functions:

======= FRONT-END =======

- Multi-language
- Multi-currency
- Shopping cart
- Customer login
- Product attributes: cost price, promotion price, stock..
- CMS content: category, news, content, web page
- Module/Extension: Shipping, payment, discount, ...
- Upload manager: banner, images,..
- SEO support: customer URL
- API module
- Support library plugin, template
...

======= ADMIN =======

- Admin roles, permission
- Product manager
- Order management
- Customer management
- Template manager
- Module/Extension manager
- System config: email setting, info shop, maintain status,...
- Backup, restore data
- Report: chart, statistics, export csv, pdf...
...

Technology

Requirements:

Version 3.2, 3.3, 3.4, 4.x

Core laravel framework 6.x Requirements::

- PHP >= 7.2
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension

Installation & configuration:

How to map your domain to s-cart? CLICK HERE

Step1: Install last version S-cart

Option 1: From composer

composer create-project lanhktc/s-cart

Step2: Set writable permissions for the following directories:

Option 2: From github

git clone https://github.com/lanhktc/s-cart.git s-cart

Then, install vendor:

composer install

Option 3: Download full source (included vendors)

https://s-cart.org/download.html

Step2: Set writable permissions for the following directories:

  • storage
  • vendor
  • public/data
  • bootstrap/cache

Step3: Step3: Create database

- Create a new database. Example database name is "s-cart"

Step4: Install

Option 1: Install automatic

Access your-domain.com/install.php to install S-cart.

Then, remove or rename file public/install.php

Option 2: Manual installation

If installing with link "install.php" unsuccessful, you can install it manually below.

- 1: Import file database/*.sql to database.
- 2: Rename or delete file public/install.php
- 3: Copy file .env.example to .env if file .env not exist.
- 4: Generate API key if APP_KEY is null. 
  Use command "php artisan key:generate"
- 5: Config value of file .env:
APP_DEBUG=false (Set "false" is security)
DB_HOST=127.0.0.1 (Database host)
DB_PORT=3306 (Database port)
DB_DATABASE=s-cart (Database name)
DB_USERNAME=root (User name use database)
DB_PASSWORD= (Password connect to database)
APP_URL=http://localhost (Your url)
ADMIN_PREFIX=sc_admin (Path to admin)
DB_PREFIX=sc_ (Must be "sc_" because it is fixed in the .sql file)

Step5: Install completed

  • Access to url admin: your-domain/sc_admin.
  • User/pass admin/admin

License:

S-Cart is licensed under The MIT License (MIT).

Demo:

VPS SSD $5/mo, gets $50 in credit over 30 days. DigitalOcean.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].