Closed bleepsandblops closed 11 months ago
Adding the option additionalProps outputs them without trailing space:
additionalProps
I believe the issue is here: https://github.com/FosterCommerce/snipcart-craft-plugin/blob/de517a75458a61b83970eba0d48bc3c3ca102454/src/templates/fields/front-end/buy-now.twig#L40
Need to replace with {% endfor %}
{% endfor %}
https://github.com/FosterCommerce/snipcart-craft-plugin/issues/55
We'll likely completely replace this manual output with HTML helpers that'll fix this.
Fixed in 2.1.0
Adding the option
additionalProps
outputs them without trailing space:I believe the issue is here: https://github.com/FosterCommerce/snipcart-craft-plugin/blob/de517a75458a61b83970eba0d48bc3c3ca102454/src/templates/fields/front-end/buy-now.twig#L40
Need to replace with
{% endfor %}