• Resolved reshampanth

    (@reshampanth)


    Hi,
    Please check my website sprybag.com
    Add anything to cart and go for checkout. The checkboxes don’t appear in “Ship to Different Address” nor while selecting Shipping or Payment methods.
    I tried it on different phones as well as on my desktop chrome browser (toggle device).
    it works on normal desktop browsers though.

    Use these credentials if you don’t want to make one-
    Username- [removed]
    Password- [removed]
    Please help.
    Thanks

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    You need to go to WooCommerce > Settings > Shipping > Shipping Options and and in “Shipping Destination” select “Default to customer shipping address” or “Default to customer billing address”.
    But note that if you have only virtual products in the cart, the shipping address will not show by default.

    And note that you violated the forum rules:
    https://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff

    Thread Starter reshampanth

    (@reshampanth)

    Hi Claudio,
    Thanks for notifying me of the violation. I didn’t know about that.

    My problem on the website is not because of the shipping address option. It’s because of the radio button/ checkbox that doesn’t appear on the shipping address page. Nor does it appear while selecting the shipping methods.
    I have attached a few screen shots that might explain it better-

    On Desktop-
    http://i.imgur.com/42UgoJf.png
    http://i.imgur.com/ihU2DeA.png

    On Mobile devices-
    http://i.imgur.com/XiMytQo.png
    http://i.imgur.com/QXrRQKH.png

    As you can see in the images, the radio buttons do not appear on the screen, making it hard to select the correct options.
    Please have a look and help me out.
    Thanks and sorry for the violation.
    Regards,
    Resham Panth

    Thread Starter reshampanth

    (@reshampanth)

    Ok i resolved it myself. Added the following code in my custom css-

    input[type=”radio”] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    }
    input[type=”checkbox”] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    }

    Not sure if this is the best way, but it did work.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkboxes don't appear during checkout’ is closed to new replies.