[Typo3-shop] TT_shop issues discussion: Technical Diskussion

Franz Holzinger franz at fholzinger.com
Thu Nov 18 10:57:48 CET 2004


Karsten Dambekalns schrieb:

> You might want to think about creating an adaptor API that can tie in
> different systems (like SQL-Ledger, Compiere, ...) as is mentioned
> here:
>>    * interfaces to other software
> 

I think this should discussed in the wiki how this API should work exactly.

> Prepare for the fact that someone
> might want to have products handled outside of TYPO3 completely, aside
> from the actual shop. This will probably enable 'real' uses (as in
> 'huge shop').
When someone handles products outside TYPO3 he will have to import his 
tables and every change into the TYPO3 database or there must be a 
database connection via the DBAL to the external product database. If he 
is inserting data from an external database using a Linux cronjob, there 
must be a shell script for this when he uses e.g. MySQL for the TYPO3 
shop and ORACLE for his own product system.

> If you really stick to MVC al principle, you should be able to put the
> needed parts into something that can be switched, overloaded, ... to
> give the needed flexibility.
This will be necessary.

Franz



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