|
Written on: 10. 06. 2010 [14:51]
|
|
ashley
coddington
Topic creator
registered since: 10.06.2010
Posts: 2
|
Hello everyone !
I was thinking about installing Magento 1.4 with the typogento extension, which seems really great! However, I have read on different forums that the typogento extension isn't support anymore and that there were difficulties using it with magento 1.4. Is it true ? Or is it still easy to install and use ? will it still be supported for the next magento releases ?
thanks for your answers
|
|
Written on: 29. 06. 2010 [17:35]
|
|
hackwell
Jörg
Developer
registered since: 13.10.2009
Posts: 18
|
TypoGento is still alive, we have published Version 1.0.0 one week ago.
|
|
Written on: 01. 07. 2010 [16:24]
|
|
ashley
coddington
Topic creator
registered since: 10.06.2010
Posts: 2
|
yeah ! great ! thank you! 
However I still have a question concerning Typogento because I'm not sure I clearly understand your announcement :
when you say "Frontend Users of TYPO3 may be synchronized with Magento customers", does it mean that all your customers are registered in Magento database and also in Typo3 database or are they registered in only one of the databases and in this case, which one ?
Thanx
|
|
Written on: 17. 08. 2010 [16:22]
|
|
janusz
Janusz Paskiewicz
registered since: 17.08.2010
Posts: 5
|
Hi Everyone,
Is this definition ok?
class Mage_Core_Model_App extends Flagbit_Typo3connect_Rewrites_Mage_Core_Model_App
My real problem is of further concern...
I have Magento 1.4.1.1
The newest TypoGento 1.0.2
Typo3 in version 4.4
In the backend of Typo3 if I go in left menu to "MAGENTO SHOP" -> "ADMIN" it just comes with blank content page.
I analysed the code and it looks like the problems occurs here:
Mage::app()->setCurrentStore(Mage::app()->getStore($store)); (class.tx_fbmagento_interface.php, line 113)
It just stops on that method: Mage::app()->getStore($store) without any error and does not go any further.
I tested the value of $store which is 'default' and that is correct.
I think it must be connected with the way the class Mage_Core_Model_App is redefined...
I appreciate any help on that!
Kind Regards,
Janusz
|