This bundle is no longer maintained. Feel free to fork it if needed.
Provides integration with Foxycart
Work in progress, currently it just provides a twig extension:
To render the foxycart css/js:
{{ foxycart_head() }}
To render a cart link with hmac encoded parameters:
{{ foxycart_link_cart({'code': 'sku123', 'name': 'My article', 'price': 22.25}) }}