Page 1 of 1

Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Thu Sep 22, 2022 9:22 pm
by info@jrvsystem.se
I am trying out the popular extension from Dreamvention, Ajax Quick Checkout. The free light version.
Everything is working good, except translating to Swedish.
I found the language files on the server after installation and copied them to my Swedish folder and made the changes to Swedish - nothing.

I even tried editing the original files for the module in the English language folder - still no translation...?
This is super weird, where is the text pulled from if not from the php files with the definition for the variables?

I have cleared all cache.

Could this be something that they have blocked in the free version?
I would gladly pay for the PRO version if I could find that Lite version only comes with english and is blocked from being translated

I have sent a question to the developer regarding this but not yet got an answer.
Found a post on there FAQ about the same issue but there solution then was adding translate files for the extension and that I have already tried.

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Thu Sep 22, 2022 10:17 pm
by xxvirusxx
Module settings...

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Fri Sep 23, 2022 3:06 pm
by info@jrvsystem.se
xxvirusxx wrote:
Thu Sep 22, 2022 10:17 pm
Module settings...
I am sorry, but that did not help me at all. What do you mean?
Inside the module itself.. what they call visual editor, there is nothing for language in settings

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Fri Sep 23, 2022 3:21 pm
by info@jrvsystem.se
For now, I figured out a work around.
Added custom CSS ".ve-card__header{display: none;}"
As the problem with wrong translating only was on the headers, and the headers are not needed for the checkout to look good.

But it still would be good the know what is wrong here.

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Fri Sep 23, 2022 4:11 pm
by xxvirusxx
You have translated everything from? catalog\language\en-gb\extension\d_quickcheckout

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Mon Sep 26, 2022 4:11 pm
by info@jrvsystem.se
xxvirusxx wrote:
Fri Sep 23, 2022 4:11 pm
You have translated everything from? catalog\language\en-gb\extension\d_quickcheckout
Yes I have. As seen in your picture, "shipping method" "cart" an so on is not translated for you ether.
But I got a reply from the Dev. support now. The translations lands in the database files. So I need to change the database for the module as the translation is written to the database after installation of the extension.
I found the translation in the database "oc_dqc_setting_data" under key "language_2"

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Mon Sep 26, 2022 5:33 pm
by xxvirusxx
info@jrvsystem.se wrote:
Mon Sep 26, 2022 4:11 pm
Yes I have. As seen in your picture, "shipping method" "cart" an so on is not translated for you ether.
Work just fine from language files....

Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Posted: Mon Sep 26, 2022 7:33 pm
by info@jrvsystem.se
xxvirusxx wrote:
Mon Sep 26, 2022 5:33 pm
info@jrvsystem.se wrote:
Mon Sep 26, 2022 4:11 pm
Yes I have. As seen in your picture, "shipping method" "cart" an so on is not translated for you ether.
Work just fine from language files....
That is weird. Absolutely nothing happens for me after editing language files. And the developer also pointed me to the database for editing witch did work in the end.