I downloaded Kermy's mini-cart for V8 and had no problems with installing it, it's a lovely little piece of work
My question however is can anyone point me in the right direction to go about changing the currency symbol from pounds to "$"? I searched through the script and found a line that read:
my $defaultCur="£";
so I thought I could be clever and just change that to:
my $defaultCur="$";
but this made the whole Actinic shopping cart including the main cart fall over and break Does anyone know how to switch the currency symbols?
My question however is can anyone point me in the right direction to go about changing the currency symbol from pounds to "$"? I searched through the script and found a line that read:
my $defaultCur="£";
so I thought I could be clever and just change that to:
my $defaultCur="$";
but this made the whole Actinic shopping cart including the main cart fall over and break Does anyone know how to switch the currency symbols?
Comment