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

Open to all! Ask other shopowners for help.
Post Reply
dmenhinick
Member
Posts: 10
Joined: Wed Aug 24, 2022 7:22 am
Phoenix Version:
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?


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 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
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply