News Show Pro GK5 - VirtueMart problem - Price

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 Dec 20, 2013 7:16 pm
Reply with quote
Report this post
Hello,

I have the following problem. on the home the module News Show Pro GK5 is displayed. There, the selling price including tax is displayed. However, if the product has no tax, then no award will be displayed.

I have already found in the file modules/mod_news_pro_gk5/data_sources/com_virtuemart/controller the right spot where the award is issued. Line 40,41

Code: Select all
$store_output = $this->get_store($this->parent->config, $this->parent->content[$i]['id']);
            echo '<div class="gkPrice">' . $store_output['price'] . '</div>';


how can I now still have to spend the award

many greetings
User avatar
Junior Boarder

GK User
Fri Dec 20, 2013 7:25 pm
Reply with quote
Report this post
Here is a picture

on the left with price, on the right without price. here i will show the price without tax

manny greetings
User avatar
Junior Boarder

GK User
Sun Dec 22, 2013 4:20 pm
Reply with quote
Report this post
Hello,

could anyone help me?
User avatar
Junior Boarder

GK User
Sun Dec 22, 2013 6:12 pm
Reply with quote
Report this post
I found the same issue and resolved it by creating a tax rule. If Base Price with Tax is turned on in Virtuemart configuration then go to Virtuemart Control Panel->Products tab->Taxes & Calculation Rules.

Create a new rule named Tax, select Tax Per Product, Math Operation +, Tax Per Product 0.00. Everything else call be left as is.

Hope this helps!
User avatar
Fresh Boarder

GK User
Fri Dec 27, 2013 7:16 pm
Reply with quote
Report this post
Great. It works. BIG THX
User avatar
Junior Boarder