Post by trueliar » Wed Jul 29, 2020 11:39 am

Hello,

(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';
with

Code: Select all

$file = modification( DIR_TEMPLATE . $filename . '.twig' );
-----



cheers

New member

Posts

Joined
Sat Jan 11, 2014 12:09 am
Who is online

Users browsing this forum: No registered users and 5 guests