nikos83 Posted June 11, 2019 Share Posted June 11, 2019 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now