Hello all,
I am using oxid eshop version 6.2.3. Further, I have overridden the block "block' => 'account_order_history'"
to show some custom information to end-customer.
metadata.php:
‘blocks’ => [
[ ‘template’ => ‘page/account/order.tpl’,
‘block’ => ‘account_order_history’,
‘file’ => ‘/views/blocks/page/account/order.tpl’
]
];
So, could anyone please assist me with either this is the right way? Or oxid eshop provides some other possibilities to handle this.
Thanks in advance.