In the frontend it always appeared “Your wishlist is empty” in English and not in Italian
In the folder:
\components\com_jshopping\templates\default\cart I modified the Wishlist file from:
<div class="wishlist_empty_text"><?php print Text::_('JSHOP_WISHLIST_EMPTY') ?></div>
to
<div class="wishlist_empty_text"><?php print Text::_('JSHOP_WISHLIST_IS_EMPTY') ?></div>
(add IS)
Because it recalls the “it-IT” file, in the \components\com_jshopping\lang folder:
define('_JSHOP_WISHLIST_IS_EMPTY', 'La tua lista dei desideri è vuota');
Did I do something right?
Последнее изменение: 20.12.2024 10:02



