Post by cdpritchard » Sat Oct 07, 2017 5:37 am

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

User avatar
Newbie

Posts

Joined
Thu Jun 12, 2014 3:01 am

Post by cdpritchard » Sat Oct 07, 2017 5:49 am

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.

User avatar
Newbie

Posts

Joined
Thu Jun 12, 2014 3:01 am

Post by cyclops12 » Sat Oct 07, 2017 6:21 pm

extensions.JPG

extensions.JPG (35.74 KiB) Viewed 4052 times

Have you got this in your admin ?

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by cdpritchard » Mon Oct 09, 2017 9:36 pm

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?

User avatar
Newbie

Posts

Joined
Thu Jun 12, 2014 3:01 am

Post by cdpritchard » Mon Oct 09, 2017 10:04 pm

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

User avatar
Newbie

Posts

Joined
Thu Jun 12, 2014 3:01 am

Post by webcorvo » Tue Oct 10, 2017 1:26 am

Hi,
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


User avatar
Active Member

Posts

Joined
Mon Mar 20, 2017 11:42 pm
Location - Lisbon, Portugal

Post by cdpritchard » Tue Oct 10, 2017 2:27 am

THANK YOU!! :D It was that not all the boxes were checked in the User Groups > Top Admin group.
I can now see the Extensions tab.

User avatar
Newbie

Posts

Joined
Thu Jun 12, 2014 3:01 am

Post by webcorvo » Tue Oct 10, 2017 2:32 am

You are welcome ;)

Opencart Developer - For custom work and support contact @ webcorvo@gmail.com


User avatar
Active Member

Posts

Joined
Mon Mar 20, 2017 11:42 pm
Location - Lisbon, Portugal

Post by yuanj » Wed Jul 22, 2020 12:16 am

i still cannot see themes under Extensions. i checkeck all permission under user group already.
Please help

Newbie

Posts

Joined
Tue Jul 21, 2020 11:29 pm
Who is online

Users browsing this forum: Amazon [Bot] and 3 guests