Two Quantity Selectors in Woocommerce Add to Cart

I am trying to create a “Contact Lenses” Online store using WP and Woocommerce.As you know Woocomerce generate one default quantity display for each product as:

enter image description here

Read More

but in my case I need to have TWO Quantity Selectors for each product , one for Right Eye and second for Left eye as:

enter image description here

can you please help me to figure this out how to have two selectors and eventually add the sum of these two into the Cart or display both quantities in the Cart?
Thanks

Related posts

Leave a Reply

1 comment

  1. Why dont you use the built in variation functionality? This way you can then have as many “quantity” fields as you like.

    You could setup 2 variations of the product called Right OD and Left OS and have a drop down with the quantities.

    This will be by far the best solution for your scenario.