After I change wholesale pricing level in customer options nothing shows up... no 1 or 2 or 0. and I can't change it back to 0. I have to delete the account and re-register a new account to get it back to a 0.
after i change it the account to 1 (and nothing shows up in the request wholesale column) I still can't see wholesale pricing.
Sorry for so many post this thing is driving me Crazy!
This is a result of the patch that I created #687 and SQL update #695 not being installed correctly.
Or,
The files were not published to your live site.
How do I know?
The switches are controlled by the variables that are corrected in the bug fix, the columns in the database simply turn on or off. If your admin turns the switch on but not off it means the code that turns the switch off is incorrect.
I spent countless hours tracing each one, the patch works, implementing it step by step also works, uploading it can be a crap shoot at times. But remember if you have other modules installed, or perhaps someone overwrote the default template files, finding the problems will take much more time.
Keep me posted, I can help.
Twitch.
The free shipping module runs off a different .php file than the general products file.
To remedy this you would have to add in all of the wholesale code from the general products file into the correct places of the free shipping file, and any other supporting files for the free shipping module.
Twitch.