as80 Posted June 22, 2018 Share Posted June 22, 2018 Witam potrzebuje zrobić linki obok ceny przedmiotu na stronie produktu do zmiany wyświetlanej waluty. W pliku szablonu product.tpl dodałem: <a href="{url entity='currency' id=2}"> waluta 2 </a> Tak niestety nie działa, w module do zmiany walut na górze strony jest taki kod: <a title="{$currency.name}" rel="nofollow" href="{$currency.url}" class="dropdown-item">{$currency.iso_code} {$currency.sign}</a> w adresie url po zmianie waluty dodaje się to: ?SubmitCurrency=1&id_currency=2 Chodzi mi o sposób wpisania linka po id waluty Warunek jest taki że po kliknięciu musimy nadal być na tej samej stronie. Pomoże ktoś? Link to comment Share on other sites More sharing options...
as80 Posted June 25, 2018 Author Share Posted June 25, 2018 Nikt nie pomoże? Link to comment Share on other sites More sharing options...
as80 Posted June 25, 2018 Author Share Posted June 25, 2018 (edited) heh, jak zwykle problem rozwiązałem sam, rozwiązanie poniżej: <a href="?SubmitCurrency=1&id_currency=2"> <img src="/img/cms/euro.png" alt="Euro" > </a> <a href="?SubmitCurrency=1&id_currency=3"> <img src="/img/cms/funt.png" alt="Pound" > </a> <a href="?SubmitCurrency=1&id_currency=1"> <img src="/img/cms/zloty.png" alt="Złoty" > </a> Było to tak oczywiste a kombinowałem inaczej Temat do zamknięcia. Edited June 25, 2018 by as80 (see edit history) 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