I need help for th GK4-Output.
This is Gk-Fest + Virtuemart + News Show Pro GK4 ver. 3.3.4 incl. tax in GK4!
Settings for VM in News Show Pro GK4 ver. 3.3.4
I like the output (Design), but Virtuemart is so stupid, fat and dirty Code!
_______________________________________________________________
This is Gk-Fest + K2store + News Show Pro GK4 ver. 3.3.4
Item Price without tax <-------------------------- I need THIS with tax!!!
I like the Gavick-Template Output, k2 plus k2store. But NSP dont show the item price INCL.tax
Settings for K2store in News Show Pro GK4 ver. 3.3.4
Backend:
k2 + k2store (Content PLUS tax)!!!!
Push the Button "Bestellen" (Add to cart)
I think i have to change this:
\modules\mod_news_pro_gk4\tmpl - Line: 904-907
- Code: Select all
if($config['k2store_price'] == 1 ) {
$text_item_price = ($config['k2store_price_text'] == 1) ? '<strong>' . JText::_('MOD_NEWS_PRO_GK4_K2STORE_ITEM_PRICE') . '</strong>' : '';
$code .= '<span class="nspK2storePrice">' . $text_item_price . $k2store_currency_before . $plugins->k2storeitem_price . $k2store_currency_after . '</span>';
}
I only need help in this line!!