I need to implement currency block as well as language block in my prestashop shop v1.5.6.1.I have implemented these modules in advance footer section.language block is visible but i cant able to change the language by using dropdown.Currency block module is not dislaying at all in front end.
prestashop currency block and language block is not displaying properly
3.9k Views Asked by Rama Priya At
2
There are 2 best solutions below
1
On
I have made block language module to work by adding languages downloaded from Translation and upload it into my prestashop through
admin->localization->languages
Now its working fine.
add this line in your blockcurrencies.php file
add a blockcurrenciesfooter.tpl in your module folder.
add this code in blockcurrenciesfooter.tpl
Hook "Currency block" module to displayFooter