admin

Adding values to a magento dropdown or multi-select product attribute while adding a new product

I'm wondering if anyone has found or written an extension that would allow a magento website administrator the ability to add values to their products attribute while adding the product. For example, if I sell books and want the book author to be in a drop down list so that it would be used in layered navigation, it seems odd that I wou...

Using JScript determine if user has administrative rights

I'm building a "diagnosis" page that determines various settings on a client's environment to help diagnose setup and connection issues. (e.g. cookies turned on, popups enabled, etc.) For a part of this page I'd like to check... if the browser is Internet Explorer, if the user has administrative rights or not... as they will be needed t...

osCommerce add textbox

Hello friend How can I add textbox to admnin part of oscommerce in add product? is there any extension? Kindly Help me ...

Magento Admin login kicks me out back to the Admin login

After I enter my username and password and click "Login" it sends me back to the Login page with NO error messages. The URL changes to include a session key and that's it. Everytime I click Login again, the session key is regenerated and I still can't log into the admin interface. ...

Magento image uploader in Admin product page doesn't work

All the permissions are correct and the php.ini is fixed, and there's no problem with SSL or secure admin interface but it still won't upload. I click on a product, go to the Image section, select an image to upload and it appears to upload. However, the image doesn't appear in the list of product images and then I get kicked back out t...

Batch script: how to check for admin rights

How do I check if the current batch script has admin rights? I know how to make it call itself with runas but not how to check for admin rights. The only solutions I've seen are crude hack jobs or use external programs. Well, actually I don't care if it is a hack job as long as it works on Windows XP and newer. ...

Django Admin Interface - Custom App Name

Using the 'app_label' in the 'Class Meta' will solve this problem. But it won't create tables while issuing 'syncdb' command. Because the app name won't match with INSTALLED_APPS entry. Is there any way to achieve both (custom app name and creating tables with syncdb) ...

PhpMyAdmin File too large error when trying to import sql

Hey folks, I am trying to import a database (.sql) file using phpmy admin on a clients server. I get a file too large error even thought I have the option to break the file into pieces etc but I still get the error. The upload size is 50MiB and the file I am trying to import is 90mb (for the db.) I had the same error in MAM and know I ...