View Issue Details

IDProjectCategoryView StatusLast Update
0007866OXID eShop (all versions)8. --- Twig engine ---public2025-12-05 11:37
Reporterd3 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version7.2.0 
Summary0007866: missing Product-Action-Widget [widget/product/action.html.twig]
DescriptionThe widget was registered in "Component/Widget/Action.php:21", but the widget template does not exist in the current Apex theme.
https://github.com/OXID-eSales/apex-theme/tree/v2.1.0/tpl/widget/product

Additionally, the related documentation is empty.
https://docs.oxid-esales.com/eshop/de/7.2/betrieb/aktionen/aktionen-und-startseite.html#eigene-aktionen-einbinden

Kind regards,
Anton Heinze
Additional InformationWorkaround:
Add the following to your template to use your own custom template instead of the missing default one:

{{ include_widget({ cl: "oxwactions", action: "your_action_id", ..., oxwtemplate: "customTemplate" }) }}
TagsApex, Template Blocks, Twig, Widgets
ThemeApex
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.