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!
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.