web-vision/wv_t3unity

TYPO3 part of the Unity extension pack. Adds Templates and classes for basic functionality.

2.0.1 2023-08-11 10:38 UTC

README

The Mage UniTY extension, developed by web-vision, allows seamless integration of the TYPO3 content management system with an existing Magento 2.x shop. This integration enhances search service optimization, improves visitor experience, and facilitates professional content marketing for your Magento store. Use TYPO3 as content mamagement system inside or side-by-side for your Magento sore.

Checkout the video here: https://youtu.be/q6b1Eg8bS7k

System Requirements

Installation

Easiest way to install the extension is via composer.

composer req web-vision/wv_t3unity

Alternatively you can install the extension manually from Github. Add the github repositiory to your composer.json file:

composer config repositories.t3_unity vcs git@github.com:web-vision/Magento-TYPO3-UniTY.git

Install the extension via composer:

composer require web-vision/wv_t3unity:dev-main

Configuration

After the Extension is installed, include the static TypoScript template in your template.

Now you can test if you have Unity ouput via typeNum 3212. Add this to /index.php?id=1&type=3211 to the url and you should get page output and /index.php?id=1&type=3212colPos=0 will ouput the colPos 0.

Furter information can be found in the manual: TBD.