Hallo Community,
ich binde mittels folgendem Typoscript Code meine Extension ein:
Nun möchte ich aber eine andere Action aufrufen.
Wenn ich allerdings die Action ändere:
dann wird das gekonnt ignoriert.
Hat jemand eine Lösung?
ich binde mittels folgendem Typoscript Code meine Extension ein:
Code:
temp.Shop = USERtemp.Shop {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = Shop
pluginName = Productlisting
vendorName = J2
controller = Shop
action = list
view < plugin.tx_shop.view
persistence < plugin.tx_shop.persistence
settings < plugin.tx_shop.settings
}
page.10.variables.shopPlugin < temp.Shop
Wenn ich allerdings die Action ändere:
Code:
temp.Shop {
action = basket
}
Hat jemand eine Lösung?
Extension mittels Typoscript einbinden, Action definieren
Aucun commentaire:
Enregistrer un commentaire