News:

Support the VirtueMart project and become a member

Main Menu

Dollar sign in wrong place 25.82$

Started by jetdeck, February 08, 2013, 23:20:40 PM

Previous topic - Next topic

jetdeck

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.


jetdeck


PRO


jetdeck

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]

GJC Web Design

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'] );
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jetdeck

THank you!

Just quick question, how do I find this?? I am a complete novice.

in plugins/vmpayment/authorizenet/authorizenet.php line 1006

GJC Web Design

Open the file with ftp and edit that line...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jetdeck

So sorry but I need a little more hand holding. I have no idea where to start to access this file.

jetdeck

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

GJC Web Design

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..
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jetdeck