I want to add size selector, add to cart and buy with shop pay or product list / collection pages like this: https://killcrew.co/
Does anyone know what code to add and where? I’m on the latest version of the theme. Thank you!
I want to add size selector, add to cart and buy with shop pay or product list / collection pages like this: https://killcrew.co/
Does anyone know what code to add and where? I’m on the latest version of the theme. Thank you!
Hi @taggedoutco
It has option to enable Quick add button in your Online Store > Themes > Customize > Collections > Default collection
Hi,
At collection liquid
Integrate Size Selector
Code example
{% if product.options.size %}
{% endif %}
For Add to Cart Button
Code example
For Shop Pay Button
Code example
{% if shop.metafields.checkout.shop_pay_enabled %}
{% endif %}
If you still need help you can contact us