Core functionsΒΆ

CS-Cart core functions are stored in the directory app/functions. These functions implement all the core functionality of the software and are grouped into files according to their purpose or usage area: fn.catalog.php, fn.cart.php, etc.

PHP hooks are used to extend and override the default behavior of the core functions.