View Issue Details

IDProjectCategoryView StatusLast Update
0007866OXID eShop (all versions)8. --- Twig engine ---public2025-12-08 11:37
Reporterd3 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
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

QA

2025-12-08 11:08

administrator   ~0018288

Dear Anton Heinze,

thank you for reporting this issue.

A additional workaround is to use Visual CMS and the Action-Widget to implement own Actions.

Best Regards
QA -SG-