Old forum
- ReneH4
- Contributor
- Posts: 145
- Joined: Mon Oct 26, 2020 12:00 pm
- Phoenix Version:
- Has thanked: 13 times
- Been thanked: 17 times
Old forum
Since the old oscommerce forum is being flooded with messages about the new version, I have removed myself from that and will only use this forum from now on.
Power to Phoenix!
Power to Phoenix!
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Old forum
I'll continue there until the end of March, then that's it for me.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
14Steve14
- Senior Contributor
- Posts: 921
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Old forum
I have posted some questions to them recently about the new v4 but the answers have been a bit shall we say, non conclusive. They seem to be saying yes to almost any question about what it can do and what feature will be included. They even have shown screenshots on how to do things, but still there is no fixed release date. It makes you wonder what they are actually up to.
Lets hope that people move across to here once they realise that the main support for Phoenix is not there any more.
Lets hope that people move across to here once they realise that the main support for Phoenix is not there any more.
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: Old forum
I to am only checking in every day to keep an eye on what is going on over there (nosey I know)
As Steve says there is a lot of blustering but no real evidence (yet)
As for me I am now here and here to stay (although made no contributory posts) and I have also downloaded all phoenix/osc addons that I think I will need in the future as I tink they wont be there for long.
As Steve says there is a lot of blustering but no real evidence (yet)
As for me I am now here and here to stay (although made no contributory posts) and I have also downloaded all phoenix/osc addons that I think I will need in the future as I tink they wont be there for long.
-
puddlec
- Member
- Posts: 31
- Joined: Mon Dec 07, 2020 3:11 pm
- Phoenix Version:
- Has thanked: 1 time
- Been thanked: 7 times
Re: Old forum
Glad I am not the only one thinking this.14Steve14 wrote: ↑Sun Mar 14, 2021 12:41 pm I have posted some questions to them recently about the new v4 but the answers have been a bit shall we say, non conclusive. They seem to be saying yes to almost any question about what it can do and what feature will be included. They even have shown screenshots on how to do things, but still there is no fixed release date. It makes you wonder what they are actually up to.
Lets hope that people move across to here once they realise that the main support for Phoenix is not there any more.
-
14Steve14
- Senior Contributor
- Posts: 921
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Old forum
I have yet to have them say no to anything I have mentioned. The latest being about being able to attach a copy of the invoice to an order update. It sound as if there is nothing else needed for developers to improve with addons. Only thing I can think of is that some of the features will be paid for.
- bonbec
- Contributor
- Posts: 190
- Joined: Mon Oct 26, 2020 12:23 pm
- Phoenix Version: V1.1.0.7
- Has thanked: 54 times
- Been thanked: 40 times
Re: Old forum
If I understood correctly, oscV4 will be a mix of osCommerce and trueloaded.co.uk.
The screenshots of the answers given come from sites using Trueloaded.
The screenshots of the answers given come from sites using Trueloaded.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
-
puddlec
- Member
- Posts: 31
- Joined: Mon Dec 07, 2020 3:11 pm
- Phoenix Version:
- Has thanked: 1 time
- Been thanked: 7 times
Re: Old forum
why is it that, with them not saying no to anything that i am trying to think of the most crazy idea, just to see if they say yes to it, i don't know something like the ability to turn the website upside down for the benefit of people living in Australia 
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Old forum
I am totally planning to try to convince Burt to change the demo to be upside down for April 1st. From https://www.isitwp.com/april-fools-flip ... r-website/
Of course, in Phoenix, you don't need to get the core developers to do this for you. If you want an upside-down website, you can just use a hook. Or even user.css
Code: Select all
body {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
}As best I understand, Trueloaded is already an osCommerce fork. Just that rather than forking the 2018 version, they forked something older, perhaps 2.3.4.1. It's a Yii-skinned version rather than Bootstrap.