web-vision / wv_t3unity
TYPO3 part of the Unity extension pack. Adds Templates and classes for basic functionality.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 7.4
- ext-curl: *
- ext-gd: *
- ext-json: *
- ext-pdo: *
- typo3/cms-backend: ^10.4 || ^11.0
- typo3/cms-core: ^10.4 || ^11.0
- typo3/cms-filelist: ^10.4 || ^11.0
- typo3/cms-frontend: ^10.4 || ^11.0
- typo3/cms-tstemplate: ^10.4 || ^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- helhum/typo3-console: ^7.1
- phpstan/phpstan: ^1.3
- saschaegerer/phpstan-typo3: ^1.0
- ssch/typo3-rector: ^1.0
- symfony/var-dumper: ^5.4
- typo3/cms-belog: ^11.0
- typo3/coding-standards: ^0.5
Suggests
- b13/masi: Allowed pages or sys-folder to exclude from page slug
- dev-main
- 2.0.1
- 2.0.0
- 1.0.0
- dev-update-12-lts
- dev-seo-optimizations
- dev-master
- dev-upgrade-11-lts
- dev-upgrade/10lts
- dev-feature/CWDEV-240-rework-carousel-with-html-css-on
- dev-feature/HK-1170-appending-fileadmin-urls-with-t3-baseurl
- dev-upgrade/9lts
- dev-task/HK-1539-mage-unity-make-use-of-typo3-routing
- dev-feature/HK-1527-mage-unity-make-preview-available
- dev-feature/HK-1538-page-deletion-failing
- dev-feature/HK-1528-mage-unity-make-cache-clear-available
- dev-feature/managing-the-fileadmin-urls
- dev-20-04-2018
- dev-develop
This package is auto-updated.
Last update: 2024-10-29 15:41:32 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
- A working TYPO3 CMS v11 LTS System
- A Magento 2.4.x version with an installed Magento UniTY Extension, which can be found here: https://github.com/extendware/Magento-TYPO3-UniTY
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.