you have to change the Dbase to allow something other then an Integer
allthough you could also try to replace a specific number (example: 99999) for the text "POA" (This is probably easiest)
keep in mind though that the checkout and everything won't work, I'm not even sure how the cart will work...
allthough you could also try to replace a specific number (example: 99999) for the text "POA" (This is probably easiest)
keep in mind though that the checkout and everything won't work, I'm not even sure how the cart will work...
Opencart specialist | Our website | Our modules
Or you use the Displaying something other than $0 if no price is given mod 

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
except if not ALL $0 products are POA, then that won't be right.... but probably a good start
Opencart specialist | Our website | Our modules
Qphoria's mod worked perfectly but it doesn't work in 1.4.2
I get:
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /............../system/library/currency.php on line 78
I get:
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /............../system/library/currency.php on line 78
Qphoria wrote:Try this:nzjollyroger wrote: however when you have pickup for shipping its show ups as:
is there some way to make it apply to everything but the free shipping ?
Code: Select all
if ($format && (int)$value == 0) { $trace = debug_backtrace(); if (isset($trace[1]) && $trace[1]['class'] == 'ModelShippingFree') { return "0.00"; } else { return 'coming soon'; } }
Who is online
Users browsing this forum: No registered users and 71 guests