This topic has 10 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
My customers are seeing this notice when checking out, rather than the shipping fields:
Notice: Undefined variable: ship_to_different_address in /home/kinderkr/public_html/wp-content/themes/royal/woocommerce/checkout/form-shipping.php on line 23
type=”checkbox” name=”ship_to_different_address” value=”1″ />
http://www.kinderkrowns.com/wp-content/uploads/2017/07/Capture.jpg
Since installing your theme things have been buggy. I am still getting an error in the dashboard that was never there before: Notice: WP_Roles::reinit is deprecated since version 4.7.0! Use new WP_Roles() instead. in /home/kinderkr/public_html/wp-includes/functions.php on line 3831
Hello,
I’ve sent new form-shipping.php and form-billing.php files. Please check email and try to replace files in /royal/woocommerce/checkout folder.
Regards
That worked, but now the line that was under Billing Address and Shipping Address is now running through the middle of the text:
http://www.kinderkrowns.com/wp-content/uploads/2017/07/Capture-1.jpg
Please advise on how to fix.
Please add this code in custom css:
.step-title:after {
width: 70%;
left: 30%;
}
Also, this will be fixed in new theme update, so you may delete this code then.
Regards
That worked, thank you. I also noticed that the bullets for selecting shipping options are not lining up for some of the lines. Please see this image:
http://www.kinderkrowns.com/wp-content/uploads/2017/07/Capture-2.jpg
Please advise on how I can fix it. Thank you,
Hello,
What country may I select to see your shipping options?
Regards
United States, thank you.
Please use:
.shop_table .shipping td {
width: 300px;
}
Regards
That didn’t seem to resolve it completely – FedEx Standard Overnight still has the button above it.
In this case, to add also
.shop_table .shipping td label {
font-size: 11px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up