Checkout.AcceptTermsOfService.Read

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hi,

I set this variable to change the text in french.
I wrote something wrong cause it dosn't work.

How can I have juste the text "lire" with the adresse of the term of conditions.

Thankyou

Sylvain
13 лет назад
ff441 wrote:
Hi,

I set this variable to change the text in french.
I wrote something wrong cause it dosn't work.

How can I have juste the text "lire" with the adresse of the term of conditions.

Thankyou

Sylvain

Hi Sylvain:
Go to Admin>Configuration>Location>Languages>View string resources(French) and search for Resource name "Checkout.AcceptTermsOfService.Read" and change its valeu to "Lire"
13 лет назад
Thanks but when i add "lire" there is nothing that appear.

I have the other sentence "I agree blabla..." and nothing else.


Thankyou
13 лет назад
the checkout terms are made up of two resource strings :

Checkout.AcceptTermsOfService.Read
     (read)
&
Checkout.IAcceptTermsOfService
      I agree with the terms of service and I adhere to them unconditionally {0}.    



you should edit both, but note       {0}        is the place where    '(read)'      will appear as a link to your actual terms and conditions

- edit      Checkout.IAcceptTermsOfService       to include    {0}

- hayden
13 лет назад
Yes thankyou

That's Works anymore
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.