Posts Tagged: custom options
-
Dec 31, 2009
5 CommentsMoving Magento Shop from Development Enviornment to Production Enviornment or Production to Local
Today, I had really a good chance to move Magento Shop from Development Enviournment to Product Enviornment. On that course I faced some big difficulty in moving the database. I already had the files and DB of the development enviornment, imporing DB was a PIA. I uploaded all the files, which was easy. And next...
-
Dec 22, 2009
29 CommentsAdding custom options to a product in Magento
Adding custom option in Magento is pretty easy! You just need to know the format of an array, which is taken by catalog/product_option Model to set the custom option. I’ve deviced a simple function (setCustomOption) that just does that. The function, according to the input type and values assigned creates an array, which is then...
-
Dec 22, 2009
2 CommentsGetting all custom options of a product in Magento
Custom options are the options that can be added to any product, which gives an option for the user of the site to select what type of product they actually want. Here is a scenario where custom option can be helpful. If you have a product say ball and your stores sells plastic,rubber,glass balls. So...