Home › Forums › Basel support forum › Quantity label per specific page id Quantity label per specific page id This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 10, 2017 at 10:46 am #14964 alexcroft93Participant Hi!, i’d like to add a “quantity or per-night” label next to “quantity button” in a specific post-id or product category. It is possible? If i add this to my functions.php it seems to work: add_action( ‘woocommerce_before_add_to_cart_button’, ‘echo_qty_front_add_cart’ ); function echo_qty_front_add_cart() { echo ‘<div class=”qty”>Quantity: </div>’; } But it adds it to all products pages. How can i specific a single category product or single pages id? Thanks June 10, 2017 at 12:24 pm #14969 Artem TemosKeymaster Hi, Sorry, but we don’t have an instruction for your request. It is more related to WooCommerce than to our theme. Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register