Product Information Tabs are missing in new product - tabs

I am using magento 1.9. and problem is this i have already some product in magento admin when i edit any product I find all options but when I create new product I couldn't find some tabs for your better understanding and difference please see attached screenshots and help me resolve this issue.
Product Information Form with Missing Tabs
Product Information Form with Full options
Thanks and regards.

I think the user you have logged in with does not have enough permissions to edit existing products. Check user permissions in the system tab

One possible issue might be the website scope (try changing it to store view or global or default)

Thanks for your responses.
I logged in from admin user and website is running in Default scope.
I guess there is something wrong in DB or in attributes. I don't know. I need an expert opinions.

Related

How I get a list of the online users in Yii2?

How do I get the list of the online users in yii2? I want to see who is onlone and who signed out.
I was the same problem recently and I finished saving a timestamp to any login and logout action of each user in a table, because I didn't find any "native" solution.
You could solve your problem with a couple of lines as a first approach.
Depending on of your auth system maybe there are some better solution.

Display form using extension in magento

I am a novice to magento.
Task at Hand
I need to create the extensions for magento.Now i need to create an extension that is used to display the form. The form values are needed to be stored in the database and to be mailed to the admin.
Any suggestions in this regard will be appreciated.
I am giving you one link will same as your requirements and it will totally free so you can use it for the reference.
http://www.magestore.com/magento-product-questions-extension.html
Thanks
Hi you can download extensions from magento connect according to your need, you can try this this

Searching Sharepoint/Access - Update table

I have been working on a sharepoint search tool. I know very little about sharepoint so if anyone can point me in the right direction it would be greatly appreciated.
I have a number of tables on a sharepoint site. One of the tables contains the "People" in the database. I have the ability to view this table as a linked table using access, but my coworkers do not have the permissions to do so. My way around it was to use a make table query insert a table into a shared folder and give them read only front end in access to search for the client and when they find them open up a hyperlink to the person on sharepoint. The search feature works great, but I have to manually update the local table (using make table) (which I am not able to do if someone is using the search).
As I see it there are two ways I might be able to solve this, but I am open to any ideas I am by no means an expert:
Is there a better way to search in sharepoint? - I am hoping to have something where they are able to enter in a first name last name dob etc and find the results that match the fields and allow a partial match (so if some fields aren't entered they are ignored). I have not found anything that was able to help me do this, but I do not know what it would be called so if you know what I should look into I would greatly appreciate it!
Is there a way to update the table in Access while someone is using it? Is there another way to accomplish this in access?
What direction do you think I should take? I am usually able to find the information I need online, but I have not had too much success with this.
Thank you!
http://root site URL/_catalogs/users/simple.aspx
This syntax will get you to your hidden user content type list on a SP 2010 site - and you can change the view on this to give you different fields. I haven't yet found a way for this to link to anything that gives me site/list/library access rights, but have found it EXTREMELY useful in place of anything approaching a third party central user administration tool. - You might be able to do something with this for what you're trying to do.

Yii2 Structure for Multitenancy System?

I am using Yii2 advanced structure, but I need a "Second" backend that is going to control the tenant users.
I just copy the backend folder and change the configuration for the cookies and the User Model. I don't know if this will be enough.
I just want some advice on how to do it, if someone already did it.
Thanks !
I have done something similar some time ago. Besides what you have done I have also changed the User component too to log in a different kind of user.
You should also add more folders in the tests so you can test that part too.
Anyway that should be enough yes.

Best Way to Implement a Versioning System for User Edited Content

I have a requirement to let users edit each others entries. So in case of bad entries, I need to be able to go back to an earlier version.
What is the best way to implement this in the data layer? Should I have like a triage table? And once the admin approves the edit, the triage version gets copied and put into the main entries table?
How would you guys do this?
Thanks,
Alex
This answer may work for you.
Rolling Your Own Plaintext Wiki (Wiki inside a DB)
I know you're thinking in terms of a database, but you may want to look in to using Mercurial or Git as the back-end to your application. It won't work like a database, but you'll have full version control.