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
1. EDIT: system/library/currency.php
2. FIND:
3. BEFORE, ADD:
2. FIND:
Code: Select all
return $string;
Code: Select all
$trace = debug_backtrace();
if (isset($trace[1]['class']) && strpos($trace[1]['class'], 'Controller') !== false) {
$string = ($string . " (inc delivery)");
}
Who is online
Users browsing this forum: No registered users and 15 guests