Checkout shipping method shown twice
-
The standard woocommerce checkout shipping method on the order review widget is being displayed. This means when using the shipping method widget the checkout page will show the shipping method 2 times.
The Shipping method should be disabled in the order review widget.
I have a temporary fix adding this css to the order review widget.
/* Remove Shippin method from order revie widget */
selector ul#shipping_method.woocommerce-shipping-methods
{
display: none!important;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkout shipping method shown twice’ is closed to new replies.