Cant View Module From Open Cart Admin - module

Hi Everyone hope all well. I am having a weird issue in Opencart. I have installed three different modules onto my opencart ( seo pro, total import pro and Image manager plus). I have installed them correctly and have added user permissions. The weird thing is that they dont show up in the Admin navigation.
Normally Seo Pro Comes under the catalog menu. The Total Import Pro comes under the systems menu and the Image Manager Plus comes under the Extensions menu. For some weird reason none of them appear. This is the same if i add any extensions. I have done this many times on other sites and never had a problem but for the life of me can not work out why they wont appear.
They are installed because when i call upon them from the url i can view them and use them but they just dont display on the navigation bar
http://www.top4pets.co.uk/admin/index.php?route=tool/total_import&token=#####################
Has anyone ever had this problem or know what it could be?

Total Import Pro adds the menu option with the help of vQmod. You can download and install vqmod by the instructions written here: Installing vQmod on OpenCart
If the extensions have a folder named vqmod or files with .xml extension, then are likely to require vqmod to run properly.

Related

How can installed packages of a Python project in Pycharm IDE be used in every new Projects

Hello from the other side,
Python file on pycharm
I pip installed some packages using pycharm terminal: mysql connector, pymysql, pillow, etc needed for my programmes.
I have created some Python files and imported mysql connector, pymysql, PIL, etc and my codes worked fine.
Recently I tried creating a new python file in a new project, when I tried to import mysql connector and pymysql, my codes get red underline, notifying me that the imported modules can't be found.
These are the same packages I imported in my previous files and they worked fine.
So why are they turning red underline and greyed out now?
Do I need to be pip installing these packages for every new project?
I tried to see how I could resolve this by making some researches and asking some friends. I was advised to go to the settings and try to create a new environment with the installed packages of my choice, and then checking the boxes for global inheritance and making it available for other projects.
After this, the OK button was inactive (greyed), so I couldnt apply this change. I discovered I was notified that the enviroment rowbox wasnt empty and that I should use a new virtual environment which is empty but I really don't know how to create this.
Please if you've encountered something like this before or can assist, kindly give me a step-by-step approach.
Open File -> Settings
Select Project Interpreter than go to the gear wheel in the upper right corner and select add.
Use Virtual Environment, select your prefered base Interpreter in my case 3.6 and add the name for the virtual environment and where you want to store it
If you don't need to I would suggest to not inherit global site packages
But you should select make it available to other projects.
Confirm it.
Afterwards the virtual env should be selected in project interpreter if not select it from the list. Right beside the List you see a plus, you can use this to add new packages with python (doesn't work all the time for me -> then use terminal)
I really thank everyone who made effort to attempt my question. After much trial, I was able to resolve it and I will post how I resolved it step-by-step to enable others like me understand better.
First, when installing our Pycharm, a folder is automatically created for storing every project we shall be working on, this folder becomes the database of our projects. In most cases, folder is stored in our C:\drive.
Now, open your pycharm window (I mean your working template),
File ----> open (this diplays the folders in your drive) ----> select the folder for storing your Pycharm projects and click ok. NOTE: do not open this folder to show your projects, just click on it and click ok. There are some situations whereby the Pycharm projects folder is already displayed on our pycharm window, this is because we already chose it during our installation. In a case like this, no need trying to bring it to the Projects displayed in our window as it'd already be displayed in the Projects in our window.
Your Pycharm projects folder will then display in your pycharm window under Projects.
Click on the Pycharm projects folder under your Projects and it will be highlighted blue.
Go to settings ----> Project: (your pycharm projects folder will also show here)
By the right, select Project interpreter.
Do your normal installation of packages by clicking on the + sign at the right extreme (that is if you haven't installed any package before)
Then configure your environment setting by making sure the boxes for inheriting global site packages and making this available to other projects are checked.
When configuring your environment setting for the pycharm projects folder, the location path should also end with your pycharm projects folder\venv ; please do not include the name of any particular project in the location path as doing this will make these changes effective in only that particular project files.
Then click ok.
Whatever project your create under the Pycharm projects folder will then inherit every packages you've installed in the pycharm project settings.
I believe this will help those who have been having difficulty resolving this.

Module Selection tab is missing in Prestashop 1.7.4

I've just installed two instances of Prestashop on my local server from the same downloaded zip. However on one install, the module "selection" tab is missing, preventing me from installing modules placed into the module folder.
I've tried clearing the cache folder to no avail.
Would appreciate any insight into the matter.
Kind Regards
Musaffar
That's a bug!
Waiting for the team to fix it.
But here is a work around:
Access the installed modules tab.
Above in the url, change manage with catalog as follow:
And finally, if you want to search a module you are building, or any other module, directly search it using the search bar (the category menu, can suffer problems, it doesn't show well, you can use the developer inspector, and change the css (set the z-index to a big number, something like 5000)), so it can be shown if you want! but it's faster to directly search for what you want.
And here you can see your module, you are building. If that's what you're searching, you can install it too.

how to a place a module menu under another module menu in odoo

i just installed odoo 10 on ubuntu 16.04 LTS and everything is working fine but i want to combine all the HR apps i have installed into a single menu that i will name human resource so when i click on the menu human resource i will see all the hr apps as submenus under it on odoo, i have tried going through the settings menu in developer mode to see if i can do the configuration from there but im not seeing anything that could help me, so please i would be very happy if someone could help me with this in a step by step process thank you.
You can manage menu items from Settings/ technical/ User interface/ Menu Items.
Here you can create a new menu named Human resources and set this as parent menu for all other menu items you need under HR.
Just remember upgrade any module after that all menu items defined in the upgraded module will be changed to its default.

Odoo 9 - custom modules

I am using Odoo 9 and cannot for the life of me figure out how to edit themes/modules.
I have read the documentation - and it says you can add modules to the 'addons' folder - but I cannot find this (I am on windows 10).
Other people said that you can access editing from various places on the frontend. None of these exist on my version. The only app that has editing ability is website via an inline editor.
I tried to change my Administrator's access rights, that handsome devil seems to have them all.
Anybody know how to develop for Odoo 9 on Windows?
I installed from an executable - but if you want to make and edit custom modules you need to install from source

populate Windows 8 "All apps" list

I have an MSI package that creates some shortcuts, playing around with Windows 8 I noticed that on the Start screen it shows only the shortcuts from the top level folder of my application which I create in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\. When I hit "All apps" Windows displays and the shortcuts from the sub-folders for other apps (for example VS 2012), but not for mine. Does anyone knows why? What else do I need to do so I can have Windows display shortcuts found in my sub-folder when the user selects "All apps"?
Here is a partial answer. It appears that there is a problem with the app indexer. So far I haven't found a way to simply force the search to find my apps without a bit of unneeded effort. To force search to find your app you can simply pin it to the start menu and then unpin it from the start menu this adds it to your local preferences.
Another indication of what is happening is that, even if a shortcut is deleted, it still shows in the All Apps menu until you do a disk cleanup and delete thumbnails.
I found another oddity. I have Tortoise Svn installed and anything I put in the start menu folder for that application shows up, but in my Open Office start menu folder the link has to be prepended with "OpenOffice.org " to show up.
I install my shortcut links here:
C:\Users\Randall\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
This works just fine for me. My shortcuts all show up in the Win8 all apps list.
I'm installing in the user's profile so my app can run as a non-admin.