My eshop will be translated in 2 languages.
I have made a costum footer editing templates in 2.0.14.
Should i place code something like
{if $smarty.const.CART_LANGUAGE == "ENG"}
english html
{else}
other language html
{if}
or i better to do this through BLIOCK and languages in admin panel?
I find the second solution more difficult to costumize but if it is better i will go on with this.
thanks for any hint