How to change dropdown labels to show quantity in grams?

Top WooCommerce & WordPress Plugins Forums Min Max Default Quantity for WooCommerce How to change dropdown labels to show quantity in grams?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #104633
    Fiona Dawson
    Participant

    On the dropdown labels I want to change the labels to %qty%00g so that 1 is 100g etc. When I do this and save the settings it changes to %qty00g and displays all the options like that.
    Is there another option do that this. I want 1 value to be 100g

    #104634
    Fiona Dawson
    Participant

    Nevermind I just did this

    <script type="text/javascript">$(document).ready(function() {$(".qty option").append('00g');});</script>
    #104635
    WPWhale
    Moderator

    Awesome Fiona, glad to know it’s working for you the way you want.
     
    If you’re enjoying the plugin, it would be great if you can leave us a review.
     
    Omar

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.