Loading...

Docs

CS-Cart Developer Documentation

This web resource is aimed at those who want to improve or complement CS-Cart functionality. It covers different aspects of programming and gives a clear idea of architecture peculiarities and standards. The provided material will be of great help to you in customizing CS-Cart or developing new addons. All the documents are grouped into thematic units, so that it will be easy to find the desired information. General programming and formatting rules are also given here.

Introduction


General Methodology


  • Initialization - gives the steps of initialization
  • Controllers - details the controller structure and describes how a controller works
  • Database - specifies placeholders used in requests to the database
  • Hooks - general hooking information and examples
  • Microformats - description of a microformat and its structure
  • Special classes - a list of classes that are used to minimize a CSS file size
  • AJAX - a reference with examples for creating AJAX requests
  • Notifications - information on notification pop-ups

Add-ons


Design and Layout


Appendix