Home Forums WoodMart support forum “shipping to another address” checbox is not showing in the cart.

“shipping to another address” checbox is not showing in the cart.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #674580

    apptitude.ro
    Participant

    “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.
    #674590

    apptitude.ro
    Participant

    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.

    #674668

    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,

Viewing 3 posts - 1 through 3 (of 3 total)