GK5 don't show prices

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
Thu Feb 20, 2014 3:31 pm
Reply with quote
Report this post
Hi
I delete my tax for products because I configurated prices without tax, but with this suddenly the GK5 module in front don't show me prices.
I read https://www.gavick.com/forums/storebox- ... 32397.html and for this I created a new tax with 0% but this don't work, and with 1% neither...Now I don't know how to repare this issue. This is a GK5 problem and no Virtuemart problem. The VM forum don't help to another extensions.
User avatar
Expert Boarder

teitbite
Fri Feb 21, 2014 2:46 pm
Reply with quote
Report this post
Hi

This is a known issue. VM is counting several of prices for each producer. Unfortunately if Tax doesnt exists such price is 0. Please add Tax of 0% and included it to all products.
User avatar
Moderator

GK User
Wed Feb 26, 2014 1:52 pm
Reply with quote
Report this post
Forgive the delay in responding.
I've seen other people's happened, but I can not fix it.
I have a new tax for all the products because I have had no result with 0%. I have created a tax of 19% which is of my country, as it was before.
Each product has assigned a new tax and I also created a new product with the new 19% tax (as sometimes there are things in joomla have to start from 0), but nothing affects GK5 module, the price is still missing.
I created a new module GK5 thinking something bad about him, but is all still equal.
Please although this can be a known issue I don't know how to fix it.
User avatar
Expert Boarder

teitbite
Thu Feb 27, 2014 9:01 pm
Reply with quote
Report this post
User avatar
Moderator

GK User
Fri Feb 28, 2014 9:54 pm
Reply with quote
Report this post
I changed
"$news_price.= $currency->createPriceDiv('basePriceWithTax','',$product->prices);"
to
$news_price.= $currency->createPriceDiv('salesPrice','',$product->prices);
in line 153 in controller.php file in /modules/mod_news_pro_gk5/portal_modes/product_gallery_2, but it no results,
I still can't view prices.

I also have only one shopper group assigned to all products.

I tried changed the pricing options in VM for testing, selecting "Apply no rule" and "Apply General rules" ... well, all testing in administration.
I also disable tax and able tax, thinking maybe 'salesPrice' works only without tax assigned...
But price is still hide.
User avatar
Expert Boarder

GK User
Fri Feb 28, 2014 11:24 pm
Reply with quote
Report this post
After write this post I thought in change 'sales price" in "product_gallery" file and no in "product_gallery_2", and with this now works! And in override.css I wrote:
Code: Select all
.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricesalesPrice {
    font-size: 24px;
    font-weight: bold;
    line-height: 2px;
    margin-top: 44px;
    text-align: center;
   background-color: transparent;
}


My problem now is with VM pop-up. Some happens in my testings and now no works.
Thanks you..!
User avatar
Expert Boarder

teitbite
Sat Mar 01, 2014 10:10 pm
Reply with quote
Report this post
Hi

Ok. Good to hear prices are visible now. About the popup please tell me something more, but it would be best to make a new thread so different topics will be separated.
User avatar
Moderator


cron