Why is it that the Wix Cart page on mobile has two checkout boxes?

There isn’t a setting to remove the box. Should there be? or is there a way to remove the top checkout box with code, without having to make the whole shopping database.


Hey Seb,

Unfortunately it is not possible to interact with individual elements on the shopping cart page with code.

Wix apps are proprietary, thus the only control you have over them is what they give you.

The mobile checkout has two buttons so users do not have to scroll to the bottom of the screen to tap the checkout button if they don’t want to.

It is possible to use code to create your own custom shopping cart though, using the wix-stores-backend API. This way you could ensure that the mobile site only has one checkout button and you would not have to create a new shopping database.

Hope this helps!

Dara | Corvid Team

Ok will check this out. Thank you Dara

Thank you for asking Seb. It would be great to have the default setting as one checkout button. When I first started testing my site, I thought it was an error. If there are only a few items in the cart, it doesn’t look intuitive to have 4 buttons (I have the PayPal option as well). It looks very busy. I asked a couple friends to look at it and they said it didn’t look right to them either. Please adjust this so the default setting is one button at the bottom.

Hello, same here too. I would greatly appreciate it if Wix could include an option to allow for just one check out button for the mobile layout. Thanks!

@heart-a-tag

I too thought it was a bug, but after reading your post I found a quick work-around without any coding. Hope you can use it.

That’s an awesome and easy fix! I just tried it and it works! Thanks for sharing this tip :slight_smile:

@michelehobson Hi! Can you explain how to do this in detail please? I am trying to force Paypal payment so I want to remove/hide the Wix Checkout button. On the desktop version, I was able to cover it by addind a dead button but I dont find an option to add a button on the mobile editor. Thanks!

@michelehobson Hi! Can you explain how to do this in detail please? I am trying to force Paypal payment so I want to remove/hide the Wix Checkout button. On the desktop version, I was able to cover it by addind a dead button but I dont find an option to add a button on the mobile editor. Thanks!

Don’t use a dead button. use the same background color, make it cover the checkout button and Paypal Button

I got a solution here. In the mobile editor, simply add a rectangular vector in the cart page and place it properly to cover the top checkout buttons. Then change the colour of the vector as you desire ( generally set it same as the backgroud colour). You can then add a text or logo over the vector to not make the top look empty. :grinning: Hope it helps!