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
