Git Product home page Git Product logo

s-cart's Introduction

Free open source e-commerce for business use laravel framework
composer create-project lanhktc/s-cart

Home page | Demo | Demo admin | Installation | S-Cart Pro | Video Guide

Total Downloads Latest Stable Version License

Product detail

Product bundle

Product group

Cart

Admin homepage

Order list

Order detail

Product list

Product detail

Auth

Backup

About S-cart

Free Open source E-commerce use Laravel framework for Business

Technology

List Functions of S-cart

======= SHOPPING =======

  • Multi-language

  • Currencies

  • Customer sign up

  • Purchase history

  • Process cart

  • Manage product: price sale, cost price, promotion price, quantity, multi images, attributes ..

  • Categories product

  • Brand product

  • Api manager ... ======= SYSTEM MANAGEMENT =======

  • Manage & permission users, groups

  • Customer management

  • Image management

  • Order management: edit orders, update payment status, shipping status ...

  • Order history

  • Report: chart, statistics, export csv, pdf...

  • Generate image thumbnail, watermark

  • Manage banner, logo

  • Configure email SMTP

  • System configuration: turn off website, hide / show products ... ======= EXTENSIONS =======

  • Shipping

  • Discount

  • Payment ...Support for integrated extension from 3rd party

======= MODULES =======

  • Blog/News
  • Cms content: content categories, entries ...Support for integrated modules from 3rd party

Requirements:

Version 3.x:

Core laravel framework 5.8. Requirements::

- PHP >= 7.1.3
- 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

composer create-project lanhktc/s-cart

Step2:

  • Chmod -R 777 public/documents/website
  • Chmod -R 777 storage
  • Chmod -R 777 bootstrap/cache
  • Chmod -R 777 vendor
  • Folder thumbnail is public/documents/website/thumb.

Step3:

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

Step4:

=> From version 2.1.1, you can install s-cart by link: your-domain.com/install.php

Then, access your-domain.com/install.php to install S-cart.
If installing with link "install.php" unsuccessful, you can install it manually below.

OR manual installation:

- Import file sql database/s-cart.sql to database.
- Rename file .env.example to .env if file .env not exist.
- Genarate API key if APP_KEY is null. Use command "php artisan key:generate"
- Config value of file .env:
    APP_URL=http://localhost
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=s-cart
    DB_USERNAME=root
    DB_PASSWORD=

Step5:

NOTE: Please remove or rename file public/install.php so others cannot access it.

Step6:

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

Demo:

s-cart's People

Contributors

lanhktc avatar narutovn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.