| Author | Message |
|---|---|
|
Written on: 28. 10. 2010 [15:43]
|
|
|
cascaval
Tomas Mrozek
Topic creator
registered since: 28.10.2010
Posts: 1
|
I'm trying to get some output with this code: TYPOSCRIPT page.10.subparts.COLUMN_MAIN.30 = USER_INT page.10.subparts.COLUMN_MAIN.30 { userFunc = tx_fbmagento_pi1->main block = right } The extension is loaded and the main() method is called. Instead of some output I get redirected to the shop's homepage. QUESTION: Does anybody have an idea what might be wrong or what I should check? (while I'm pretty confident with TYPO3, I'm MUCH MUCH less familiar with Magento, so misconfiguration might pretty much be the issue) Configuration notes: Magento API user is set together with API Key and this is matched in the TYPO3 extension configuration. The user has a role set and this role has "Resource Access" set to "All". All the other aspects of configuration match the tutorial. Enviroment: TYPO3 4.4.4 Magento 1.4.1.1 fb_magento 1.0.2 [This article was edited 1 times, at last 28.10.2010 at 17:31.] |
|
Written on: 02. 11. 2010 [15:15]
|
|
|
Suffkopp
Markus
registered since: 16.09.2010
Posts: 3
|
Hi! Try this: Magento Backend System->Configuration->General->Web->Url Options "Redirect to Base URL if requested URL doesn't match it" has to be "No" This should stop the redirect. Suffkopp |