Hello, I am using:
Joomla! 2.5.4
Vm 2.06
PHP versie 5.3.10
When prices are 0, and in the configuration the option ask for price is on, the button buy now is still in the shop.
Can someone help me?
Thx
Henk
Found it....
in the template the following code was missing:
if (!VmConfig::get('use_as_catalog', 0) and !empty($this->product->prices)) {
I'm having the same problem!!
I'm not a programer. Where do I put this code? In the template index.php file? Where in the file should I put the code?
Thank you in advance for your help!
Michelle
Michelle
If you are not a programmer then I suggest you leave it alone
You will need to create an override in your template for the relevant file.
Is there something stopping you upgrading to the lates version of VM 2.0.21?
Yes Michellezum, check the date, the post is a year old, I am quite sure the problem is fixed already