liip/foxycart-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony Foxycart integration Bundle

dev-master 2017-12-05 09:22 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:22:44 UTC


README

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:

{{ foxycart_head() }}

To render a cart link with hmac encoded parameters:

{{ foxycart_link_cart({'code': 'sku123', 'name': 'My article', 'price': 22.25}) }}