Post by slinkie172 » Fri Apr 02, 2010 2:19 pm

Hi Folks,

I want to add "Inc delivery" to the end of every price on my website (on the home page and the product page).

How do I do this?

Thanks

Matt

New member

Posts

Joined
Sat Jan 09, 2010 2:20 am

Post by Qphoria » Fri Apr 02, 2010 7:14 pm

1. EDIT: system/library/currency.php

2. FIND:

Code: Select all

return $string;
3. BEFORE, ADD:

Code: Select all

		$trace = debug_backtrace();
		if (isset($trace[1]['class']) && strpos($trace[1]['class'], 'Controller') !== false) { 
			$string = ($string . " (inc delivery)");
		}

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 15 guests