Still, at that point, we'd need to identify that most of the problems have been reported and intended to be about the same problems while other problems are still being reported about where users encounters situations other than other users can track in order to know if the latest stable release and be considered as stable as we believe since each case are based on different scenarios.Then perhaps it would be better to tell them to scrap that version and only download the latest stable one
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
from the Developer-Side. And it ends, by proclaining, that latest is always best, for exactly
the same reason. It's kind of an endless loop, but that's not OC's Problem or Fault, but
more a matter, generated by OC Devs, just eager, to stay in Business, urging users, to
always move up to latest Things. So better don't blame it on others, just get down to earth.
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
That is exactly my point ernie,
people are being told that if they upgrade it will solve their present situation( whatever that may be)but in doing so more problems occur as the latest version is not stable
It would be great if they could have STABLE listed in the download page
Again, as being stable, the lease different presented scenarios as possible by forum users would need to be involved and we all know that chances are pretty low for that to happen at this point. The best option is to keep hoping that one central service could provide us all one day - despite its region.cyclops12 wrote: ↑Mon Apr 20, 2020 12:06 amThat is exactly my point ernie,
people are being told that if they upgrade it will solve their present situation( whatever that may be)but in doing so more problems occur as the latest version is not stable
It would be great if they could have STABLE listed in the download page
downloads.JPG
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Just to keep it simple and short: we had (and have) very fierce debates about that internally.cyclops12 wrote: ↑Sun Apr 19, 2020 10:37 pm@ OSWorX
I understand the reasons now but wouldnt it be better to seperate the non stable versions, either put them in somewhere labelled clearly NOT FOR LIVE SITES or only allow certain members to download and test them
I also know that different people will spot different problems and the more that can spot them the better
Also you stated "But as always these days, people download every piece they find, install it .. and complain afterwards that is does not work!"
Then perhaps it would be better to tell them to scrap that version and only download the latest stable one
As you have probably seen on the forums, members are asking for help to problems, some in non stable versions, and others are trying to help with different code changes then another says no thats not right, then dissagreements start which doesnt look good to read
Just thought if the non stable versions were limited to certain members then alot of these posts wouldnt be needed or seen ?
But the final decision is not made by me.
And about having/access to "non" stable releases: the more are working and using them, the more bugs and issues can be ironed.
All people using these versions must understand, that they are really not meant for "non-developers".
It's basically the same, when someone downloads the latest release from Github (master or dev branch) and has troubles with that.
Then writing here new posts about the issues they have, just to see after countless posts, that he (or she/it) is using a "working" release instead of reporting that directly at GitHub.
Or some very special "clever" users opens new Issues at Github, just to post there that the Icon X is not Y and has not the Color Z.
Does no matter how you do it, at the end it will never be the way others expect ..
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


There are no definite release date for the next version.danielb123 wrote: ↑Wed Apr 22, 2020 3:25 amHello, i`m happy to hear about new release but when do you think it will come a final version ? I hope it will be more faster and light then prev version and maybe more easy with extensions compatibilityopencart should grab all presta users
cheers!
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Good question! Let's hope OCmod will be gone forever, forcing 3rd party extension developers to do plugins via event handlers.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
https://github.com/opencart/opencart/bl ... r.php#L163
Code: Select all
if (substr($filename, -10) != '.ocmod.zip') {
Code: Select all
$file = DIR_STORAGE . 'marketplace/' . basename($filename, '.ocmod.zip');
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Events is good, but as I know with Events you can't change twig template file? So for example, how to modify some admin template file without changing original output file to custom twig file?
We do that all the time. OpenCart supports view/*/before and view/*/after events, in most cases the view/*/after handlers are the easiest to use, allowing you to modify the final DOM tree.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Lots of changes have been done on the master since recently. If you want to test it, download it from Github Opencart at: https://www.github.com/opencart/opencart and ensure that Master is selected in the Code tab prior to download. However, it is not quite ready for production, yet (no available dates either. Each sold separately, batteries not included!).
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
The development of this process is not yet complete. I'd wait a while longer before developing new modules. Stay tuned with the commits change.Julio Cesar C G wrote: ↑Wed Oct 07, 2020 10:36 pmHow to modify the modules and the installation package for the new system? I noticed that the Extension folder is now at the root of the store.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thank you.straightlight wrote: ↑Wed Oct 07, 2020 10:57 pmThe development of this process is not yet complete. I'd wait a while longer before developing new modules. Stay tuned with the commits change.Julio Cesar C G wrote: ↑Wed Oct 07, 2020 10:36 pmHow to modify the modules and the installation package for the new system? I noticed that the Extension folder is now at the root of the store.
Can you give an example?
Let's say I want to add a single "<br>" somewhere.
Right now I can use ocmod to find the line above/below and insert my code. How will this work with events?
Here's an example but I haven't tested it to see if it worksnickpapoutsis wrote: ↑Mon Oct 12, 2020 5:32 amCan you give an example?
Let's say I want to add a single "<br>" somewhere.
Right now I can use ocmod to find the line above/below and insert my code. How will this work with events?
https://stackoverflow.com/questions/486 ... ler-with-e
Is there any Upgrade in the Coupon-System and Order Edit? I used some years ago Prestashop and looked also into the Magento System.
For the Coupons:
Those features would be awesone:
- More Digits allowed than 10
- Automatic Generation of Coupons with pre-given Format/Setting
- More Flexible Rules to get a Discount using a Coupon like; Amount-Cap (Max. Discount), For Customer-Groups, for specific Customers, Buy X get Y 0-100% Discount and more
- a Product/Category Rule System (TRUE/FALSE, AND/OR, IF/IFNOT) something like in Magneto
For the Order Edit:
The Current Function is unusable. Step-by-Step Order Edit with not really good customizable things.
- One-Page Layout (no steps)
- Change everything, Customer, Product, Payment Method, Discounts
- Change Product Quantity, used Price
- Change Discounts, Coupons, Order Totals
Absolutely don't know if something of that is currently on the Radar?... there is no list with upcoming features.
Thanks.
Users browsing this forum: No registered users and 181 guests