๐๏ธ Introduction
Developing extensions for J2Commerce is a fairly simple process. The guide will help you understand the plugin/app structure used by J2Commerce
๐๏ธ Queue System
Starting from J2Store 3.2.20, we are supporting a queue system. The queue system, at the moment, is not used by the J2Store core functions.However a few apps are using it.
๐๏ธ App for J2store
In the following guide, we are going to cover the following topics related to plugin development:
๐๏ธ Sub-templates
Since Version 3, J2Store comes with a sub-templating system that is very similar to the K2 content construction kitโs system.Sub-templates allows store owners to have finer control over their product layouts. They can move the pieces around and have a unique design for their store front.
๐๏ธ Creating an integration plugin for your component
This topic is split into the following sections to make it easier for you to understand:
๐๏ธ Payment plugin
* Introduction
๐๏ธ Templates
Introduction