Hi guys, thanks for your help.
Every time I change quantity (add or remove items) from my cart, my checkout button seems to disappear. It only reappears when I refresh the page.
The store link is www.lojaookami.com (it is in portuguese, but clicking on the cart icon on the header you’ll get there.)
Thank you!
1 Like
@lojaookami
sorry for that issue can you pleas show me how to check
2 Likes
In the header, click on “Produtos” (the first option), choose anything and click in “Adicionar ao Carrinho” (the big red moving button) and you’ll be on the cart page.
If i remove the items clicking on the trash can or on the quantity, the page automatically refreshes and the red button with the price disappears.
@lojaookami - please add given css to the very end of your theme.scss file and check
#ymp-CrtpageMainFrm button.btn.btn--primary.full.cart__checkout {
display: block !important;
}
1 Like
I checked and Checkout Button is showing by “Yampi Checkout”. Refer https://help.revy.io/article/16-yampi-checkout
So when you change quantity (add or remove items) it will reload ajax and “Yampi Checkout” will not work. You can just contact “Yampi Checkout”, they will help you in this case.
Hope it helps!
Thank you, but it adds another checkout button that do not redirects me to the page I want. I just end up with 2 of them. Any clues?
Will try contacting them! Thanks! Any clues on how to make the ajax reload the button aswell? Maybe refreshing the div? I am not a good coder so I have no idea…