“shipping to another address” checbox is not showing in the cart.
-
“shipping to another address” checbox is not showing in the cart. I had to hardcode with css but is not the propwer way to do it. In woocomerce shipping destination is configured correctly:
.woocommerce-shipping-fields:not(:has(>#ship-to-different-address)) {
display: block;
}
Can you help, please?
-
This topic was modified 3 days, 5 hours ago by
apptitude.ro.
I hardcoded the section, but after placing a test order, I noticed that the shipping address is still the same as the billing address. So the change didn’t take effect.
Hello,
Navigate to > WooCommerce > Settings > Shipping > Shipping Options
Make sure the option “ Enable the shipping calculator on the cart page” option is checked and the shipping zone is properly set up.
Once enabled, your customers will be able to enter their address on the cart page and calculate shipping costs before proceeding to checkout.
If the issue remains, could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand if it is our theme issue or not?
Best Regards,