HomeHome Product Discus... Product Discus...SmithCartSmithCartRemove "Request a Quote"Remove "Request a Quote"
Previous
 
Next
New Post
9/28/2012 11:56 AM
 
Hi,

My setup:

DNN v5.6.3
SC v4.60.0

How do I remove the "Request a Quote" from my shopping cart view. It is replacing Price. I looked through the guides and everyone says to uncheck the "Hide Price" option. Well, this feature is unchecked and the "Request a Quote" still shows up. Is there another setting that I'm missing?

Thanks,

Matt Bridges
 
New Post
10/1/2012 1:30 PM
 
Hi Matt,

There are a few places to enable/disable the "Hide Price" feature; In the Cart Settings, Product Details Settings, or in the Product setup screen. Can you confirm that the "Hide Price" feature is disabled in all places?

Thanks.
 
New Post
10/2/2012 5:59 AM
 
Kevin,

"Hide Price" was setup under the Product Details Settings. When we first setup the products, the "Hide Price" was set to false. Without going into each product, is there a way someone might have enabled a setting that would have set "Hide Price" true for each product?
 
New Post
10/2/2012 4:29 PM
 
Hi Matt,

The following SQL statement should update all you products and disable the Hide Price feature:

UPDATE Smith_Products SET HidePrice=0

Thanks
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartRemove "Request a Quote"Remove "Request a Quote"