CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

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:

  1. 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!
}