All things Shopify and commerce
Hi, all
I have a problem I am using down theme and I want to redirect to checkout after clicking buy now button but instead of checkout page it redirect to home page why?
Please any liquid expert
my form is
<form method="post" action="/checkout">
<input type="hidden" name="id" value="{{ card_product.variants.first.id }}">
<input type="number" id="quantity" name="quantity" min="1" value="1">
<input type="submit" value="Add to cart" class="button">
</form>
Action is checkout but it may redirect to home page
{% form 'product',product %}
<input type="hidden" name="id" value="{{ product.variants.first.id }}">
<input type="number" id="quantity" name="quantity" min="1" value="1">
<input type="submit" value="Add to cart" class="button">
{% endform %}
Sir not add to cart I want to skip cart button instead of add to cart I want it Buy now and after clicking Buy Now button, want to redirect it direct to checkout out page
<form method="post" action="/cart/add" style="visibility:hidden">
<input type="hidden" name="id" value="{{ vardID }}" />
<input type="hidden" name="return_to" value="/checkout"/>
<input min="1" type="number" id="quantity" name="quantity" value="1" style="display:none;">
<input id="checkout_page" type="submit" value="Buy Now" class="btn" />
</form>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025