Resource & Grids
Resource
Extending the Credit Memo grid
bin/console debug:config sylius_grid | less# config/packages/sylius_grid.yaml
sylius_grid:
grids:
sylius_refund_credit_memo: # use the actual name from debug:config
fields:
number:
type: string
label: 'sylius_refund.ui.credit_memo_number'
issuedAt:
type: datetime
label: 'sylius_refund.ui.issued_at'
orderNumber:
type: string
label: 'sylius.ui.order'
total:
type: string
label: 'sylius.ui.total'Order page integration
Verify your changes
Last updated
Was this helpful?
