Configuration -> Currencies -> Active Currency [$]
Positive Format [{symbol}{number} ]
Just put {symbol} in the front and all good!
I checked the above config, the setting was correct.
This incorrect dollar sign placement only shows up on the "Thank you for your order" page.
Anybody???
I really need help.
for what payment method?
we take amx, visa, mastercard
dollar signs look correct everywhere except "Thank you for your order page"
I wish I knew how to insert an image of the screen capture so I attached it.
Thank you so much!!
[attachment cleanup by admin]
think it's this
$html .= $this->getHtmlRow ('AUTHORIZENET_AMOUNT', $authorizeNetResponse['amount'] . ' ' . $currency->currency_name);
in plugins/vmpayment/authorizenet/authorizenet.php line 1006
try
$html .= $this->getHtmlRow ('AUTHORIZENET_AMOUNT', $currency->currency_name.$authorizeNetResponse['amount'] );
THank you!
Just quick question, how do I find this?? I am a complete novice.
in plugins/vmpayment/authorizenet/authorizenet.php line 1006
Open the file with ftp and edit that line...
So sorry but I need a little more hand holding. I have no idea where to start to access this file.
I'm really sorry to need so much directions but my web designer has disappeared before fixing this issue. I know i can do it but need more detail about how to access this file.
Thank you
This is very basic - Google ftp client ... e.g. filezilla
install a ftp client - download the file - edit it - upload it...
or most hosting control panels have a built in editor..
Thank you! It worked!!!