Home Forums WoodMart support forum Direct payment button – direct to go checkout page Reply To: Direct payment button – direct to go checkout page

#585609

Hello,

You can not use the buy now button widget in the layout. It is added next to the “Add to cart”.

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.single-product-page .cart:not(.variations_form) {
    flex-wrap: nowrap;
    width: 450px;
}

Best Regards.