Top "Magento" questions

General Magento questions (like administration) may be asked on https://magento.

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1922-1' for key 'IDX_STOCK_PRODUCT'

While creating product, at the last step after retrieving for a time, Magento gives following error-: SQLSTATE[23000]: Integrity constraint violation: 1062 …

magento constraints mysql-error-1062 duplicates
Get product id and product type in magento?

I am creating magento store. I am beginner in magento. I want to get product id and product input type …

php magento magento-1.7
Format price in the current locale and currency

I use : $product->getPrice(); to get the unformatted price that I can calculate "quantity X price" with ajax. I …

php magento
Magento - How to add/remove links on my account navigation?

I am trying to remove links on my account navigation. I looked at the customer/account/navigation.phtml template. The …

magento
How to remove index.php from URLs?

All of my URLs on my Magento installation require index.php in them, like: http://example.com/index.php/admin/ …

.htaccess magento url-rewriting e-commerce
Magento: Set LIMIT on collection

The question that I tried to find out was how do we set a Limit on a Collection, the answers …

magento collections
Magento addFieldToFilter: Two fields, match as OR, not AND

I've been stuck on this for the last few hours. I got it working by hacking a few lines in /…

php magento magento-1.9
"Error 404 Not Found" in Magento Admin Login Page

I just transfered my magento installation from one local machine server to another. Now, I cannot login to admin panel. …

php magento
Clearing Magento Log Data

I have a question regarding clearing of the log data in Magento. I have more than 2.3GB of data in …

magento
How to get data from Magento System Configuration

I just wandering on how I can get the configuration data for my custom module. The configuration can be set …

php magento