Jump to content

[PS 1.7.5] Modyfikacja linku śledzącego zamówienie w historii zamówień


nikos83

Recommended Posts

Witam!

Czy ktoś z Was wie może w jaki sposób można zmodyfikować link śledzenia który znajduje się w historii zamówień? W którym miejscu jest on generowany ponieważ nie mogę znaleźć miejsca.

W history.tpl widzę taki kod

  <strong>Nr listu przewozowego:</strong><br>
              <br>
              {if $order.shipping}
                {if $order.shipping|count > 1}
                  {foreach from=$order.shipping item=shipping}
                    {$shipping.carrier_name}: {$shipping.tracking nofilter }<br>
                  {/foreach}
                {else}
                  {$order.shipping[0].tracking nofilter }
                {/if}
              {else}
                -
              {/if}

W jaki sposób mogę edytować link który wyświetla się w historii. Chodzi tu tylko o dodanie klasy css do tego linku

numerLlistu.JPG

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...