Reply 183119 to: change "Quantity" text in single product page

Avatar: lemc1414
lemc1414
Participant
January 26, 2018 at 21:55

Sorry, I have the same problem. I tryed to follow your instruction but I must have done something wrong because it didnt work for me. I want to change he text “quantity” to “people”

This is what I wrote:
if ( ! function_exists( ‘etheme_single_quantity_text’ ) ) {
function etheme_single_quantity_text() {
global $product;
if ( !$product->is_type( ‘grouped’ ) ) printf( ‘<span class=”qty-span”>’ esc_html_( ‘people’, ”xtore’ ) );
}
}

Im sorry for not understanding. I hope you can help me.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.