CS-Cart

The CS-Cart plugin integrates Payneteasy payment processing with the CS-Cart e-commerce platform. It ships as a standard CS-Cart addon (module id payneteasy, display name “PaynetEasy Payment”) that registers a new payment processor in the store’s admin panel, so shop administrators can accept card payments through Payneteasy without writing custom code.

A live example of the checkout flow produced by this plugin can be seen on the CS-Cart demo shop.

Source code

The plugin source is published on GitHub at payneteasy/php-plugin-cscart. The repository contains the addon files under app/addons/payneteasy (install/uninstall logic, the payment processor registration, and language files) together with the corresponding design templates for the CS-Cart storefront and admin area.