Twig Hooks & PDF template
Where the plugin defines hooks
Override or move the credit memo list (example)
# config/packages/sylius_twig_hooks.yaml
sylius_twig_hooks:
hooks:
# target a real Shgop Order Show hook; order and exact names visible in the Profiler
'sylius_shop.account.order.show.content.main.credit_memos':
list:
template: 'shop/order/credit_memos/list.html.twig'
priority: 20 # higher renders earlierCredit Memo PDF: file to override
Override path in your project (Symfony convention)
Acceptance checks
Troubleshooting
Last updated
Was this helpful?
