Quote Originally Posted by hzp View Post
in attempt to fix problem, I went ahead and reinstalled dual pricing. same thing happens.

i get:
Fatal error: Cannot redeclare zen_update_products_price_sorter() (previously declared in zencart/admin/includes/functions/general.php:2512) in zencart/admin/includes/functions/functions_prices.php on line 1448

and after I go ahead and comment it out in either functions_price or general, I get the same fatal error on zen_parse_salemaker_categories and zen_update_salemaker_product_prices


if I comment out all three on either file, i'll be able to log back in, but i STILL have the 'wholesale prices not showing for wholesale customers" thing happening.
I had the same problem in functions_prices and used winmerge to merge the files together instead of overwriting the entire file. I seem to recall that there is a /* in one file that wasn't in the other and when I addes that /* it made the difference. I don't think you can comment out all 3 or it won't work, perhaps that's why you can't see it on the customer side. Also, when you add the wholesale price in the catalog product listing make sure you can see it in the catagories/products page after updating. I was having a problem with the wholesale prices not sticking after updating and found that there was one line of code that hadn't been added in collect_info.

Matt