Search the Community
Showing results for tags 'switcher'.
-
Hello, i'm trying to modify currency switcher as follow: if user click on first currency ISO name it automatically changes to second currency (without dropdown, just click on ISO name). So i mofidied ps_currencyselector.tpl: <div class="currency-selector dropdown js-dropdown popup-over" id="currency-selector-label"> <span class="hidden-xs-up">{l s='Currency:' d='Shop.Theme.Global'}</span> {if $currency.id = 3} <a title="{$currency.name}" rel="nofollow" href="/?SubmitCurrency=yes&id_currency=1"><span class="_gray-darker">{$current_currency.iso_code} </span></a> {elseif $currency.id = 1} <a title="{$currency.name}" rel="nofollow" href="/?SubmitCurrency=yes&id_currency=3"><span class="_gray-darker">{$current_currency.iso_code} </span></a> {/if} </div> and it is not working.
-
Bonjour à tous, Notre site est en multi-boutique (France , Belgique etc..) Nous souhaitons ajouter les drapeaux des pays à coté de chacun des noms de boutique. Nous avons vu que cela était possible pour le sélecteur de langue mais nous voudrions le faire pour le sélecteur de pays. Si quelqu'un pouvait nous indiquer la marche à suivre ou le dossier où insérer un code précis ce serait top . Merci d'avance Virgile
- 3 replies
-
- flag
- multistore
-
(and 1 more)
Tagged with:
-
hi i intend to use prestashop multistore as every store different language for example store.com/en-GB is a store in english store.com/de-ES is a store in Spain but the problem is what is the code to add language switcher between this for example if i'm in store.com/en-GB/index.php?id_product=1&id_product_attribute=1&rewrite=faded-short-sleeves-tshirt&controller=product#/1-size-s/13-color-orange iwant when i click on the button move to store.com/de-ES/index.php?id_product=1&id_product_attribute=1&rewrite=faded-short-sleeves-tshirt&controller=product#/1-size-s/13-color-orange
- 1 reply
-
- prestashop
- language
-
(and 1 more)
Tagged with: