Remove Price from Product Page

Posted By bpaluch Mon 22 Jul 2013
Add to Favorites0
Author Message
bpaluch
 Posted Mon 22 Jul 2013
Supreme Being

Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)Supreme Being - (47,166 reputation)

Group: Forum Members
Last Active: Thu 23 Jul 2020
Posts: 70, Visits: 175
I have a website we are trying Kartris on. WE set it to Catalog only, which was great for removing the add-to-cart and basket, but we would also like to remove the price display from the product page.

I'm okay changing the code, just wondering the most painless way, or if there's a setting or combination of settings that would do this without having to touch the code, as I foresee wanting to do this for more sites in the future.

Thanks.
jaymer
 Posted Mon 22 Jul 2013
Supreme Being

Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)Supreme Being - (11,745 reputation)

Group: Awaiting Activation
Last Active: Tue 13 May 2014
Posts: 5, Visits: 125
doesn't changing the config setting

frontend.products.display.fromprice


to n remove prices from the site?
Neil
 Posted Mon 22 Jul 2013
Supreme Being

Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)Supreme Being - (126,879 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
Would it not be just as easy to hide with css?
toomuchpresha
 Posted Tue 23 Jul 2013
Supreme Being

Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)Supreme Being - (27,795 reputation)

Group: Forum Members
Last Active: Thu 12 May 2016
Posts: 50, Visits: 86
Neil (7/22/2013)
Would it not be just as easy to hide with css?


If you do this and then turn styles off, the price would still show. This isn't ideal.

Are you trying to hide all prices? What are you trying to achieve?

In the UserControls/Other folder there is the ProductVersions control.
You could always find the prices you want to hide in there then set the literals visible="false"


H4 Interactive is a North Wales based Web Design and Development Agency specialising in e-commerce systems and content managed websites
Paul
 Posted Tue 23 Jul 2013
große Käse

große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)große Käse - (523,220 reputation)

Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807, Visits: 2,748
Yes, certainly if hiding any controls from the code rather than with CSS, they should be set to be hidden by setting this within the ASP tag or user control

Visible="false"

rather than by removing them. Because there may be code behind that sets values for these controls in the code-behind. By setting them to not be visible, you don't break any of that code.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top