Dears,
1- can i add label for the quantity box ?
2- could i change the duration time in the product to be only in day ... now it's appear for the 30 days like this (4 weeks,2 days) i need it to be only in days like 30 only ... can i ?
see the image please .. https://prntscr.com/gdbnuz
Hi,
1) Try adding the bellow code in your wplms-customizer.php file present in your wplms customizer plugin:
add_action( 'woocommerce_before_add_to_cart_button',function(){
echo '<div class="qty">Quantity: </div>';
});
NOTE: Change the "Quantity" text in the above code in your language.
2) Sorry this is not available as of now, because we use tofriendlytime function there and right now there is no filter present there to modify the output for this.
Thanks H.K. Latiyan,
it's work correctly