witrin / TypoGento

Integrating Magento with TYPO3.
15 stars 3 forks source link

How to display navigation on category page #25

Closed riker09 closed 12 years ago

riker09 commented 12 years ago

How can I display a vertical navigation on a page? Or in other words, how can I load any Magento block within a Typo3 page. I'd like to see a code snippet, please and hopefully I can work my way up from there.

Oh, by the way, thank you for improving TypoGento. It is really sad that the original plugin isn't maintained anymore. I really appreciate your work and what's more, your help.

witrin commented 12 years ago

There is an example in the README for the Magento block top.search. It is only possible in TypoScript Setup, which means you have to find a way to put temp.search into your TYPO3 Template. Check out the reference of plugin.tx_typogento_pi1 in the Wiki for more properties:

temp.search < plugin.tx_typogento_pi1
temp.search {
     # Render Magento block 'top.search'
    block = top.search
}

Please excuse my late response. Currently I've serious issues with my back.