Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gilacms/shop-package

A package to built a simple eshop
https://github.com/gilacms/shop-package

Last synced: 14 days ago
JSON representation

A package to built a simple eshop

Awesome Lists containing this project

README

        

# shop-package
A package to built a simple eshop

### Events
**placeOrder** Creates order when client have finished the order. The cart session has to be closed here.

### Global Lists
**shop_pay_gateway** Renders an alternative page for payment type. It can be selected in a payment method.
```
Gila::addList('pay-on', function($orderId){
View::renderFile('pay-on.php', 'pay-on');
});
```