Collection of shop template files¶
The template pob_ttp_marker_xml.htm with only markers instead of texts is now available. Use this as an example if you want to build your multilingual website. It has also a big advantage if you want to change the default texts via TypoScript. You just have to put this into your Setup:
- Example of how to overrule LOCAL_LANG values for the plugin:
plugin.tt_products._LOCAL_LANG.default {
pi_list_searchBox_search = Search!
}
Just insert the language shortcut instead of 'default'.
plugin.tt_products._LOCAL_LANG.de {
pi_list_searchBox_search = Suche!
}