Site logo

Archived topic

Ship to different address checkbox is gone

3 replies · Started by Edward on February 14, 2023

Viewing posts 1–4 of 4

Hello, I'm using GP Premium and Woocommerce for a print on demand website. In my Woo settings under Shipping Options I have selected Default to Customer Billing Address. On my Cart page, I don't have a Checkbox offering Ship to Different Address. I am running GP Premium another website that offers this Checkbox with the mentioned settings. I have tried disabling all plugins and went to the cart page in an incognito browser and got the same result. When I select Default to Customer Shipping Address, the only Heading on these fields is Billing Details in large font on the top. The Shipping Address fields show after the Billing Address fields, but there is no title Heading for Billing Address. Your thought on this issue is greatly appreciated!
The domain is joe-dougherty.com

Hi there,

in Customizer > Additional CSS you have this CSS rule:

label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    display: none;
}

You need to remove that CSS as it is hiding that checkbox.

Wow thanks for the tip, my check box is back! I don't know why I put that code in there a while back.

Glad to be of help

This archived topic is closed to new replies.