• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🏪 E-commerce solution for October CMS

oc-mall

E-commerce solution for October CMS

Build Status

oc-mall is a fully featured online shop solution for October CMS.

  • Manage Products and Variants
  • Virtual products (download only, no shipping)
  • Product services (e. g. extended warranty, on-site installation)
  • Stock management
  • Wishlists
  • Reviews and ratings
  • Checkout via Stripe, PayPal and PostFinance supported out-of-the-box
  • Custom payment providers
  • Integrated with RainLab.User
  • Multi-currency and multi-language (integrates with RainLab.Translate)
  • Shipping and Tax management
  • Specific prices for different customer groups
  • Unlimited additional price fields (reseller, retail, reduced, etc)
  • Custom order states
  • Flexible e-mail notifications
  • Easily extendable with custom features
  • Google Tag Manager and Google Merchant Center integrations

Compatibility

For October 1, use version 1.x of this plugin. For October 2+ use the latest version.

Documentation

The documentation of this plugin can be found here: https://offline-gmbh.github.io/oc-mall-plugin/

Requirements

  • PHP7.2+
  • October Build 444+
  • For best performance use MySQL 5.7+ or MariaDB 10.2+

Demo

A live demo of the plugin can be found here: https://mall.offline.swiss

Support

For support and development requests please file an issue on GitHub.

Installation

The easiest way to get you started is by using the command line:

composer require \
   rainlab/user-plugin \
   rainlab/location-plugin \
   rainlab/translate-plugin \
   offline/oc-mall-plugin

Once the plugin is installed take a look at the official documentation to get everything up and running.

Benchmarks

Below are some totally unscientific benchmarks created on a lazy Saturday afternoon. These tests were run on a DigitalOcean CPU optimized Droplet with 2 vCPU and 4GB RAM. October was run on Ubuntu 18.04, PHP 7.2.10, Apache 2.4.19 and MySQL 5.7.24.

All measurements were done using the Bedard.Debugbar plugin and are the average load time over 10 page loads (I told you they were unscientific!).

Index size defines the size of the offline_mall_index table. This table includes de-normalized information about all Products and Variants. An index size of 1000 means there are 1000 individual Variants and Products stored. The demo data used was built using the php artisan mall:seed-demo command run in an infinite loop.

Category page load is the page load time measured when a category page is loaded. All stored products will be filtered, sorted (by sales count) and counted by the currently viewed category_id. Nine of these products will be displayed and the pagination will be built based on the returned number of results.

Filtered page load is the page load time measured when two filters are being enabled (filter by the color Red and the material Carbon). In this case all products will be filtered by their category, their color and their material. The pagination will be built based on the returned number of results.

Index size Category page load Filtered page load
1'000 290 ms 281 ms
5'000 301 ms 295 ms
10'000 324 ms 318 ms
50'000 448 ms 433 ms
100'000 586 ms 570 ms
200'000 912 ms 865 ms
300'000 1300 ms 1240 ms

Please be aware that these benchmarks are only here to show you how this plugin behaves under different loads and the times will vary depending on the hardware, configuration and setup of your installation. If you really want to know how well the plugin performs install it yourself and give it a go!

Contributing

Documentation

The raw documentation for this plugin is stored in the docs directory. It is written in markdown and built with VuePress.

For a live preview of the docs install vuepress locally and run vuepress dev from the docs directory.

Bugs and feature requests

If you found a bug or want to request a feature please file a GitHub issue.

Pull requests

PRs are always welcome! Open them against the develop branch. If you plan a time consuming contribution please open an issue first and describe what changes you have in mind.

More Repositories

1

Online-FTP-S3

Online FTP / Amazon S3 Filebrowser
PHP
190
star
2

oc-bootstrapper

Easily bootstrap a new October CMS project
PHP
82
star
3

oc-responsive-images-plugin

Adds reponsive images capabilities to October CMS
PHP
45
star
4

oc-site-search-plugin

Adds global search capabilities to October CMS.
PHP
44
star
5

go-webapp-example

Example web application written in Go
Go
42
star
6

octobertricks.com

October CMS resources and help articles
PHP
40
star
7

oc-gdpr-plugin

October CMS plugin to make websites GDPR and ePrivacy compliant
HTML
36
star
8

multi-timeline.js

Visualisation and management of multiple timelines
JavaScript
29
star
9

oc-vite-plugin

Vite integration for October CMS
PHP
23
star
10

oc-mall-theme

Demo theme for the oc-mall-plugin
SCSS
20
star
11

oc-speedy-plugin

Website optimization plugin for October CMS
PHP
19
star
12

oc-microcart-plugin

🛒 Simple shopping cart component for October CMS
PHP
16
star
13

oc-cashier-plugin

October CMS plugin to handle Stripe and Braintree payments using Laravel Cashier
PHP
13
star
14

oc-seeder-plugin

Laravel Seeder integration for October CMS
PHP
12
star
15

oc-cors-plugin

Setup and manage Cross-Origin Resource Sharing headers in October CMS
PHP
12
star
16

oc-boxes-free-plugin

PHP
12
star
17

oc-snipcartshop-plugin

Ecommerce solution for October CMS using snipcart.com as a backend
PHP
11
star
18

octostan

PHPStan for October CMS
PHP
7
star
19

persistent-settings

Persistent Settings Manager for Laravel 5
PHP
6
star
20

oc-sentry-plugin

Sentry integration for October CMS
PHP
5
star
21

oc-clockwork-plugin

Debugging and profiling plugin for October CMS
PHP
5
star
22

OctoberTS

TypeScript implementation of the October CMS Frontend Framework
TypeScript
5
star
23

oc-indirect-plugin

Easily manage redirects in October CMS
PHP
5
star
24

oc-csp-plugin

🔒 Manage Content Security Policies in October CMS
PHP
4
star
25

laravel-local-cache

Cache remote files locally in Laravel
PHP
4
star
26

oc-opening-hours-plugin

🕒 Manage and display opening hours on your website
PHP
4
star
27

oc-old-backend-plugin

Plugin that makes the October V2 Backend look like the October V1 Backend
CSS
4
star
28

oc-boxes-support

This repo is used for support requests for the OFFLINE.Boxes plugin
4
star
29

oc-boxes-demo-partials

Demo Partials for the boxes.offline.ch demo
HTML
3
star
30

postfinance

Helper class to work with the PostFinance e-payment system
PHP
3
star
31

socketio-docker

Docker image for socket.io
3
star
32

laravel-assets-on-demand

Asset Manager for Laravel 5
PHP
2
star
33

oc-snipcartshop-theme

Ecommerce theme for October CMS
CSS
2
star
34

translations-diff

Easily find untranslated strings in json based translation files
JavaScript
2
star
35

update-manager

Auto-update projects from a remote location
PHP
1
star
36

docker-composer

Docker in Docker container with git
Dockerfile
1
star
37

oc-bootstrap-boxes-plugin

PHP
1
star
38

oc-forms-plugin

Simple Form Builder for October CMS
PHP
1
star
39

oc-random-images-plugin

Display random images in October CMS
PHP
1
star
40

zd-bexio

Import your Bexio contacts into Zendesk
JavaScript
1
star
41

ticket-barcode

PHP
1
star