Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liip/liipfoxycartbundle

[DEPRECATED] Symfony Foxycart integration Bundle
https://github.com/liip/liipfoxycartbundle

bundle foxycart php symfony symfony-bundle

Last synced: about 2 months ago
JSON representation

[DEPRECATED] Symfony Foxycart integration Bundle

Awesome Lists containing this project

README

        

UNMAINTAINED
============

This bundle is no longer maintained. Feel free to fork it if needed.

# Liip Foxycart Bundle

Provides integration with Foxycart

Work in progress, currently it just provides a twig extension:

To render the foxycart css/js:
```jinja
{{ foxycart_head() }}
```

To render a cart link with hmac encoded parameters:
```jinja
{{ foxycart_link_cart({'code': 'sku123', 'name': 'My article', 'price': 22.25}) }}
```