VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: MastaChu on December 10, 2013, 19:18:50 PM

Title: Turned off prices, how to turn on "ask a question"
Post by: MastaChu on December 10, 2013, 19:18:50 PM
VirtueMart 2.0.24c
Localhost using XAMPP
Joomla 2.5

So, the story is about client that really do not know what he want so i want to use virtuemart to show products, images and info and somewhere in future to make easy correction in prices and VAT  to make webshop almost in one click.  ::)

So now i want only catalog mode, products only with images and info, but when i turn off prices than i lose "ask question about product" and that`s really annoying.

Anyone know how to get this to work?

Thanks in advance!
Title: Re: Turned off prices, how to turn on "ask a question"
Post by: MastaChu on December 23, 2013, 14:15:32 PM
Found a solution for this:

- i have turned Virtuemart in to catalog mode so there is no "Ask question".
- edited file on\com_virtuemart\productdetails\default.php but under your template if there is one that has the file... I am using Gavick template...
- code line 172
- <p>SKU: <b><?php echo $this->product->product_sku ?></b></p>

It appears right under the descrition  :) where i want it.