I just upgraded from 1.5.x to 2.3. And now my custom theme will not show up in the Admin area, allowing it to be picked.
Is there anything special that needs to be done to a theme to just get it to show up in 2.3?
If not, any idea why my theme will not show?
Thanks for your help,
Colin
Is there anything special that needs to be done to a theme to just get it to show up in 2.3?
If not, any idea why my theme will not show?
Thanks for your help,
Colin
Doing some Googling, and it seems I need to enable custom themes in the Extensions tab.... the problem for me is that I do not see an Extensions tab. I am the Top Admin in the install so not sure why Extensions is not showing? Any help is appreciated.
No, there is no Extensions bar in the gray column on the left side of the screen. It just isn't there. Any ideas on what I can do?
I checked my database and the oc_extension table is present. In that table there are rows. see link below:
https://www.dropbox.com/s/7qco5uxlozmfe ... n.png?dl=0
Anyone have an idea how I can fix this? Any help is much appreciated.
Thank you,
Colin
https://www.dropbox.com/s/7qco5uxlozmfe ... n.png?dl=0
Anyone have an idea how I can fix this? Any help is much appreciated.
Thank you,
Colin
Hi,
Edit the file admin/controller/common/column_left.php
And check if the file as this code:
You can try also on admin go to the
System > User > User Groups and check - Select All - Access Permission
.
.
Edit the file admin/controller/common/column_left.php
And check if the file as this code:
Code: Select all
if ($this->user->hasPermission('access', 'extension/installer')) {
if ($this->user->hasPermission('access', 'extension/installer')) {
$extension[] = array(
'name' => $this->language->get('text_installer'),
'href' => $this->url->link('extension/installer', 'token=' . $this->session->data['token'], true),
'children' => array()
);
}
if ($this->user->hasPermission('access', 'extension/extension')) {
$extension[] = array(
'name' => $this->language->get('text_extension'),
'href' => $this->url->link('extension/extension', 'token=' . $this->session->data['token'], true),
'children' => array()
);
}
if ($this->user->hasPermission('access', 'extension/modification')) {
$extension[] = array(
'name' => $this->language->get('text_modification'),
'href' => $this->url->link('extension/modification', 'token=' . $this->session->data['token'], true),
'children' => array()
);
}
You can try also on admin go to the
System > User > User Groups and check - Select All - Access Permission
.
.
Opencart Developer - For custom work and support contact @ webcorvo@gmail.com
THANK YOU!!
It was that not all the boxes were checked in the User Groups > Top Admin group.
I can now see the Extensions tab.

I can now see the Extensions tab.
Who is online
Users browsing this forum: Amazon [Bot] and 3 guests