[TYPO3-UG Dutch] Commerce multi-language opzetten

WP Perquin perquin at yuplounge.nl
Sat Jul 19 14:06:12 CEST 2008


GOED ZO!!!!
Hier de complete lijst waar sys_language_uid wordt gebruikt in commerce. Het
komt in meer plaatsen voor....
Laat even weten als resopons WAT je hebt verandert en HOE dat er uit ziet.
Denk dat meerdere mensen het wel willen weten. 

Willem

Found 156 occurrences in 27 files for the word: sys_language_uid
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_articlecreator.php (561) 
	
$destLanguage=$localisedProducts['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_articlecreator.php (576) 
					'sys_language_uid' =>
$localisedProducts['sys_language_uid'],
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_articlecreator.php (576) 
					'sys_language_uid' =>
$localisedProducts['sys_language_uid'],
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_df_produ
ct_config.php (43)
'foreign_table_where' => '  AND sys_language_uid in (0,-1) AND
has_valuelist=1 AND multiple=0 ORDER BY title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_df_produ
ct_config.php (74)
'foreign_table_where' => '  AND sys_language_uid in (0,-1) ORDER BY title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_df_categ
ory_config.php (59)
'foreign_table_where' => ' AND has_valuelist=1 AND multiple=0 AND
sys_language_uid in (0,-1) ORDER BY title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_df_categ
ory_config.php (90)
'foreign_table_where' => ' AND sys_language_uid in (0,-1) ORDER BY title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\hooks\class.
tx_commerce_ordermailhooks.php (211) 
	function
generateTemplatearray($mailkind,$pid,$order_sys_language_uid) {
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\hooks\class.
tx_commerce_ordermailhooks.php (215) 
		$fields = "sys_language_uid=0 AND pid=".$pid . " AND
mailkind=" . $mailkind . $fields;
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\hooks\class.
tx_commerce_ordermailhooks.php (221) 
				$temprow =
$t3libPage->getRecordOverlay($this->tablename,$temprow,$order_sys_language_u
id);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\hooks\class.
tx_commerce_ordermailhooks.php (240) 
		$templates =
$this->generateTemplatearray($mailkind,$orderdata['pid'],$detaildata['order_
sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\hooks\class.
tx_commerce_cmhooks.php (290)
$locArticle['sys_language_uid'] = $value;
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (144) 
	  	    $this->category=new
tx_commerce_category($this->cat,$GLOBALS['TSFE']->tmpl->setup['config.']['sy
s_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (147) 
			$this->category=new
tx_commerce_category($this->master_cat,$GLOBALS['TSFE']->tmpl->setup['config
.']['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (228) 
	 		$this->product=new
tx_commerce_product($prodID,$GLOBALS['TSFE']->tmpl->setup['config.']['sys_la
nguage_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (420) 
	                        $attributeObj = new
tx_commerce_attribute($attribute_uid,$GLOBALS['TSFE']->tmpl->setup['config.'
]['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (461) 
						$attributeObj = new
tx_commerce_attribute($attribute_uid,$GLOBALS['TSFE']->tmpl->setup['config.'
]['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi1\class.tx
_commerce_pi1.php (509) 
	                                  $attributeObj = new
tx_commerce_attribute($attribute_uid,$GLOBALS['TSFE']->tmpl->setup['config.'
]['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (277) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (293) ...		'fe_admin_fieldList' => 'sys_language_uid,
l18n_parent, l18n_diffsource, hidden, starttime, endtime, fe_group, title,
subtitl...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (308) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (320) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (333) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (349) ...		'fe_admin_fieldList' => 'sys_language_uid,
l18n_parent, l18n_diffsource, hidden, starttime, endtime, fe_group, title,
subtitl...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (367) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (383) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, starttime, endtime, fe_group, price_gross,
price_net, price_scale_amount, purchase_price',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (415) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (434) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, starttime, endtime, fe_group, has_valuelist, title,
internal_title, unit, valueformat, valuelist',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (449) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (463) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, starttime, endtime, value, showvalue,
attributes_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (476) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (492) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, starttime, endtime, fe_group, title, subtitle,
description, images, navtitle, keywords, attributes, parent_category',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (504) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (512) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, title, description',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (525) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (534) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (572) 
		'fe_admin_fieldList' => 'cust_deliveryaddress,
order_type_uid, order_id, cust_fe_user, cust_invoice, paymenttype,
sum_price_net,
sum_price_gross,pid,cu_iso_3_uid,order_sys_language_uid,pricefromnet',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (603) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (611) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (623) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (632) 
		'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, title',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (644) 
		'languageField' => 'sys_language_uid',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\ext_tables.p
hp (657) 
        'fe_admin_fieldList' => 'sys_language_uid, l18n_parent,
l18n_diffsource, hidden, starttime, endtime, fe_group, name, mailkind,
mailtemplate, sendername, senderemail,otherreceiver,BCC',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\mod_systemda
ta\index.php (202) 
		$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*',
'tx_commerce_attributes', 'pid=' .$this->attrUid .' AND hidden=0 AND
deleted=0 and sys_language_uid =0', '', 'internal_title, title');
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\mod_systemda
ta\index.php (224) ...SELECTquery('*', 'tx_commerce_attributes', 'pid='
.$this->attrUid .' AND hidden=0 AND deleted=0 and sys_language_uid <>0 and
l18n_parent ='.$attribute['uid'], '', 'sys_language_uid');...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\mod_systemda
ta\index.php (224) ...d .' AND hidden=0 AND deleted=0 and sys_language_uid
<>0 and l18n_parent ='.$attribute['uid'], '', 'sys_language_uid');...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\mod_systemda
ta\index.php (236) 
					$result .=
$recordList->languageFlag($localAttributes['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (43) 
		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,title'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (47) 
		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (61) 
			'displayCond' => 'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (70) 
				'foreign_table_where' => 'AND
tx_commerce_article_types.pid=###CURRENT_PID### AND
tx_commerce_article_types.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (97) 
		'0' => Array('showitem' => 'sys_language_uid;;;;1-1-1,
l18n_parent, l18n_diffsource, hidden;;1, title;;;;2-2-2')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (109) ...		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,title,subtitle,navtit...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (113) 
		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (127) 
			'displayCond' => 'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (136) 
				'foreign_table_where' => 'AND
tx_commerce_articles.pid=###CURRENT_PID### AND
tx_commerce_articles.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (426) ...
sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, hidden;;1,
title;;;;2-2-2, subtitle;;;;3-3-...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (439) 
		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,price_gross,price_net,purchase_price',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (443) 
		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (460) 
			'displayCond' => 'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (469) 
				'foreign_table_where' => 'AND
tx_commerce_article_prices.pid=###CURRENT_PID### AND
tx_commerce_article_prices.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_articles.tca.php (604) 
			sys_language_uid;;;;1-1-1, l18n_parent,
l18n_diffsource, hidden;;1, price_gross, price_net, price_scale_amount,
purchase_price;;;;3-3-3, uid_article'),
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (43) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,has_valuelist,title,internal_title, unit,valuelist,icon'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (47) 		'sys_language_uid' => array
(
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (61) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (70)
'foreign_table_where' => 'AND tx_commerce_attributes.pid=###CURRENT_PID###
AND tx_commerce_attributes.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (131) 			'displayCond' =>
'FIELD:sys_language_uid:=:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attributes.tca.php (221)
'sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, hidden;;1,
has_valuelist, multiple, valueformat, title;;;;2-2-2, internal_title, unit,
icon;;;;3-3-3;,'.
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attribute_values.tca.php (42) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,value
,attributes_uid'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attribute_values.tca.php (46) 		'sys_language_uid' => array
(
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attribute_values.tca.php (60) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attribute_values.tca.php (69)
'foreign_table_where' => 'AND
tx_commerce_attribute_values.pid=###CURRENT_PID### AND
tx_commerce_attribute_values.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_attribute_values.tca.php (163) 		'0' =>
array('showitem' => 'sys_language_uid;;;;1-1-1, l18n_parent,
l18n_diffsource, hidden;;1, value, showvalue, icon, attributes_uid')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (42) 		'showRecordFieldList' =>
'cust_deliveryaddress,order_type_uid,order_id,cust_fe_user,cust_invoice,paym
enttype,sum_price_net,sum_price_gross,crdate,pid,payment_ref_id,cu_iso_3_uid
,order_sys_language_uid,pricefromnet'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (173) 		'order_sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (209)
'order_sys_language_uid;LLL:EXT:lang/locallang_general.php:LGL.language;;;,'
.
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (230) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,title'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (234) 		'sys_language_uid' => array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (248) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (257)
'foreign_table_where' => 'AND tx_commerce_order_types.pid=###CURRENT_PID###
AND tx_commerce_order_types.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_orders.tca.php (277) 		'0' => array('showitem' =>
'sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, title;;;;2-2-2')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_products.tca.php (52) 
		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,title,subtitle,navtitle,description,images,teaser,teaserimages,manufactu
rer_uid'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_products.tca.php (56) 
		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_products.tca.php (70) 
			'displayCond' => 'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_products.tca.php (79) 
				'foreign_table_where' => 'AND
tx_commerce_products.pid=###CURRENT_PID### AND
tx_commerce_products.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_products.tca.php (420) ...
sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, hidden;;1,
title;;;;1-1-1, subtitle;;;;3-3-...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (16) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,title'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (20) 		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (34) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (43) 				'foreign_table_where' => 'AND
tx_commerce_address_types.pid=###CURRENT_PID### AND
tx_commerce_address_types.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (73) 		'0' => Array('showitem' =>
'sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, title;;;;2-2-2')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (84) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,title'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (88) 		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (102) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (111) 				'foreign_table_where' => 'AND
tx_commerce_user_states.pid=###CURRENT_PID### AND
tx_commerce_user_states.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tca
.php (131) 		'0' => Array('showitem' =>
'sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, title;;;;2-2-2')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_categories.tca.php (51) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,title,subtitle,navtitle,description,images,keywords'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_categories.tca.php (55) 		'sys_language_uid' => Array
(
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_categories.tca.php (69) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_categories.tca.php (78)
'foreign_table_where' => 'AND tx_commerce_categories.pid=###CURRENT_PID###
AND tx_commerce_categories.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_categories.tca.php (274) ...
sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, hidden;;1,
title;;;;2-2-2, subtitle;;;;3-3-...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_tracking.tca.php (41) 		'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,title,description'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_tracking.tca.php (45) 		'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_tracking.tca.php (59) 			'displayCond' =>
'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_tracking.tca.php (68)
'foreign_table_where' => 'AND
tx_commerce_trackingcodes.pid=###CURRENT_PID### AND
tx_commerce_trackingcodes.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_tracking.tca.php (97) ...		'0' => Array('showitem' =>
'sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, title;;;;2-2-2,
description;;;richtext[past...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_moveordermails.tca.php (12) 
        'showRecordFieldList' =>
'sys_language_uid,l18n_parent,l18n_diffsource,hidden,starttime,endtime,fe_gr
oup,name,mailkind,mailtemplate,sendername,senderemail,otherreceiver,BCC'
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_moveordermails.tca.php (16) 
        'sys_language_uid' => Array (
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_moveordermails.tca.php (30) 
			'displayCond' => 'FIELD:sys_language_uid:>:0',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_moveordermails.tca.php (39) 
				'foreign_table_where' => 'AND
tx_commerce_moveordermails.pid=###CURRENT_PID### AND
tx_commerce_moveordermails.sys_language_uid IN (-1,0)',
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
commerce_moveordermails.tca.php (173) 
        '0' => Array('showitem' => 'sys_language_uid;;;;1-1-1, l18n_parent,
l18n_diffsource,hidden;;1;;1-1-1, name, mailkind, mailtemplate, sendername,
senderemail, otherreceiver, BCC')
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi3\class.tx
_commerce_pi3.php (711) 
		$orderData['order_sys_language_uid'] =
$GLOBALS['TSFE']->config['config']['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi3\class.tx
_commerce_pi3.php (711) 
		$orderData['order_sys_language_uid'] =
$GLOBALS['TSFE']->config['config']['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_product.php (470)
...OBALS['TYPO3_DB']->exec_SELECT_mm_query('distinct
tx_commerce_attributes.uid,tx_commerce_attributes.sys_language_uid,tx_commer
ce_articles.uid as article ,tx_commerce_attributes.title,
tx_commerce_attr...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_product.php (548) 
	
" and
tx_commerce_articles_article_attributes_mm.uid_local=tx_commerce_articles.ui
d and tx_commerce_articles.sys_language_uid=".$this->lang_uid.
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_product.php (596) 
	
" and
tx_commerce_articles_article_attributes_mm.uid_local=tx_commerce_articles.ui
d and tx_commerce_articles.sys_language_uid=".$this->lang_uid.
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_product.php (705)
...OBALS['TYPO3_DB']->exec_SELECT_mm_query('distinct
tx_commerce_attributes.uid,tx_commerce_attributes.sys_language_uid,tx_commer
ce_products.uid as product ,tx_commerce_attributes.title,
tx_commerce_attr...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_product.php (784) 
	
" and tx_commerce_products_attributes_mm.uid_local=tx_commerce_products.uid
and tx_commerce_products.sys_language_uid=".$this->lang_uid.
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_pibase.php (1198) 
				$myProduct=new
tx_commerce_product($myProductId,$GLOBALS['TSFE']->tmpl->setup['config.']['s
ys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (43) 
 		#debug($data['row']['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (48) 
		if ($data['row']['sys_language_uid']>0) {
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (49) 
			$addWhere .= ' and
tx_commerce_products.sys_language_uid='.$data['row']['sys_language_uid'].'
';
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (49) 
			$addWhere .= ' and
tx_commerce_products.sys_language_uid='.$data['row']['sys_language_uid'].'
';
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (52) ...xec_SELECTquery('distinct
tx_commerce_products.title,tx_commerce_products.uid,
tx_commerce_products.sys_language_uid, count(tx_commerce_articles.uid) as
anzahl','tx_commerce_products,tx_commerce_artic...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (52) ....uid_product
".$addWhere,'tx_commerce_products.title,tx_commerce_products.uid,
tx_commerce_products.sys_language_uid','tx_commerce_products.title,tx_commer
ce_products.sys_language_uid');...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (52) ...oducts.uid,
tx_commerce_products.sys_language_uid','tx_commerce_products.title,tx_commer
ce_products.sys_language_uid');...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (53) ...']->SELECTquery('distinct
tx_commerce_products.title,tx_commerce_products.uid,
tx_commerce_products.sys_language_uid','tx_commerce_products,tx_commerce_art
icles',"tx_commerce_products.uid=tx_commerce_...
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (61) 
			if ($rowProducts['sys_language_uid']> 0) {
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_forms_select.php (62) 
	
$resLanguage=$GLOBALS['TYPO3_DB']->exec_SELECTquery('title','sys_language','
uid='.$rowProducts['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_navigation.php (665) 
	
$ProductObject->init($this->gpVars['showUid'],$GLOBALS['TSFE']->sys_language
_uid);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_navigation.php (669) 
	
$CategoryObject->init($this->gpVars['catUid'],$GLOBALS['TSFE']->sys_language
_uid);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_navigation.php (710) 
	
$CategoryObject->init($catID,$GLOBALS['TSFE']->sys_language_uid);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_db_category.php (222) 		if ((($lang_uid ==0) ||
empty($lang_uid)) &&
($GLOBALS['TSFE']->tmpl->setup['config.']['sys_language_uid']>0))
{
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_db_category.php (223)
$lang_uid=$GLOBALS['TSFE']->tmpl->setup['config.']['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_db_category.php (262)
"l18n_parent = ".$return_data['uid'].' AND sys_language_uid='.$lang_uid.
$where_clause2
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_basic_basket.php (117) 
					$article=new
tx_commerce_article($article_uid,$GLOBALS['TSFE']->tmpl->setup['config.']['s
ys_language_uid'])	;
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_basic_basket.php (125) 
				if ($this->basket_items[$article_uid]=new
tx_commerce_basket_item($article_uid,$quantity,$priceid,$GLOBALS['TSFE']->tm
pl->setup['config.']['sys_language_uid'])){
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_db_alib.php (122) 		if ((($lang_uid ==0) ||
empty($lang_uid)) &&
($GLOBALS['TSFE']->tmpl->setup['config.']['sys_language_uid']>0))
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\lib\class.tx
_commerce_db_alib.php (124)
$lang_uid=$GLOBALS['TSFE']->tmpl->setup['config.']['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (87) 				$lok_data =
t3lib_BEfunc::getRecord('tx_commerce_articles', $articleUid[0],
'sys_language_uid');
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (88) 				$sys_language_uid =
$lok_data['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (88) 				$sys_language_uid =
$lok_data['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (90) 			if
(empty($sys_language_uid))	{
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (91) 				$sys_language_uid =
0;
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (96) 				$lok_data =
t3lib_BEfunc::getRecord('tx_commerce_products', $articleUid[0],
'sys_language_uid');
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (97) 				$sys_language_uid =
$lok_data['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (97) 				$sys_language_uid =
$lok_data['sys_language_uid'];
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (99) 			if
(empty($sys_language_uid))	{
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (100)
$sys_language_uid = 0;
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (111) 		if ($sys_language_uid>0)
{
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (112)
$lok_data=t3lib_BEfunc::getRecordRaw('tx_commerce_attributes','sys_language_
uid='.$sys_language_uid.' AND l18n_parent='.$aData['uid'],'*');
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (112)
$lok_data=t3lib_BEfunc::getRecordRaw('tx_commerce_attributes','sys_language_
uid='.$sys_language_uid.' AND l18n_parent='.$aData['uid'],'*');
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\class.tx_com
merce_attributeeditor.php (160) 		if (($aData['has_valuelist']
== 1) && ($sys_language_uid <> 0)) {
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi2\class.tx
_commerce_pi2.php (442) 		$this->delProd = new
tx_commerce_product($this->conf['delProdId'],$GLOBALS['TSFE']->tmpl->setup['
config.']['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi2\class.tx
_commerce_pi2.php (500) 		$this->payProd = new
tx_commerce_product($this->conf['payProdId'],$GLOBALS['TSFE']->tmpl->setup['
config.']['sys_language_uid']);
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\pi2\class.tx
_commerce_pi2.php (659)
$attributeObj = new
tx_commerce_attribute($attribute_uid,$GLOBALS['TSFE']->tmpl->setup['config.'
]['sys_language_uid']);
-----Oorspronkelijk bericht-----
Van: typo3-ug-dutch-bounces at lists.netfielders.de
[mailto:typo3-ug-dutch-bounces at lists.netfielders.de] Namens Stef Vossen
Verzonden: zaterdag 19 juli 2008 13:54
Aan: TYPO3 Usergroup Dutch
Onderwerp: Re: [TYPO3-UG Dutch] Commerce multi-language opzetten

Ik heb in de map tcafiles in alle betreffende bestanden de code
aangepast naar bijv. " tx_commerce_articles.sys_language_uid =
sys_language_uid " .

Voor hoofdcategorieen en producten lijkt het nu te werken. Bij
subcategorieen werkt het alleen nog steeds niet.


Stef

Op 18 juli 2008 14:10 heeft WP Perquin <perquin at yuplounge.nl> het
volgende geschreven:
> Met Zend Professional (ideaal voor dit soort zaken) snel gezocht op
> sys_language_uid in de commerce code.
> Taal staat wel netjes als attribuut in de commerce_products database
table.
>
> Wat me opviel is dat bij de commerce queries de sys_language_id vaak wordt
> "gekort" door te zeggen dat het IN (0,-1) zit en volgens mij geef je
daarmee
> standaard aan dat het alles moet pakken.
> Bijvoorbeeld:
>
\\10.0.0.120\testomg\typo3tt\rootwebsite\typo3conf\ext\commerce\tcafiles\tx_
> commerce_articles.tca.php (70)
>                                'foreign_table_where' => 'AND
> tx_commerce_article_types.pid=###CURRENT_PID### AND
> tx_commerce_article_types.sys_language_uid IN (-1,0)',
>
> Ik denk dat wanneer je IN(-1,0) zou vervangen door sys_language_uid  hij
het
> zou moeten doen. Doe wel een backupje. Kans bestaat dat het niet zo is. Zo
> "verkl**t' ik er meestal veel tijd aan.
>
> Ik kan je de lijst sturen van gevonden sys_language_uid in de
verschillende
> commerce codes. Je kan ook even Zend Pro uitproberen. Met CTRL-ALT-F doet
> hij dan een volledige directory search op jacht naar dat stukje in de
code.
>
>
> Willem
>
>
>
>
> -----Oorspronkelijk bericht-----
> Van: typo3-ug-dutch-bounces at lists.netfielders.de
> [mailto:typo3-ug-dutch-bounces at lists.netfielders.de] Namens Stef Vossen
> Verzonden: vrijdag 18 juli 2008 13:25
> Aan: typo3-ug-dutch at lists.netfielders.de
> Onderwerp: [TYPO3-UG Dutch] Commerce multi-language opzetten
>
> Beste lijst,
>
> Ik ben bezig om een Commerce shop op te zetten. Ik heb de handelingen
> gevolgd zoals deze beschreven staan op:
> http://wiki.typo3.org/index.php/Commerce . Hiermee is het gelukt om de
> shop opgezet te krijgen.
>
> Nu wou ik verder gaan naar de volgende stap; Multi-language. Dit wilt
> alleen niet lukken.
>
> Ik heb de typo3 configuratie naar mijn weten juist ingesteld om te
> werken met meerdere talen. Het veranderen van taal van standaard
> pagina's en andere extensies is dan ook geen probleem.
>
> Echter in Commerce wilt het niet werken. De engelse vertaling laat
> zich op de nederlandse pagina zijn en juist niet op de engelse. Dit
> terwijl het in de back-end naar mijn weten goed ingesteld zou moeten
> zijn. Op de bugtracker is het zelfde probleem bekend:
> http://bugs.typo3.org/view.php?id=8901 .
>
> Schijnbaar zijn er meerdere mensen met dit probleem. Zoals
> http://www.typo3.net/forum/list/list_post//78939/ en
>
http://support.typo3.org/projects/commerce/m/typo3-commerce-localized-articl
> e-records-are-shown-in-fe-together-with-article-in-standard-languag/p/28/
> . Alleen wordt er op deze artikelen niet gereageerd door zowel
> gebruikers als ontwikkelaars.
>
> Ik heb het geprobeerd met de volgende versies:
>
> Typo3: 4.1.5, 4.2.0 en 4.2.1
> Commerce: 0.8.29, 0.9.0, 0.9.2, 0.9.4 en 9.6.0
> Moneylib, static info tables, graytree, flexform: versies die bij de
> versies van Commerce geadviseerd werden
>
> Zijn er misschien mensen die Commerce wel werkend hebben gekregen
> i.c.m. de meertaligheid?
>
>
> Met vriendelijke groet,
> Stef Vossen
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
>
>
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
>
_______________________________________________
TYPO3-UG-dutch mailing list
TYPO3-UG-dutch at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch




More information about the TYPO3-UG-dutch mailing list