Skip to content
Snippets Groups Projects
user avatar
Moritz Preuß authored
change address selection to bootstrap

See merge request riconet-public/typo3/rico_order_thermokon!8
14f919a2

Record Cart [Thermokon]

Dependencies

TYPO3 7.6.x

Extensions

  • riconet/t3-extension-products-thermokon ^1.8
  • riconet/t3-extension-order ^1.9
  • riconet/t3-extension-record-observer >=0.1.0 <=1.0.0
  • omegacode/german-workday-calculator ^3.1
  • helhum/typoscript-rendering 2.1.*

Overview

Adds Thermokon specific elements to rico_order.

Installation

  • Activate the extension via the Extensions module.
  • Include the static typo script file.

Order E-Mails

To change the sender email and name edit the corresponding typoscript constants from rico_order_thermokon. To edit the body and subject of the emails, edit the corresponding entries in the file Resources/Private/Language/locallang.xlf or the translated files.

Infos for developers

Override of \TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder (Hack)

! This behavior triggers only for plugin cart of extension rico_order !

This override has been created to make it possible, to add new actions, to rico_order´s CartController. This plugin is using switchable controller actions, which means: Allowed controller actions are defined by flexform (stored in database). To avoid expensive database queries, we decide to merge flexform settings of allowed controller actions, with those, who are defined in ext_localconf.php. This is something what is not meant to be by default, so keep this special change always in mind, when looking for bugs, test or implementing new features.