14 lines
694 B
HTML
14 lines
694 B
HTML
|
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: '|' }}"
|