Hi, I’m trying to get my product pages to show a add to cart and a buy it now button that brings customers to checkout or cart. I turned off dynamic checkout because I would rather have buy it now. Anyone know how to add this?
Example Listing
Hi, I’m trying to get my product pages to show a add to cart and a buy it now button that brings customers to checkout or cart. I turned off dynamic checkout because I would rather have buy it now. Anyone know how to add this?
Example Listing
Please follow these steps:
{% form 'product', product, class: product_form_class, data-product-form: '' %}
{% assign product_smart_buttons = true %}
I hope that this is useful for you.