Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Redirect after click on "go to checkout"

Redirect after click on "go to checkout"

BillyAndrews
Shopify Partner
6 0 4

hello everyone - we are facing massive problems with customers getting redirected somewhere else rather than the checkout after click on "go to checkout". I see there are a few other shops with this problem. Shopify is NOT being a great help eventhough we are a shopify plus store. We have been tracking sessions on hotjar as well. 

 

Can anyone tell us what the solution might be? 

 

Store: www.thedarktenor.com/tickets

Replies 4 (4)

AK_Design_Dev
Shopify Partner
187 16 16

Hello @BillyAndrews 


I think You wan't this type code if you don't mind to apply this code on your store and then check 

Go to Themes > Action > Edit code. Then open the "ajax-cart-template.liquid" file, and replace :

<button type="submit" class="btn--secondary btn--full cart__checkout" name="checkout">
{% endraw %}{{ 'cart.general.checkout' | t }}{% raw %} <span class="icon icon-arrow-right" aria-hidden="true"></span>
</button>

with the following :

<a href="/cart" class="btn--secondary btn--full cart__checkout">
{% endraw %}VIEW CART{% raw %} <span class="icon icon-arrow-right" aria-hidden="true"></span>
</a>

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
BillyAndrews
Shopify Partner
6 0 4

hi @AK_Design_Dev  - thank you for your quick reply. I have forwarded this to my devs. As soon as they test it i´ll get back to you. Can you explain why this snippet will be better? Do you know why out of nowhere suddenly our cart slider and its button redirect the customer away instead of to the checkout? 

AK_Design_Dev
Shopify Partner
187 16 16

Hi @BillyAndrews  - I think Your script are not properly reloaded or You can also the use in script setTimeout to without script load you layout are not open

 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
BillyAndrews
Shopify Partner
6 0 4

hi @AK_Design_Dev - thanks! i´ll forward this information as well! This problem seems to have hit a few stores out there!