VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Fonias on May 07, 2012, 15:33:00 PM

Title: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: Fonias on May 07, 2012, 15:33:00 PM
Hello there,

i hope i am in the right section and the current issue isn't discussed anywhere else. I tried to find it, with no luck.. :(

I use VM 2.0.6 and i want to hide from product pages the Base Price and Tax amount.

But if i uncheck it from the vm configuration > Pricing those two fields also hide in checkout.


Which file do i have to edit in order to remove the fields from product pages?

Thank you very much!!


[attachment cleanup by admin]
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: ahaaaa on August 16, 2012, 13:35:38 PM
Comment out the prices you don't want to show on the product page via "components/com_virtuemart/views/productdetails/tmpl/default_showprices", also "components/com_virtuemart/views/category/tmpl/default".

works for me.
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: elleclouds on January 09, 2014, 00:56:14 AM
this did not work for me.. anyone can help. I'm trying to hide tax on category layout view and anywhere before the shopping cart  :'(
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: jenkinhill on January 09, 2014, 12:25:56 PM
Quote from: elleclouds on January 09, 2014, 00:56:14 AM
I'm trying to hide tax

Then you are not trying to do the same as the original poster. Change the tax/calc rule to Tax per bill and then it will be applied & show at checkout.
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: elleclouds on January 09, 2014, 23:12:30 PM
Quote from: jenkinhill on January 09, 2014, 12:25:56 PM
Quote from: elleclouds on January 09, 2014, 00:56:14 AM
I'm trying to hide tax

Then you are not trying to do the same as the original poster. Change the tax/calc rule to Tax per bill and then it will be applied & show at checkout.

Jenkinhill thanks for your reply.  When I change it to tax per bill, it stops showing the base price altogether when displaying a list of products in category view.  It corrects the problem in the actual product page though.  How can i keep the base price in category listings also?
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: jenkinhill on January 10, 2014, 00:35:08 AM
Sounds like you may be using template overrides which you will need to edit to show base price without tax.
Title: Re: VM2 Hide Base Price from Prod. Page but not from Checkout
Post by: elleclouds on January 10, 2014, 01:15:41 AM
Quote from: jenkinhill on January 10, 2014, 00:35:08 AM
Sounds like you may be using template overrides which you will need to edit to show base price without tax.

Kinda wish I knew where to begin with this issue?  In configuration under templates it says no override in all places.