Home Forums Basel support forum Quantity label per specific page id

Quantity label per specific page id

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14964

    alexcroft93
    Participant

    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

    #14969

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we don’t have an instruction for your request. It is more related to WooCommerce than to our theme.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)