[TYPO3-shop] No language support in 2.6.0?
Kristian Wind
kw at hovsa.dk
Mon Jan 19 16:12:46 CET 2009
Hi all!
After reading the lates language-realted messages, I just realized that
I might have a problem. Are there no language support in tt_products 2.6.0?
I really do not need to translate anything, but only to show
product-images and some details. As I can read from others who has the
same problem, the products list do not show any products in the
alternative language.
My tt_products setup:
plugin.tt_products.limit = 12
plugin.tt_products.pid_list.field = self
plugin.tt_products.templateFile =
fileadmin/templates/shop/template_products.html
plugin.tt_products.wrap1.wrap = <span class="tx-ttproducts-pi1-wrap1"> |
</span>
plugin.tt_products.displayListCatHeader = 1
plugin.tt_products.displayBasketCatHeader = 0
#plugin.tt_products.UIDitemDisplay = 154
plugin.tt_products.listImage.file.maxW = 87
plugin.tt_products.listImage.file.maxH = 103
plugin.tt_products.image.file.maxW = 355
plugin.tt_products.image.file.maxH = 420
plugin.tt_products.PIDitemDisplay = 19
plugin.tt_products.language.type = noTranslation
plugin.tt_products.pid_list = 22
My Language setup:
config {
sys_language_uid = 0
language = dk
locale_all = da_DK
metaCharset = ISO-8859-1
uniqueLinkVars = 1
doctype = xhtml_trans
linkVars = L
}
config.sys_language_overlay = content_fallback
config.sys_language_mode = content_fallback
[globalVar = GP:L = 1]
config {
sys_language_uid = 1
language = gb
locale_all = gb_GB
metaCharset = utf-8
}
[global]
Thanks in advance!
/KW
More information about the TYPO3-project-tt-products
mailing list