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?
it is possible to hide the price in this mod?
-
- 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:
Comment like this:
Save and that's it.
Cheers
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

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