Page 1 of 1

template for /includes/system/versioned/xxx/xxx seems to be ignored

Posted: Wed Aug 24, 2022 7:54 am
by dmenhinick
I have a new install of CE Phoenix v1.0.8.17 running on PHP Version 7.4.30. The install is standard with no addons but I did use the import tool to import an old OSCommerce DB and images.

I have used the override template to override /includes/languages/english.php successfully but when I try to override /includes/system/versioned/1.0.8.6/currencies.php it seems like my changes are ignored? The same changes to the core file work, but if I make the change in /templates/override/includes/system/versioned/1.0.8.6/currencies.php, they are ignored. Should this work?

Re: template for /includes/system/versioned/xxx/xxx seems to be ignored

Posted: Wed Aug 24, 2022 8:37 am
by Kofod95
If I remember correctly, classes are overriden outside the template: includes/system/override

//Daniel

Re: template for /includes/system/versioned/xxx/xxx seems to be ignored

Posted: Wed Aug 24, 2022 9:09 am
by heatherbell
Kofod95 wrote: Wed Aug 24, 2022 8:37 am If I remember correctly, classes are overrided outside the template: includes/system/override
Yes, see - https://github.com/CE-PhoenixCart/Phoen ... Overriding