LiteCart is a lightweight e-commerce platform for online merchants. Developed in PHP, HTML 5, and CSS 3.
LiteCart is a registered trademark, property of founder T. Almroth - LiteCart AB.
- Application: PHP, HTML5, CSS3, JavaScript
- Server: Apache2, Nginx, Caddy, IIS or compatible web server
- Database: MySQL or MariaDB
- Build Tools: Node.js (via package.json), Grunt (gruntfile.js)
For an updated version of the upgrade documentation, visit https://www.litecart.net/wiki/how_to_install
What you need:
- An Apache2 web server running PHP 5.6 or higher. Latest stable PHP release recommended for best performance.
- A MySQL 5.7+ or MariaDB database.
Please note: Running your own website requires some common sense and basic webmastering skills. If this is not your area of expertise, ask a collegue or friend to assist you.
-
Connect to your web host via FTP using your favourite FTP software.
-
Transfer the contents of the folder public_html/ in this archive (yes the contents inside the folder - not the folder itself). Transfer it to your website root directory. Using subdirectories is supported but not recommended.
Example:
/var/www/
/home/username/public_html/
C:\xampp\htdocs\
Paths are machine specific, so talk to your web host if you are uncertain where this folder is.
-
Point your web browser to the URL of your website followed by the subfolder install/ e.g. http://www.mysite.com/install/. If you placed LiteCart in a subfolder of the web root, the path should be something like http://www.mysite.com/litecart/install. The installation page should now load.
-
Carefully read the instructions on the page. Fill in your details for database, region, etc. Click the Install button when you are ready.
If everything went well LiteCart should be successfully installed.
For community written installation instructions see https://www.litecart.net/en/wiki/how_to_install.
See our wiki for guides, examples and documentation. https://www.litecart.net/wiki/
Get your store up and running, by following our step list for best practise.
/ – Root
├── admin/ – Backend
│ ├── *.app/ – Admin apps
│ └── *.widget/ – Dashboard widgets
├── cache/ – Cache Directory
├── data/ – Data Storage
├── ext/ – Extensions/Extras/External/Vendors/Assets
│ ├── jquery/
│ └── ...
├── images/ – Graphics
├── includes/
│ ├── abstracts/ – Class templates
│ ├── boxes/ – Partials
│ ├── entities/ – Entity objects
│ ├── functions/ – Helper functions, called via lib_func.inc.php using functions::name()
│ ├── library/ – System nodes and events
│ ├── modules/ – Modules
│ ├── references/ – Read-only factory model reference objects
│ ├── routes/ – Route mapping
│ ├── templates/ – HTML and Output
│ └── wrappers/ – Wrappers, Service Layers, and Clients
├── install/ – Installation wizard
├── logs/ – Application logs
├── pages/ – Documents
└── vmods/ – Virtual Modifcations
This is an alphabetical list of different types of data objects or entities that you will come across when using the platform:
Attributes, Categories, Countries, Currencies, Customers, Delivery Statuses, Emails, Geo Zones, Languages, Manufacturers, Modules, Orders, Order Statuses, Pages, Products, Quantity Units, Slides, Sold Out Statuses, Suppliers, Tax Classes, Tax Rates, Translations, Users/Administrators.
An alphabetical list of framework components that you can find in LiteCart.
Backend, Backend Apps, Backend Widgets, Breadcrumbs, Cache, Cart, CSV, Database, Document, Entities, Events, HTTP Client, Functions/Helpers, Frontend, Length, Nodes, Notices, Pages/Controllers, Partials, Reference Model, Routing System, Session, Settings, SMTP Client, Stylesheets, Stats, Templates, Template Layouts, Template Views, vMod, Weight, Volume.
Navigate to the folder ~/includes/templates/default.catalog/ and you will find all HTML content and CSS files to edit. If you want to adapt your work with LESS instead of CSS you will need a LESS compiler. We recommend downloading our Developer Kit that has a preconfigured LESS compiler and JavaScript minifyer.
See our wiki article How To Create a Template.
See CONTRIBUTING.md for guidelines on contributing to the project.
This project is licensed under the terms specified in LICENSE.md.