Hello,
I have a clothing store and I want to provide my customers an option of adding monogram to the shirt (check box) for a certain amount, lets say $10 . When a customer selects the monogram option and adds product to cart, the price should be added accordingly (original price + price of monogram).
I want to add 2, 3 different options like that.
How can I do that? I am attaching an image as an reference
And end result could be like this
Is there any extension for this? Or it could be done via attributes?
As you can see in the image, when monogram image is selected, a little form opens up too.
Any possible ways to do it?
Yes, you can do this using Custom options.
If you take a look at the documentation here it should help you set these up: http://merch.docs.magento.com/ce/user_guide/Magento_Community_Edition_User_Guide.html#catalog/produc...
Any further questions, let me know by replying to this post.
Rebecca
Thank you so much. It worked.
But if I want to add same functionality to multiple products, is there any way to add it at once for multiple products instead of doing it separately for every product as I plan to upload products via data feed.
Hi @shahzaibdgr8,
Great!
Not that I know of unfortunately, adding them to multiple products is not possible without a custom Magento module.
There is one here you could consider:
Rebecca Troth