Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Quote:
Originally Posted by
Design75
Yes it is not a small task. Order class changes, but also functionally that is now build in to the core, and changes in the pre integrated modules.
The next release will be about getting it to work, after that I am going to tryttr move stuff to notifiers.
Thanks for doing this. Super Orders does provide some very nice functionality.
Re: Super Orders v4.0 Support Thread
May I know which superorders version is compatible with 1.5.5f?
I tried to install from DivaVocals' github and Zen4All's github (both master branch), neither shown installed successful notice on the top. Then I tried "feature/updates" branch from Zen4All's github, my admin page shown "illegal" then...
BTW I tried 4.0.9 from zen cart plugins page on my 1.5.6a, and it seemed fine. I had to use the original orders.php file (not from supoerorders). No installed successful notice neither.
I tried to update my website from 1.3.9h to a newer version (I know 1.3.9 is very old), and I installed superorders 3.02 on it. So my database (updated by zen cart installer) may already have some data from old superorders plugin.
I'm currently using php 5.6. Any help is appreciated.
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Quote:
Originally Posted by
swguy
Super Orders worked with 1.5.5 but 1.5.6 seems to have completely broken it. Likely related to the fact that admin/includes/classes/order.php has been eliminated (now both admin and catalog use the admin side order object).
Could you please check my last post? Thanks.
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Super Orders has not been updated. There is no publicly available version which is compatible with newer Zen Carts.
*** UPDATE *** This should have said "compatible with Zen Cart 1.5.6 and forward."
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
I am using 1.5.5f with the last version from GitHub.
Since my hosting company finally went to PHP 7.2 the GitHub version has been working completely without issue in 1.5.5f
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Yes - I meant to say that it doesn't work with 1.5.6 and forward. Still works with 1.5.5.
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
njcyx
May I know which superorders version is compatible with 1.5.5f?
I tried to install from DivaVocals' github and Zen4All's github (both master branch), neither shown installed successful notice on the top. Then I tried "feature/updates" branch from Zen4All's github, my admin page shown "illegal" then...
BTW I tried 4.0.9 from zen cart plugins page on my 1.5.6a, and it seemed fine. I had to use the original orders.php file (not from supoerorders). No installed successful notice neither.
I tried to update my website from 1.3.9h to a newer version (I know 1.3.9 is very old), and I installed superorders 3.02 on it. So my database (updated by zen cart installer) may already have some data from old superorders plugin.
I'm currently using php 5.6. Any help is appreciated.
I installed SO on my migrated DB from 1.3.9 and found that while it works, I no longer have access to the configuration of SO. It was just not there. After studying the init file for a while I found that the auto install is looking for the configuration_group_ip of "Super Orders" and it seems that if it there it skips something. I tried deleting the id and it did created the menu entry but it only shows the version and wether the upgrade was completed. I would really appreciate any help you could provide.
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
cooler0918
I installed SO on my migrated DB from 1.3.9 and found that while it works, I no longer have access to the configuration of SO. It was just not there. After studying the init file for a while I found that the auto install is looking for the configuration_group_ip of "Super Orders" and it seems that if it there it skips something. I tried deleting the id and it did created the menu entry but it only shows the version and wether the upgrade was completed. I would really appreciate any help you could provide.
Forgot to mention that I went from 1.3.9h with SO installed to 1.5.5f and tried to install 4.0.10
Re: Super Orders v4.0 Support Thread
can you tell me from which Super Orders version you were upgrading? As I am unable to reproduce it at the moment
Quote:
Originally Posted by
cooler0918
Forgot to mention that I went from 1.3.9h with SO installed to 1.5.5f and tried to install 4.0.10
Re: Super Orders v4.0 Support Thread
My the version that was installed on the 1.3.9h cart was 3.0
I copied that db and ran the zc_install, which upgraded the files and db. The cart is now on 1.5.5f
I then downloaded a version of 4.0.10 and I encountered the issue. I then started digging for answers and found this on that github https://github.com/DivaVocals/zen_SuperOrders/issues/17 while he states that he fixed it and point to how. No details are given and I do not have the knowledge to figured it out.