Page 1 of 1
OC 2.2 Can't select theme dropdown
Posted: Thu Mar 03, 2016 5:19 pm
by lkfranklin
Hi,
I've just done a fresh install of OC2.2 (Latest) and I've duplicated the default theme index and renamed the folder but no options for the dropdown are showing just the 'default store layout'.
Any ideas?
Best,
Re: OC 2.2 Can't select theme dropdown
Posted: Thu Mar 03, 2016 5:25 pm
by lkfranklin
Just to update I've tried setting it directly in the database by changing config_theme to my theme folder and that does work as a get around but It's throwing up path errors for some of my custom modules. Looks like it's pointing to the wrong path as its printing out view/theme/default/template/default/template/module/
I've also checked my config.php and can confirm it's pointing to the correct path:
(*** out the domain for reason by the way

)
Re: OC 2.2 Can't select theme dropdown
Posted: Thu Mar 03, 2016 8:53 pm
by lkfranklin
I ended up changing my modules controller to look at a different path so it points it correctly and it seems to be working ok now.
The original issue though of OC not picking up the theme folders still persisted though, but it works if you manually change it in the database.
Re: OC 2.2 Can't select theme dropdown
Posted: Thu Mar 03, 2016 9:12 pm
by moused72
To change theme on Opencart 2.2.0.0, you can setting follow:
Admin->Extension->Themes->
Choose and setting theme

Re: OC 2.2 Can't select theme dropdown
Posted: Fri Mar 04, 2016 3:16 pm
by lkfranklin
Thank you,
I wouldn't have even thought to look there.
Re: OC 2.2 Can't select theme dropdown
Posted: Tue Mar 15, 2016 3:11 am
by tom327
Does this mean the place in Store Settings to select theme is in effect not used anymore with OC 2.2?
It is just confusing that it is still there? I wonder, did someone forget to remove it?
Re: OC 2.2 Can't select theme dropdown
Posted: Tue Mar 15, 2016 7:36 pm
by moused72
I think: in the setting it just shows you are using this theme
Re: OC 2.2 Can't select theme dropdown
Posted: Sat Mar 19, 2016 8:52 pm
by qahar
moused72 wrote:To change theme on Opencart 2.2.0.0, you can setting follow:
What @moused72 say is true for default theme and theme before OpenCart 2.2.0.0.
The "Theme Directory" is used as compatibility for old themes.
When theme is natively support OpenCart 2.2, you will see the themes name at Extensions > Themes.
As example, you can try my
default2 theme. It's free and natively support OpenCart 2.2
Re: OC 2.2 Can't select theme dropdown
Posted: Sat Mar 19, 2016 8:55 pm
by qahar
tom327 wrote:Does this mean the place in Store Settings to select theme is in effect not used anymore with OC 2.2?
It is just confusing that it is still there? I wonder, did someone forget to remove it?
It's still used for theme that natively work for OpenCart 2.2
And it's not bugs, this is one of OpenCart 2.2 new features
And as note, Theme listing at System > Setting only work for theme that is installed at Extensions > Themes.