Price ex vat

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
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
Fri Jun 26, 2015 5:34 pm
Reply with quote
Report this post
I am building a shop on http://agrokleding3.sitecase.nl using Storebox. Because upgrade from joomla 2.x to 3.x failed, i start building a copy of the joomla 2.x version on http://www.agrokleding.nl . There you see the difference between the to sites.
When you scroll over the product, a orange circle appear with the price. I want only the price excluding Vat to be shown.In the circle and below the product.

I had the site build in joomla 2.x and the changes i made with the help of this forum will not work on joomla 3.x.

Can you please help me?
User avatar
Junior Boarder

GK User
Fri Jun 26, 2015 8:40 pm
Reply with quote
Report this post
I got it. Its just a switch in Module News Show Pro GK5. There you can turn on the information to be shown.

Problem solved.
User avatar
Junior Boarder

GK User
Sat Jun 27, 2015 12:11 pm
Reply with quote
Report this post
But now i see that the site shows prices incl. Vat when i click on a catagory. http://agrokleding3.sitecase.nl/index.p ... rkschoenen
Where can i change that? Anyone a clue?

Greetings,

Kees
User avatar
Junior Boarder

teitbite
Mon Jun 29, 2015 12:19 am
Reply with quote
Report this post
Hi

For price please edit file /html/com_virtuemart/category/default.php and find line:

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


try changing it into:

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

User avatar
Moderator


cron