In the OXID6 paypal module you´ll find the tpl-blocks here:
/views/blocks/
In the OXID6 GDPR Opt-in module you´ll find the tpl-blocks here:
/Application/views/blocks/
In the metadata.php from the OXID6 paypal module, there is a starting slash in the file-section of a view-config-array.
‘file’=>’/views/blocks/deliveryset_main.tpl’
In the metadata.php from the OXID6 GDPR Opt-in module, there is NO starting slash in the file-section of a view-config-array.
‘file’ => ‘Application/views/blocks/user_invoice_address_form.tpl’,
both versions works fine. But what do thing is the better way?