Table of Contents

Introduction

MageLink offers extended integration methods to connect Magento with TYPO3. It was designed to create a product catalog within TYPO3 to display information about products.

Some of the core features are:

The TYPO3-Extension is written in Extbase/Fluid. It requires TYPO3 6.1+

Otherwise, please refer to the MageLink TYPO3 4.5 compatibility version.


MageLink offers different integration methods for Magento's Data:

  • Product Integration
  • Category Integration
  • Shopping Cart
  • Block Integration
  • Single SignOn/SignOff
  • Forgot Password Form
  • ViewHelpers to directly fetch data from Magento

The MageLink Module in Magento is the listener for requests that come from TYPO3. It delivers all information that is requested by the MageLink Plugins in TYPO3. MageLink creates its data connection by Webservices or by direct inclusion.

The direct way only works when TYPO3 and Magento are located on the same server.