Skip to content

Instantly share code, notes, and snippets.

@boettner-it
boettner-it / AdminCommandController.php
Last active March 9, 2018 07:24
TYPO3 CommandController demo with injection of TS module settings
<?php
namespace My\Extension\Command;
/***************************************************************
*
* Copyright notice
*
* (c) 2017 Robert Böttner <robert@boettner.it>, boettner.it - Informationstechnologie
*
@boettner-it
boettner-it / Weight.php
Created October 26, 2015 17:13
Weight decorator for Aimeos for scaled weight dependent shipping costs
<?php
/**
* @copyright Copyright (c) Metaways Infosystems GmbH, 2013
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0
* @package MShop
* @subpackage Service
*/
@boettner-it
boettner-it / Projectmap.html
Last active September 14, 2015 11:58
FluidTYPO3 page template with nested <flux:form.object/> not working when exceeding a certain object limit
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:layout name="Page"/>
<f:section name="Configuration">
<flux:form id="projectmap" label="Projektkarte">
<flux:field.select name="settings.background" label="LLL:field.page.background"
@boettner-it
boettner-it / Shop.html
Last active August 29, 2015 14:15
Aimeos TYPO3 Fluid shop page template with single product navigation links
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:layout name="Page"/>
<f:section name="Configuration">
<flux:form id="shop" label="Shop" icon="{f:uri.resource(path: 'Backend/Icons/ShopPage.png')}">
<flux:grid>