If you have created a new product type and need to enable it to be included with configurable products you need to let Magento know that it should allow your product type to work with configurable products. To do this open your config xml and add the following xml. PLAIN TEXT XML: <config> [...]
Archive: product
Posts Tagged ‘product’
If you are getting a little bit frustrated trying to figure out why the admin configuration for the number of products to display on a page and the options in the products per page drop down are not working then this is quite possibly your soluiton. The template file in question is in catalog/product/list/toolbar.phtml You [...]
Grass Seed Store – Migration from OSCommerce with Custom Functionality The Grass Seeds Store wants to migrate away from OSCommerce to Magento in order to improve stock management. They also need to maintain DEFRA compliance and have custom reports generated to do so. The custom reporting was based on the sales of seeds. The Grass [...]
If you want to check coverage against ICEcat, the best thing to do is to import their dump file available here into a MySQL database. The file format is a bit unusual, but here is a nice command you can run. You need to have created a database in it with a table called prodid_d [...]