Order by 6pm and get it delivered tomorrow!” notice @ Single Product Page
/** * @snippet Pressure notice @ Single Product Page * @how-to Get CustomizeWoo.com FREE * @sourcecode https://businessbloomer.com/?p=111758 * @author Rodolfo Melogli * @compatible WooCommerce 3.5.4 * @donate $9 https://businessbloomer.com/bloomer-armada/ */ add_action( 'woocommerce_single_product_summary' , 'bbloomer_display_pressure_badge' , 6 ); function bbloomer_display_pressure_badge() { echo '<div class="woocommerce-message">Order by 6pm and get it delivered tomorrow!</div>' ; } |
No comments:
Post a Comment