Solved

Can you modify Add to Cart redirect settings in Debut theme on Shopify?

Johan12
Excursionist
13 0 6

Hi, someone can help. How to change the setting of the "Add to cart" button. After adding to the cart, it immediately redirects to the cart, how to cancel it? 

 

I am using debut theme.

 

Accepted Solution (1)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello 

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 17 (17)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello 

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Johan12
Excursionist
13 0 6

Please tell me how to find and delete it. Thank you

Johan12
Excursionist
13 0 6

I think I solved this problem, I uninstalled one of the applications. Thanks

ZestardTech
Shopify Expert
5393 970 1291

Ohh it's great to hear this. 

 

If you need any further information then you can post here  for the assistance.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Jo__
Visitor
1 0 0

Hola! yo necesito ayuda, agregue el botón agregar carrito a mi pagina, pero en vez de abrir el carrito de la app que tengo descargada (slide cart) se redirige a la pagina del producto y me gustaría que sea abriera el carrito de esta app (slide cart)

Eklavyakapoor
Tourist
5 0 1

Hi pallavi I want that whenever someone add the product to cart he directly reaches cart page can you please help 

 I am using debut theme.

 

XoXo
Visitor
2 0 0

Hey , Johan 12

 
Eklavyakapoor
Tourist
5 0 1

Hi what is the name of the application 

lunacollective
Visitor
2 0 0

Hi Pallavi,

I am also experiencing the issue when you click the add to cart button it takes you to the cart page. I use the Debut theme and can't seem to recall ever changing this, but I am wanting the button to not redirect but simply have the item added and the person can keep shopping on the same page. Any ideas? my website is www.lunacollective.ca for reference.

monkeyeagleph
Visitor
3 0 0

Same problem here. Could you provide the steps on how to fix this? I currently don't have any apps installed.

biograssfed
Visitor
2 0 0

I am using the Navigate theme and I believe the side-cart should be showing up. However, it is redirecting me to the cart page as well. 
Any ideas how to solve this?

<form action="/cart/add" method="post" class="product-form" id="add-to-cart">
   <div class="add-to-cart-form"></div>
   <input type="hidden" name="id" value="{{ product.variants.first.id }}" />
   <select min="1" max="5" type="number" id="quantity" name="quantity" value="1">
      {% for i in (1..5) %}
         <option value="{{ i }}">{{ i }}</option>
      {% endfor %}
   </select> 
   <div>
   <button type="submit" class="btn--secondary" onclick="addItem('add-to-cart'); return false;" name="add">Añadir</button>
   </div>   				
</form>
XoXo
Visitor
2 0 0

Hey , Johan 12

valerietem
Visitor
1 0 0

Hi there, need some help!

I added a "Add to Cart" button on the featured collection on my home page using the following:

<form method="post" action="/cart/add">
<input type="hidden" name="id" value="{{ product.variants.first.id }}" />
<input min="1" type="number" id="quantity" name="quantity" value="1" class= "product-quantity-box"/>
<input type="submit" value="Add to cart" class="btn--secondary" />
<input type="hidden" name="return_to" value="back" />
</form>

 

Would you mind guiding me on how to enable the "Add to Cart" Notification once they click on "Add to Cart"?

 

Thank you.

skincarelover
Visitor
2 0 0

Hello are you able to help me add "Add to cart" to my home page?

huisie
New Member
10 0 0

Hello. I hope you are well. I am having a similar problem. Would you be able to help? I can't seem to find any solutions on the thread.

Tony_P2000
Excursionist
13 0 2

I can't believe it's over a year and no useful information in this thread!! There used to be an option to redirect customers to cart after clicking on the "add to cart button". Seems to have gone.

BBDgift
Visitor
3 0 0

I'm having this problem too, also with Debut theme. It may be because I have an app for adding product customizations, but its critical to my store so I can't delete it. Any other way around?