How to hide prices on mod_gk_vm_header

Multi-purpose Joomla template including ecommerce features and beautiful design
GK User
Tue Jun 24, 2008 2:51 pm
Regards

it is possible to hide the price in this mod?
User avatar
Fresh Boarder

Seichinha
Tue Jun 24, 2008 6:58 pm
Hi

Yes, it is.

Open the helper.php file on module folder and find this code:

Code: Select all
$this->price = $db->f('show_price');


Comment like this:

Code: Select all
//$this->price = $db->f('show_price');


Save and that's it.

Cheers ;)
User avatar

GK User
Sat Nov 22, 2008 1:57 am
and how you can get 'product_price_incl_tax' instead of 'product_price'?
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.