Post by Donce » Fri Oct 02, 2009 2:34 am

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

New member

Posts

Joined
Fri Aug 28, 2009 8:22 pm

Post by Qphoria » Fri Oct 02, 2009 4:16 am

1. EDIT: system/helper/currency.php (or system/library/currency if using 1.2.x)
2. FIND:

Code: Select all

return $string;	
3. BEFORE, ADD:

Code: Select all

//Q: Hide Shipping Prices
$trace = debug_backtrace();
if (isset($trace[1]['class']) && strpos($trace[1]['class'], 'ModelShipping') !== false) {
	$string = "";
}//

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Donce » Fri Oct 02, 2009 4:44 am

Yes!!!!!!!!!!!
it worked..thanks, appreciate it.

New member

Posts

Joined
Fri Aug 28, 2009 8:22 pm
Who is online

Users browsing this forum: No registered users and 4 guests