I am trying to figure out the best way to setup product warranty options in the catalog. The idea is to offer an optional warranty extension for each product in the system. The warranty extension choice being none, 2 or 5 years. The last two choices adding some extra cost (depending on the product) to the item.
In Magento philosophy, should this be implemented as Configurable products ? In that case, it requires to create a mother Configurable Product, and an additional (simple) product for each choice in the options ? Is there a way to avoid duplicating the mother product or is it the only way to work ?
If I recall right, there was something about warranties in the roadmap, but can’t findit anymore in current roadmap for Q1-2008. Has it been (re)moved ?
Right now the best way to setup warranties is as related items. The way I think of it, working with any configurable setup is not the right way to work with warranties since the combination of a product and a warranty does not map to a single SKU (I might be wrong in some industries). The warranty module we had up initially on our road-map referred to a much more extensive module that would require a customer to actively decline adding a warranty at the time of purchase, and attaching a warranty item to a single instance of a product in an order (think of a case that 2 of the same products were added to the cart but with one warranty. The customer will choose to apply the warranty to the first item that breaks). Unfurtunatly, this module will not be part of the first stable release of Magento and might be developed in the future. Another future module that might serve this purpose is the configurable Bundle module. Using the bundle module you can bundle a product with a warranty and allow the customer to select to add or not to add a warranty item while adding the product. This feature should be added to Magento early next year.
I’m trying to do exactly what Yoav says the Warranty module does ! Has this module been implemented now ? I couldn’t find it on the site.
Or does anybody know a simple way to do that ? I tried with bundles or configurable products but this has to be done manually for every product which is not exactly fast ....
Hey !!! You’re Aussie, aren’t you ? I just come back from australia, spent 1 year over there. Your country is bloody awesome, mate !
Thanks for your tip, I will probably use it, even though, as you say, it’s a pain in the *** to set up the options for every single product !
yep sure are. but im located these days in london.
im working on a solution to mass relate these warranty options using a small vb app. when im done ill post you the app.
just ping me in a few days to remind me!
nothing special just allows you to select multiple products and set up custom options on the fly for each.