I have two stores (public, wholesale)
When viewing individual products there are currently two drops downs (color, size) and a text area for quantity to purchase.
is there a way to change the wholesale's vew to see dropdown for color and then a list of each size with a text area for quantity next to each size. This will help wholesalers place bulk orders.
I'm familiar basic PHP, but I can't even find the file that holds this code. I was hoping it would just be:
foreach (sizeAvailable as size) {
list size
create text area with input vaule to add that quantity to cart
}