Jump to content

PS_1.7 zmiana waluty linkiem


as80

Recommended Posts

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

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 by as80 (see edit history)
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...