<?php echo $price; ?> On the product.tpl file
How to get the price value without Currency? On the product.tpl file,
I need the price value not include the Currency
Hope someone help me to get this,
Thanks.
How to get the price value without Currency? On the product.tpl file,
I need the price value not include the Currency
Hope someone help me to get this,
Thanks.
if (($symbol_left) && ($format)) {
$string .= $symbol_left;
}
============
find the above and comment in system/library/currency.php
By this your currency sign remove.
Hope that this will help u although we are not recommended to edit in the library files.
Thanking You
Rupak Nepali
$string .= $symbol_left;
}
============
find the above and comment in system/library/currency.php
By this your currency sign remove.
Hope that this will help u although we are not recommended to edit in the library files.
Thanking You
Rupak Nepali
Rupak Nepali
webocreation.com@gmail.com
http://webocreation.com
Enjoy! Tips and tricks as well as free module.
delet this
if (($symbol_left) && ($format)) {
$string .= $symbol_left;
}
============
then all price no symbol ,it is also not good,the best one is can define a new name but i don't know how
if (($symbol_left) && ($format)) {
$string .= $symbol_left;
}
============
then all price no symbol ,it is also not good,the best one is can define a new name but i don't know how
Who is online
Users browsing this forum: No registered users and 12 guests