Anyone can help me to fix this checkout button is missing from cart page?
this is my site thewatch.co.
Anyone can help me to fix this checkout button is missing from cart page?
this is my site thewatch.co.
Hello @TWCkgb ,
Add this CSS below of the CSS file Online store >> Edit Code >> Assets >> theme.css
button.btn_checkout[name=“checkout”] {
display: block !important;
float: right !important;
}
Hi @TWCkgb
Please add the below style to your theme.css file
button.btn_checkout.button.button_primary.tu.mt__10.mb__10.js_add_ld.w__100.qbk-event-added.qbk-hide-button {
display: block !important;
float: right !important;
}
@TWCkgb ,
If our solution helps you then please mark it as accepted solution.