Top "Magento" questions

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

How to get parent product id in magento?

I know that in Magento 1.4.2.0 one gets parent id's like so list( $parentId ) = Mage::getModel('catalog/product_type_configurable') -&…

php magento magento-1.4
Magento static CMS block in XML layout with two or more storeviews

I have two static CMS Blocks called "promo_en" and "promo_de" - translated for the two existing storeviews "en" …

layout magento content-management-system block cache-control
Magento XML using before/after to place blocks hardly ever works

I'm a front-end Magento dev, have built quite a few of my own themes and I want to understand Magento's …

xml magento
Magento: Display sub-category list

I'm building a Magento store and want to be able to display a list of categories and have each category …

php magento magento-1.9
Getting a list of magento stores

How can I get a list of store groups under a website in Magento and then a list of stores …

magento
Magento 2 - How to call a custom phtml file in another phtml file, xml layout, static block and cms page?

I am creating a magento 2 theme. I just want to know how can I add .phtml file in xml layout, …

php magento magento2 magento-2.0
How to get Fedex testing tracking number?

I'm configuring FEDEX shipping in Magento website. I got test account number, password, API key and meter number by login …

magento fedex
List of tables to safely truncate in Magento?

Is there a list of tables that can be safely truncated in Magento? By safely, I mean to preserve products. …

mysql sql magento truncate magento-1
ALTER TABLE in Magento setup script without using SQL

Jonathon Day says "updates SHOULD NOT be in the form of SQL commands". I haven't come across any DDL or …

php sql magento installation entity-attribute-value
Magento install complains about missing InnoDB when it is available

During installation, Magento produces the following error: Database server does not support the InnoDB storage engine. I've fixed all the …

php mysql magento innodb