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

Ask the community for help and support.
Post Reply
dmenhinick
Posts: 10
Joined: Wed Aug 24, 2022 7:22 am
Has thanked: 5 times

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

Post 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?
User avatar
Kofod95
VIP Member
VIP Member
Posts: 605
Joined: Sat Feb 06, 2021 7:38 pm
Has thanked: 80 times
Been thanked: 141 times

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

Post by Kofod95 »

If I remember correctly, classes are overriden outside the template: includes/system/override

//Daniel
Last edited by Kofod95 on Wed Aug 24, 2022 9:28 am, edited 1 time in total.
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

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

Post 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
Post Reply