I try to extend this template using blocks but my data is not added.
I’ve double checked paths, blockname and filename in metadata.php but still, even if I put some string in my tpl it doesn’t show up. Modifying directly order_owner.tpl show up data.
Could there be any obvious reason for this? In the same metadata.php I have another tpl file that I am extending and that works correctly.
here is the block part of my metadata.php:
I’ve put together a basic module that should show a hardcoded string at checkout/order just after the shippingAndPayment block.
And it doesn’t show up for me.
Is there an obvious error that I keep overlooking?
Differences in block file definition per shop/metadata version.
In OXID eShop >= 4.6 with metadata version 1.0 template block "file" value was relative to "out/blocks" directory inside module root.
In OXID eShop 4.7 / 5.0 with metadata version 1.1 template block "file" value has to be specified directly from module root.
[QUOTE=leofonic;133728]
if you change blocks in metadata, you have to delete all blocks of the module in table oxtplblocks before activation.[/QUOTE]
Your testmodule works.