Coder Social home page Coder Social logo

appcollection / whatacart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ushainformatique/whatacart

0.0 2.0 0.0 6.96 MB

E-Commerce Platform on Yii2

Home Page: http://whatacart.com

License: Other

CSS 0.86% PHP 98.73% JavaScript 0.15% Hack 0.23% Batchfile 0.02%

whatacart's Introduction

Overview

It is an open source ecommerce system developed using YiiChimp framework. YiiChimp is an open source framework written on top of Yii2 framework. The platform is provided with rich set of features and enable merchants to simply start selling after successful installation. The merchant has to add product categories, products, enabling payment and shipping methods and can start selling right away.

REQUIREMENTS

The minimum requirement for this software to run is that your Web server supports PHP 5.5 or greater.

INSTALLATION

Install from composer

With Composer installed, you can then install the application using the following commands:

composer create-project ushainformatique/whatacart whatacart

Once the composer run completes, run http://localhost/whatacart if running on local environment.

If you are deploying on a domain for example xyz.com, go to public_html folder and run the following command

composer create-project ushainformatique/whatacart .

Once the composer run completes, run http://xyz.com.

Install from zip

Download the version zip from http://www.whatacart.com/download and extract it. Place the folder under webroot or public_html if on a domain.

Run http://localhost/whatacart if running on local environment.

If you are deploying on a domain for example xyz.com, go to public_html folder and http://xyz.com.

NOTE

In case you are getting the following errors

  • No default value is provided for a column
  • Error while adding the indexes

Please add the following line to either my.ini or my.cnf based on your configuration.

sql-mode = ""

OR

sql-mode = "NO_ENGINE_SUBSTITUTION"

whatacart's People

Contributors

msinghai avatar ushainformatique avatar cosmologist avatar

Watchers

James Cloos avatar Agus Suhartono 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.