cancel
Showing results for 
Search instead for 
Did you mean: 

How do i change product view on wholesale site but not public site?

How do i change product view on wholesale site but not public site?

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

}

1 REPLY 1

Re: How do i change product view on wholesale site but not public site?

You have a number of options but here are two to consider

 

1) You can create an if/then scenairo on your product view page that recognized the customer group wholesale and displays different values based on that

 

2) You can have a store view for whole sale and have a custom template for that 

Magento Moderator since 2009
Keep Calm and Clear Cache!