A few days ago I noticed the "Modifications" tab is missing on the admin page from the sidebar under Extensions. Oddly enough, I can manually access the "Modifications" page by going to ....index.php?route=marketplace/modification.... Additionally the icons that normally appear next to the "Dashboard" and "Reports" tab are missing. Any ideas what would cause this and/or how to resolve it?
https://prnt.sc/tfvko3
OpenCart 3.0.2.0.
https://prnt.sc/tfvko3
OpenCart 3.0.2.0.
Well, you look at your change log and find the last change you made to the admin side of your store.
Then you undo that change and see if that was what caused this.
If not, you look for the change before that...
Then you undo that change and see if that was what caused this.
If not, you look for the change before that...
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Must have been a change you made or an extension you installed recently!
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
The problem stemmed from a change I made about a week ago to the admin/controller/common/column_left.php file, which was a bug fix for the column_left bug in OpenCart 3.0.2.0 that caused the "Orders Completed, Orders Processed, etc" status bar not to work. I used the fixed version of the column_left.php file on Github (https://github.com/opencart/opencart/bl ... n_left.php), which had some newer Font Awesome icon references. After reverting to the previous Font Awesome icon references (fa-dashboard and fa-bar-chart-o) the icons are showing up properly. Additionally, I added in the code necessary for the the Modifications tab to show up as it was missing from the file on Github.
Code added:
Code added:
Code: Select all
if ($this->user->hasPermission('access', 'marketplace/modification')) {
$marketplace[] = array(
'name' => $this->language->get('text_modification'),
'href' => $this->url->link('marketplace/modification', 'user_token=' . $this->session->data['user_token'], true),
'children' => array()
);
}
check system >> user group>> administrator have read and modify access permission for 'marketplace/modification'
Check if this lines of code exists in your file: admin/controller/common/column_left.php
Code: Select all
if ($this->user->hasPermission('access', 'marketplace/modification')) {
$marketplace[] = array(
'name' => $this->language->get('text_modification'),
'href' => $this->url->link('marketplace/modification', 'user_token=' . $this->session->data['user_token'], true),
'children' => array()
);
}
take a visit to My Modules !
Check the system >> user group>> administrator and confirm once the Extensions>Modifictions enabled for the role.
Hey all,
I am new in this community and facing the same issue from the past two days. I had applied all the possible solutions that are suggested inside this ticket but still modifications tab is not visible and even if I enter the URL manually for the modifications tab still can't be able to access.
Did anyone of you resolved this issue? If yes, then please reply to this post.
Regards,
Mawiz
I am new in this community and facing the same issue from the past two days. I had applied all the possible solutions that are suggested inside this ticket but still modifications tab is not visible and even if I enter the URL manually for the modifications tab still can't be able to access.
Did anyone of you resolved this issue? If yes, then please reply to this post.
Regards,
Mawiz
Who is online
Users browsing this forum: Semrush [Bot] and 56 guests