Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a free gift that has different sizes set via custom options? #14

Open
anixan opened this issue Oct 18, 2013 · 1 comment
Open

Add a free gift that has different sizes set via custom options? #14

anixan opened this issue Oct 18, 2013 · 1 comment
Labels

Comments

@anixan
Copy link

anixan commented Oct 18, 2013

Hi,

I am currently building a site and I am looking to give customers a free item of clothing with every purchase.

When the customer orders anything from the site they should see a free pair of slippers appear in the basket. However the issue is that everyone needs to select the shoe size so they get the right ones.

I tried creating a product that had a required custom field of "Size" but when I added the rule to put that item as a free gift the system crashed and this was because the item was added with a required field that was empty.

Then I made that field not required and it worked thinking that the customer could edit the product in the basket and pick a different size, however when they do that a new pair of slippers is added to the cart at full price and the one set as gift isn't updated.

Have you got any ideas on how I can achieve this using either the extension I have installed or by another way?

Thanks

@witrin
Copy link
Owner

witrin commented Oct 20, 2013

Sorry, only simple products are supported like documented. The only way to make this possible is to implement this feature. Unfortunately I've currently not the time for that. But you're free to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants