I've requested logins.
Meanwhile, I did some more testing on my dnn install with the trial.
>> Deleted all my products and created 3 new ones.
>> 2 products had a unit price and were set to display the price (hideprice=false), one with hide price checked (hideprice=true)
>> Adding the two products with hidepriceprice=false to the cart ... they show up with the price consistantly.
>> Once the item with hideprice=true is added to the cart, all unit prices are replaced with request a quote.. even if they displayed a price previously.
It seems that if any item in the cart has hide price set on it, then the cart will put Request a quote in ALL items in the cart,
regardless of if the other items in the cart have the flag set or not.
Total displays the sum of the products with hideprice=false correctly.
Can you confirm if this is how it is supposed to work?
I'd be ok if only the products which had the hide price flag set appeared as "request a quote" but the other products should have a price. I want to allow some items to be ordered immediately, and the items that will require a consult to have a line item on the order.
I will test this on your site once I get the login requested.