• Resolved aarthiraj

    (@aarthiraj)


    Hi, Shipping address details are not visible on my checkout page.
    I have set two options for shipping in the shipping zone in Woocommerce setting. Also I have checked the site by disabling all plugins and still no shipping address.
    And I have also tried the storefront theme and still no shipping address available in checkout page. Please help.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am unable to find a product with an Add-to-cart button so I can’t get to the checkout page. Which product can be bought?

    At:
    Dashboard > WooCommerce > Settings > Shipping tab > Shipping options
    ensure that Shipping destination is not set to “Force shipping to the customer billing address” as that would have the effect of preventing the shipping address from showing.

    Thread Starter aarthiraj

    (@aarthiraj)

    Thank you so much, That fixed the issue.

    How do I move the checkbox in the checkout page. They are misaligned. I have tried additional css options suggested in other topics and no luck.

    https://kidzyz.com.au/checkout/

    Try this product – https://kidzyz.com.au/product/plasters/ .

    The create-account checkbox? Try this custom css;

    .create-account span {
      margin-left: 24px;
    }

    Custom css goes at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter aarthiraj

    (@aarthiraj)

    That doesn’t seem to fix. And all check boxes in the checkout page are misaligned.

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @aarthiraj,

    How do I move the checkbox in the checkout page. They are misaligned. I have tried additional css options suggested in other topics and no luck.

    Can you shed more light on exactly what you’re trying to do here?

    Are you trying to make the “Create an account?” checkbox line up with its label in this manner?

    Full Size: https://d.pr/i/K5BDMU

    If that’s the case, you can do so by adding in this bit of custom CSS:

    
    .woocommerce form .form-row .input-checkbox[type="checkbox"] {
        margin-top: 10px;
    }
    
    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @aarthiraj,

    We haven’t heard from you in a while now so I’ll go ahead and mark this thread as resolved.

    If you have any further questions, I recommend creating a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shipping Details missing’ is closed to new replies.