(edit) I added an ocmod extension in the marketplace to *fix the problem
https://www.opencart.com/index.php?rout ... n_id=39911
I don't know if it's intended or not but the 3.0.3.5 and 3.0.3.6 versions are not adding the modification for twig files even if the modifications are created in the storage/modification folder.
As a Workaround I replaced line 12 within system/library/template/twig.php
Code: Select all
$file = DIR_TEMPLATE . $filename . '.twig';
Code: Select all
$file = modification( DIR_TEMPLATE . $filename . '.twig' );
cheers