Page 4 of 5
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 3:51 pm
by nasser.man
rgbrewer wrote: ↑Tue Jun 20, 2017 9:28 pm
Twig is fantastic.
i like it, TWIG
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 4:39 pm
by daveyoi
MarketInSG wrote: ↑Mon Jun 26, 2017 2:54 pm
Let's say we try to modify catalog/controller/common/home.php, it doesn't seem to work. Maybe I didn't test it right...possible to run a test on your end?
Looking at framework.php, it seems like there's still controller files that goes through action.php instead.
It should work - the dispatch call from framework.php is passing an action with route
startup/router- the events are fired from in there.
I have used them successfully in 2.3 - will port my code sometime this week to see if working in 3.0
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 4:49 pm
by pm-netti
My test was this bug:
1. I added new geo zone from admin
2. In table `zone_to_geo_zone` country_id is '0' for this added new line.
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 4:50 pm
by MarketInSG
ah interesting. let me do more tests to see where went wrong on my end.
UPDATE: Had some typos...no wonder it didn't work. Now it works well

Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 5:16 pm
by pm-netti
This my test:
Code: Select all
Notice: Undefined index: country_id in C:\MAMP\htdocs\3000\admin\model\localisation\geo_zone.php on line 10Notice: Undefined index: country_id in C:\MAMP\htdocs\3000\admin\model\localisation\geo_zone.php on line 12
Ps. Reason: There must wait 5-10 seconds, then press Save. Slow down. Can this do better?
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jun 26, 2017 11:02 pm
by JNeuhoff
nasser.man wrote: ↑Mon Jun 26, 2017 3:49 pm
JNeuhoff wrote: ↑Mon Jun 26, 2017 9:32 am
nasser.man wrote: ↑Mon Jun 26, 2017 8:47 am
Is this version (3.0.0.0) suitable for production server?
No
I have an uncompleted store using opencart 2.3.x, should i go with version 2.3 ? is will be possible to export /import its data to version 3.x ?
We are still working on the Export/Import tool for OpenCart 3.0.0.0.
And yes, it will be possible to export and import products and categories data to 3.x, though it may require some copy/paste because of slightly different spreadsheet formats.
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jun 27, 2017 2:58 am
by bull5-i
Does anyone know the reason why each page load takes half a minute with the new 3.0.0.0 release?
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jun 27, 2017 11:38 pm
by eurorackworld
Just want to say I love this! By coincidence installed the software via an autoinstaller while this new version just got released. So playing around with it for my new store. Really nice. Of course enough opinions on making it better, found quite some bugs, but still for now during setup still ok!
Can't wait to upgrade to have the biggest bugs fixed!
Re: OpenCart 3.0.0.0 Released
Posted: Wed Jun 28, 2017 1:40 am
by JNeuhoff
bull5-i wrote: ↑Tue Jun 27, 2017 2:58 am
Does anyone know the reason why each page load takes half a minute with the new 3.0.0.0 release?
The twig template engine can slow it down. I might do a release with the php-template engine, IMHO twig was not a good choice.
Re: OpenCart 3.0.0.0 Released
Posted: Wed Jun 28, 2017 2:08 pm
by bull5-i
JNeuhoff wrote: ↑Wed Jun 28, 2017 1:40 am
bull5-i wrote: ↑Tue Jun 27, 2017 2:58 am
Does anyone know the reason why each page load takes half a minute with the new 3.0.0.0 release?
The twig template engine can slow it down. I might do a release with the php-template engine, IMHO twig was not a good choice.
I do not believe twig template engine is the cause. Literally every request (including pure AJAX request) takes more than 15 seconds to load. And this is a clean 3.0.0.0 installation on WAMP. The 3.0.0.0 alpha release they did does not exhibit this issue and loads reasonably swiftly.
Re: OpenCart 3.0.0.0 Released
Posted: Wed Jun 28, 2017 5:04 pm
by daniGo
Open system/config/admin.php and remove 'startup/sass' this speed up admin.
Re: OpenCart 3.0.0.0 Released
Posted: Thu Jun 29, 2017 12:46 am
by bull5-i
daniGo wrote: ↑Wed Jun 28, 2017 5:04 pm
Open system/config/admin.php and remove 'startup/sass' this speed up admin.
Good call! Removing SASS from startup got the page load time down to about 1.5s.
Re: OpenCart 3.0.0.0 Released
Posted: Thu Jun 29, 2017 10:50 pm
by Hackej
Hi!
After installing/upgrading 3.0.0.0 to 3.0.0.1 I get a pop-up warning in Admin saying:
Warning: You must move the storage directory outside of the web root directory!
Why is that?
Running local host (XAMPP at the moment).
BR
/Hackej
Re: OpenCart 3.0.0.0 Released
Posted: Sat Jul 01, 2017 4:51 am
by swguy
nasser.man wrote: ↑Mon Jun 26, 2017 3:49 pm
I have an uncompleted store using opencart 2.3.x, should i go with version 2.3 ? is will be possible to export /import its data to version 3.x ?
Yes, go with 2.3. Version 3.x is just getting started - wait for it to mature. It's not ready for production stores yet.
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jul 03, 2017 4:24 am
by skip
when click on edit home layout show this error ,also for other layouts same
Notice: Undefined variable: language in /home/u725340828/public_html/30/admin/controller/design/layout.php on line 369
Fatal error: Call to a member function load() on a non-object in /home/u725340828/public_html/30/admin/controller/design/layout.php on line 369
Re: OpenCart 3.0.0.0 Released
Posted: Mon Jul 03, 2017 1:03 pm
by melvin16
Hello everyone,
I found on folder catalog>language>en-gb>checkout>cart.php on line 21,
$_['text_length'] = ' for %s payments'
It seems like uncompleted program, is any body having suggestions about it?
I'm so grateful for your kindly suggestions about it and thank you in advance for your kindly response.
Best regards, melvin16
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jul 04, 2017 3:40 pm
by Worries
Hello,
I am about to run a new online store, I read many posts talking about many bugs on the last version 3.0.0.0
Please tell me when the finished and none bugs update will be released?
Thank you
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jul 04, 2017 5:47 pm
by Emirates7
I can't change template to other in opencart 3.0.1. Is there any one who has the same problem?
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jul 04, 2017 9:31 pm
by Rockz
Admin Panel > Extensions > Themes > Default Store Theme > Edit
The default theme editing does not work.
Re: OpenCart 3.0.0.0 Released
Posted: Tue Jul 04, 2017 11:51 pm
by opencartboost
Emirates7 wrote: ↑Tue Jul 04, 2017 5:47 pm
I can't change template to other in opencart 3.0.1. Is there any one who has the same problem?
May be you need to try OC 3.0.0.2 because opencart just releaze OC version 3.0.0.2.