I can take a look if you post the link to your website/product page.
Thread Starter
sipy23
(@sipy23)
That would be very helpful http://sipy23.cuccfree.org/wordpress/?product=example (its the same for all products)
Thanks alot π
Just add the following custom CSS rules to your stylesheet
.woocommerce-message {
text-align: center;
padding-right: 228px !important;
}
.woocommerce-message .wc-forward {
display: none;
}
Thread Starter
sipy23
(@sipy23)
I need to change the Cart Totals on Cart page so the custommer choose the payment option first and not the delivery method http://i.imgur.com/ovuplbA.png, because for example i need the local delivery to be selected only for Cash on Delivery (http://sipy23.cuccfree.org/wordpress/cart/)
__________________
The second thing is the aspect of checkout page: http://sipy23.cuccfree.org/wordpress/checkout/ The “radio” buttons are on top of the category and not on the same line: http://i.imgur.com/IDPLNyQ.png
PS: I am able to edit whatever file is needed to be modified π
Thank you!!!
You need to write custom JavaScript to only show ‘Cash On delivery’ for Local Delivery on the checkout page. WooCommerce Defaults to ‘Cash on Delivery’ when you select ‘Local Delivery’
For the radiob button issue add:
ul#shipping_method {
margin-bottom: 0;
width: 200px;
}
thanks
Thread Starter
sipy23
(@sipy23)
The problem could be solved by showing the Payment option on the cart right sidebar and not the shipping options, how can i modify that?
Sorry for disturbing again π and thankS!
Thread Starter
sipy23
(@sipy23)
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Sorry, but you need to stick to one thread per topic.