Andreas-aus-M Posted December 23, 2021 Share Posted December 23, 2021 Order number and price are swapped before payment. Where can I change that ? thank you Quote Link to comment Share on other sites More sharing options...
mabrissaer Posted May 15 Share Posted May 15 (edited) Exact thing just happened to me, did anything change with yours? My $38 order turned into $60 processing on my CC... tutuapp 9apps showbox Edited May 16 by mabrissaer Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 26 Share Posted May 26 (edited) Using a programmer's text editor, open the file /language/de-DE.xml. Looking at lines 17-21, find what looks like: <version>1.0.0</version> The latest version is 2.0.0 - but the problem is still present. For version 1, scroll to near line 488. For version 2, scroll to near line 578. Then find: <group name="checkout"> Eight lines after that, find: <string name="make_payment" introduced="5.0.0"><![CDATA[Für Bestellnummer <strong>%s</strong> wird eine Summe von <strong>%s</strong> fällig]]></string> Please compose for yourself a new phrase that is a translation of this English phrase: (Note: change only the contents inside the CDATA[ and ]] delimiters.) <string name="make_payment" introduced="5.0.0"><![CDATA[A total of <strong>%s</strong> is due for order number <strong>%s</strong>]]></string> Note the order of the sentence subjects. Whatever the new phrase, the subjects in the sentence must match the English phrase - amount then order number. You will see that the current Deutsch phrase has the order of the subjects in the sentence backwards - order number then amount. Save the edited file, and have CubeCart clear its internal cache (in admin, button at the top-right corner). An issue will be posted in the Github. Edited May 26 by bsmither Quote Link to comment Share on other sites More sharing options...
Al Brookbanks Posted June 14 Share Posted June 14 Fixed with 2.0.1. Thanks. 1 Quote Link to comment Share on other sites More sharing options...
Marquis8547 Posted June 20 Share Posted June 20 That’s what I was looking for, what a information! present here at this website, thank you admin!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.