[TYPO3-shop] tt_products insert record not working anymore

Sscha Falger falger at poison-apple.net
Tue Mar 6 13:49:39 CET 2007


Ok, first problem is solved. I can now insert records.
In ext_tables.php of tt_products I have just deleted the // on line 247 
[t3lib_extMgm::addToInsertRecords('tt_products');]

Now I changed the defaultCode to:
plugin.tt_products.defaultCode = SINGLE

Single code gets inserted, but I think the ID of the product is missing. 
This is the output:
	<div class="tx-ttproducts-pi1">
		<div id="tx-ttproducts-pi1-single"></div><!-- END: 
tx-ttproducts-pi1-single -->
	</div>

any hints?

Sascha Falger

Sscha Falger schrieb:
> Hello,
> 
> I have a new setup of tt_products 2.5.2. TYPO3 s Version 4.1RC2.
> Now I want own Sites in the pagetree for the Singelview of each product, 
> which can be differen from product to product. For me the best way to 
> solve this would be a page for each Product with the record rom 
> tt_product inserted on this page. But this works not anymore. I can 
> select the sysfolder where all my products are stored etc but no single 
> tt_products record.
> I have a similar setup of tt_products 1.0.0 on TYPO3 3.6.2. Here it 
> works without a problem.
> 
> any hints?
> 
> Sascha Falger


More information about the TYPO3-project-tt-products mailing list