Add text above shipping options

Hey at check out can I add text above the shipping options that says “All orders over $300 will automatically ship UPS Unless PO BOX is provided.”

Hi there,

Thanks for posting in.

That’s possible, please check this https://businessbloomer.com/woocommerce-add-shipping-notices-checkout-page/. And you may add your code to your child theme’s functions.php

Thanks.

That worked great. Is there a way to move it down to right between the Subtotal and Shipping. Below the Subtotal and above the Shipping.

Hi again,

Can you please provide the URL of your site so we can take a look?

Thanks!

outdoordogsupply.com

Hi there,

Please try to update:

add_action( 'woocommerce_before_order_notes', 'bbloomer_notice_shipping' );

to

add_action( 'woocommerce_after_order_notes', 'bbloomer_notice_shipping' );

Hope this helps.

Sorry for all this confusion would there be away to move that to the cart page right above the Upgrade Shipping Here. So between the Free Shipping and Upgrade Shipping Here.

If it can’t go there then under Cart Totals would be great!!

Hi,

You may change woocommerce_after_order_notes hook.

Kindly refer to the links below for available hooks in your cart page

Hope that helps.

Thank you so much! That is a great guide.

You’re welcome.