Jump to content
  • 0

"Warunki korzystania z usługi" konfiguracja


michal2

Question

1 answer to this question

Recommended Posts

  • 0

Modyfikujemy plik: /themes/twoj_temat/order-carrier.tpl

Znajdź kod:

               <p class="carrier_title">{l s='Terms of service'}</p>
                <p class="checkbox">
                    <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
                    <label for="cgv">{l s='I agree to the terms of service and will adhere to them unconditionally.'}</label>
                    <a href="{$link_conditions|escape:'html':'UTF-8'}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a>
               </p>

Zamiast: {$link_conditions|escape:'html':'UTF-8'} wstaw link do swojego pliku.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...