Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liip/liipfoxycartbundle
- Owner: liip
- Archived: true
- Created: 2012-12-14T13:13:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T09:22:44.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T01:43:44.489Z (about 2 months ago)
- Topics: bundle, foxycart, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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}) }}
```