Question

I'm trying to accomplish this without an additional extension. I am including the checkout process on my cart page and would like to move the gift option in the cart section with the ability for each product to have it's own checkbox that asks if this is a gift.

The way it's set up currently it doesn't look like I can easily integrate it the way I would like.

Has anyone else done this that can give me some pointers?

Was it helpful?

Solution

This is not possible without writing an extension. To do this it would involve, at least on Mage 1.7, adding a field either in the order object or on the order item level.

By default all order items is either gift wrapped or none of them are so this new field should specify exactly which products are gift wrapped.

This data would also need to be displayed in all order grids, emails, PDF's, custom account orders. Doing this without writing a custom extension for it would result in a lot of phtml files and core classes being modified.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top