php - Change the text of a label in a WP ecommerce site to something custom -


i change text (for quantity) showing when select options on variable product in woocommerce site. more specific, have variable products "quantity" appears when choose color, size etc of product. so, want change label quantity , make example "well, how many of them ?" , on. ideally, change permanent , independent future updates. that's label created:

<label class="label-quantity">quantity</label> 

so, have found woocommerce/single-product/add-to-cart/variable.php file used display information variable product. plus, label assigned via jquery, that's obvious there call in line 78 function <?php woocommerce_quantity_input(); ?> , leads me core files. anyway, have been struggling change label quite hours hadn't luck.

any advice/help/tip appreciated.

thank you


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -