Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Text right next to quantity button on product page

Home / Forums / Pinnacle Theme / Text right next to quantity button on product page

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
Anonymous
May 14, 2020 at 6:00 am

Hello Ben,

I hope you are fine. I would like to add right to the Quantity Button [+] the text “Buy 2 and get free shipping!”.

However, the following hook bugs the quantity buttons:

add_action('woocommerce_after_quantity_input_field', 'wc_text_after_quantity');

function wc_text_after_quantity() {
if ( is_product() && has_term( 'google-cardboard', 'product_cat' ) ) {
echo '<strong>Buy 2 and get free shipping!</strong>';
}
}

Best regards,
Hendrik

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.