How to show baseprice in category view mode.. no tax

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 15, 2016 1:28 am
Reply with quote
Report this post
3rd time I have asked for this... i had the answer for 2.5, but it doesnt work for 3.0 template.
User avatar
Gold Boarder

GK User
Thu Feb 18, 2016 12:12 am
Reply with quote
Report this post
Please someone help me with this.. what files do I need to edit. I just want the tax to show in cart for this template, not in category view, etc.
User avatar
Gold Boarder

GK User
Thu Feb 18, 2016 12:23 am
Reply with quote
Report this post
User avatar
Gold Boarder

GK User
Thu Feb 18, 2016 1:11 am
Reply with quote
Report this post
tried inserting this into overrides but did not work

.browse-view .PricebasePriceVariant,
.browse-view .PricetaxAmount,
.productdetails-view .product-price > strong,
.productdetails-view .product-price .PricebasePriceVariant,
.productdetails-view .PricetaxAmount {
display: none !important;
}

I just need the category view to show the base price without tax
User avatar
Gold Boarder

teitbite
Sun Feb 21, 2016 1:13 pm
Reply with quote
Report this post
Hi

If You mean to hide tax value in category page You need to use this code in css:

Code: Select all
.catProductPrice .PricetaxAmount {
diaplay: none !important;
}
User avatar
Moderator

GK User
Mon Feb 22, 2016 12:46 am
Reply with quote
Report this post
teitbite wrote:Hi

If You mean to hide tax value in category page You need to use this code in css:

Code: Select all
.catProductPrice .PricetaxAmount {
diaplay: none !important;
}



Please elaborate where to put this? In what code should I insert this? What file?
User avatar
Gold Boarder

GK User
Tue Feb 23, 2016 11:03 pm
Reply with quote
Report this post
Can anyone please help me with this issue. I just want to show the price without tax in category mode. What do I have to edit?
User avatar
Gold Boarder

teitbite
Sat Feb 27, 2016 5:57 pm
Reply with quote
Report this post
Hi

Just add this code to CSS. Best places are override.css file or Custom CSS field in template configuration.
User avatar
Moderator

GK User
Sun Feb 28, 2016 12:05 am
Reply with quote
Report this post
teitbite wrote:Hi

Just add this code to CSS. Best places are override.css file or Custom CSS field in template configuration.



I added this
.catProductPrice .PricetaxAmount {
display: none !important;
}

to the custom css box in template configuration and nothing happened. Please help.
User avatar
Gold Boarder

GK User
Sun Feb 28, 2016 12:09 am
Reply with quote
Report this post
please look at the picture and advise how do I change this?
User avatar
Gold Boarder

teitbite
Tue Mar 01, 2016 10:37 am
Reply with quote
Report this post
Hi

Try edit file /html/com_virtuemart/category/default.php at line 203 You should find:

Code: Select all
                     echo $this->currency->createPriceDiv ('salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $product->prices);


try change "salesPrice" with "basePrice"
User avatar
Moderator

GK User
Wed Mar 02, 2016 2:25 am
Reply with quote
Report this post
Thanks.. I noticed I did this and the price would just disappear... I had to go into configuration and make sure it was displaying base price... thanks teitbite!
User avatar
Gold Boarder

teitbite
Sun Mar 06, 2016 12:28 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron