sutty-base-jekyll-theme/_includes/pay_what_you_can_controller.html

14 lines
694 B
HTML
Raw Normal View History

2021-10-27 19:12:18 +00:00
data-controller="pay-what-you-can"
data-pay-what-you-can-download-value="{{ include.product.url | present }}"
data-pay-what-you-can-url-value="{{ include.url | default: include.product.url }}"
data-pay-what-you-can-variant-id-value="{{ include.product.variant_id }}"
data-pay-what-you-can-firstname-value="{{ include.product.title }}"
data-pay-what-you-can-currency-value="ARS"
data-pay-what-you-can-price-value="1"
data-image="{{ include.product.image.path | thumbnail: 300 }}"
data-title="{{ include.product.title }}"
data-price="{{ include.product.price }}"
data-in-stock="{{ include.product.in_stock }}"
data-stock="{{ include.product.stock }}"
data-extra="{{ include.extra | join: '|' }}"