All Projects → oc-shopaholic → Oc Shopaholic Plugin

oc-shopaholic / Oc Shopaholic Plugin

Licence: gpl-3.0
🛍️ #1 e-commerce platform for October CMS

Projects that are alternatives of or similar to Oc Shopaholic Plugin

Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-75.5%)
Mutual labels:  ecommerce, laravel
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+450.99%)
Mutual labels:  ecommerce, laravel
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+288.61%)
Mutual labels:  ecommerce, laravel
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+184.9%)
Mutual labels:  ecommerce, laravel
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-36.14%)
Mutual labels:  ecommerce, laravel
Candy Hub
The backend system for your GetCandy API
Stars: ✭ 73 (-81.93%)
Mutual labels:  ecommerce, laravel
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (-59.65%)
Mutual labels:  ecommerce, laravel
Pro
ECStore Pro - Laravel 微信网店微服务框架
Stars: ✭ 14 (-96.53%)
Mutual labels:  ecommerce, laravel
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (-49.26%)
Mutual labels:  ecommerce, laravel
Bazar
Bazar is an e-commerce package for Laravel applications.
Stars: ✭ 194 (-51.98%)
Mutual labels:  ecommerce, laravel
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (-85.15%)
Mutual labels:  ecommerce, laravel
Candy Api
GetCandy E-Commerce API
Stars: ✭ 339 (-16.09%)
Mutual labels:  ecommerce, laravel
Framework
An eCommerce administration built with Laravel 7 for create and manage online shop with multi-vendor.
Stars: ✭ 56 (-86.14%)
Mutual labels:  ecommerce, laravel
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (-79.95%)
Mutual labels:  ecommerce, laravel
Oc Shop Plugin
An ecommerce platform for October CMS.
Stars: ✭ 29 (-92.82%)
Mutual labels:  ecommerce, laravel
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+482.67%)
Mutual labels:  ecommerce, laravel
Antvel
[DEPRECATED] > Use "https://github.com/ant-vel/App" instead!!!
Stars: ✭ 696 (+72.28%)
Mutual labels:  ecommerce, laravel
Laravel Ecommerce Example
Code for YouTube series on building a Laravel E-Commerce application.
Stars: ✭ 759 (+87.87%)
Mutual labels:  ecommerce, laravel
Laravel Cart Manager
Managing the cart in your Laravel/E-commerce application is a breeze
Stars: ✭ 175 (-56.68%)
Mutual labels:  ecommerce, laravel
S Cart
Free Laravel open source e-commerce for business: shopping cart, cms content, and more...
Stars: ✭ 286 (-29.21%)
Mutual labels:  ecommerce, laravel

Shopaholic

Build Status Coverage Status Maintainability Crowdin Financial contributors License: GPL v3

E-Commerce plugin by LOVATA for October CMS.

Shopaholic Banner

Overview

Shopaholic is a scalable and highly flexible e-commerce ecosystem for October CMS. The core plugin is provided free of charge and includes the following set of features:

  • Products and trade offers management.
  • Product image gallery management.
  • Products grouping by categories and brands.
  • Multi-currency, taxes and price types management.
  • Data import (product, offers, categories, brands) from a CSV file.
  • Basic products filtering (by category, brand etc.) and sorting (by price, new additions etc.)

With the help of Shopaholic’s standard functions, combining them together it’s also possible to solve many other non-trivial tasks, such as displaying blocks of random products, displaying the cheapest and most expensive products, etc.

In order to cater to the growing scalability demands of a project, the ecosystem provides extra plugins to extend the basic functionality. With these plugins sellers can:

Besides you can provide a better UX for the customer with the ability to:

Please note, the architecture of the plugins allows extending the existing methods, fields and other data without interfering with original source code!

The development of Shopaholic’s ecosystem is guided by the similar philosophies of October CMS and Unix like operating systems, where the main focus is to create simple microarchitecture solutions that communicate with each other through smart APIs.

One one hand, this approach allows keeping performance, security, and functionality of the code to a high standard. On the other hand, it provides a clean and smooth back-end UI/UX that isn't over-bloated with the features.

Live demo

Visit our demo website. Sign in to backend using the following credentials:

  • user: manager
  • password: manager

You can run the demo site locally. To do so, you need to clone the oc-shopaholic-demo-theme repository and follow the steps from the Installation guide in the Readme file. As a result, you will receive a copy of the demo site with a full database. Having a ready-made demo site example, you can easily learn how to operate the plugins.

Installation

Regardless of the installation type you choose, you must install Toolbox plugin, which is a required dependency for Shopaholic.

Artisan

Using the Laravel’s CLI is the fastest way to get started. Just run the following commands in a project’s root directory:

php artisan plugin:install lovata.toolbox
php artisan plugin:install lovata.shopaholic

Composer

If you prefer Composer run following commands in a project’s root directory:

composer require lovata/oc-toolbox-plugin
composer require lovata/oc-shopaholic-plugin
php artisan october:up

It's not recommended way because of possible collisions with the updating of the plugins.

Once the plugins are installed take a look at the official documentation for the possible next steps.

Documentation

The complete official documentation of the ecosystem can be found here.

Performance

As an environment for a testing measurements was used simple Digital Ocean droplet with this configuration:

  • Dual Core CPU
  • 4 Gb RAM
  • Ubuntu 18.04
  • PHP 7.2.0
  • Apache 2.4
  • MySQL 5.7
Products number Catalog page load time Product list filtering time
210 100-150 ms 80-100 ms
21 000 900-1100 ms 500-600 ms

If you would like to know how our plugins perform with large catalogs of products, you can visit our Large Catalog Demo website that has 21 000 products, 68 000 offers and 210 000 variations of property values.

Quality standards

We ensure the high quality of our plugins and provide you with full support. All of our plugins have extensive documentation. The quality of our plugins goes through rigorous testing, we have launched automated testing for all of our plugins. Our code conforms with the best writing and structuring practices. All this guarantees the stable work of our plugins after they are updated with new functionality and ensures their smooth integration.

Get involved

If you're interested in the improvement of this project you can help in the following ways:

  • bug reporting and new feature requesting by creating issues on plugin GitHub page;
  • contribution to a project following these instructions;
  • localization to your language using Crowdin service.

Let us know if you have any other questions, ideas or suggestions! Just drop a line at [email protected].

License

© 2019, LOVATA Group, LLC under GNU GPL v3.

Developed by Andrey Kharanenka.

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].