grav-plugin-snipcart
grav-plugin-snipcart copied to clipboard
Grav Snipcart Plugin
Hello, how can I add custom order fields. In the docs I found this example: ` ` But it doesn't add the new fields. Just a new empty tab (that...
Hi! I was thinking to improve the multi language grav to this plugins. Something like adding the file to the root plugin: `languages.yaml` Then inside this files define all the...
In the /partial/snipcart_detail_item.html.twig, lines 10 where it shows ``` {{ snipcart_image.cropResize(400,400).html(page.header.title,'snipcart-thumb-image')|raw }} ``` single quotes needs to be added between ``` 'page.header.title' ```
Hi, is there a way to change the position of the price and the red circle background, change to flexible square/rengtangle form? Thank you in advance..
In your example site you have t-shirts with and add to cart button. T-shirts tend to come in multiple sizes. How would this be handled with the plugin?
Does this plugin automatically add the JS file to my grav site when i download it? If i am correct all i have to do is sign up for snipcart...
The item number `{{ page.order|trim('.') }}` should not be displayed in the product_item or in the detail_item templates, or at least not out its own tag to be able to...
As a user within Europe the Current EUR needs the symbol **'€'** for the price - the templates had just **'$'** hardcoded. This push allows for setting 'currency_symbol' in the...