liip / foxycart-bundle
Symfony Foxycart integration Bundle
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 10
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.0,<2.3-dev
Suggests
- symfony/twig-bundle: >=2.1,<2.3-dev
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}) }}