hi everybody,
i desperate need to hide the price of shipping..dont show it at all.
please, somebody help me, thanks.
example..
http://www.part.lt/img/0d5ac9dd619295be ... 63c103.png
1. EDIT: system/helper/currency.php (or system/library/currency if using 1.2.x)
2. FIND:
3. BEFORE, ADD:
2. FIND:
Code: Select all
return $string;
Code: Select all
//Q: Hide Shipping Prices
$trace = debug_backtrace();
if (isset($trace[1]['class']) && strpos($trace[1]['class'], 'ModelShipping') !== false) {
$string = "";
}//
Who is online
Users browsing this forum: No registered users and 7 guests