Twig Hooks & PDF Template
Twig Hooks
Override or move the invoice blocks (example)
# config/packages/twig_hooks.yaml
sylius_twig_hooks:
hooks:
# Example: adjust placement/priority of an invoicing block on Admin Order show
# (Use hook names from the plugin's config/twig_hooks/)
'sylius_admin.order.show.content':
invoices:
template: '@App/Admin/Order/_invoices.html.twig' # your custom wrapper/template
priority: 30 # higher = rendered earlierPDF layout/template
Quick checklist
Last updated
Was this helpful?
