Posted - 03/07/2020 : 10:43:53
If you are going to hack the brackets (native code) then you could just make a conditional statement there.
NOT ACTUAL CODE BUT Something like
if '.$totquant = 0 then (<span class="ectMCquant">whatever you want</span>)') else <span class="ectMCquant">'.$totquant.'</span>');
Of course changes to this file would be overwritten by updates and need to be re-done.
I believe you could also use javascript to modify the output there, without hacking the code.
Edited by - dbdave on 03/07/2020 10:46:39
|