I have Opencart in Estonian language. Works great but buttons are not translated. "Add to cart", "Next", "Completed" etc..
I have right version of language pack and if I check
Code: Select all
/catalog/language/estonian/estonian.php
Code: Select all
$_['button_cart']
$_['button_back'] = 'Tagasi';
$_['button_continue'] = 'Jätka';
$_['button_cart'] = 'Lisa ostukorvi';