I want to make ability for anonymous users to get e-mail with discount coupon for manually chosen product.
It could be put in one form (select lists) or multiple steps (product selection > user info)
How it should work:
Is it difficult to achieve it work?
Thank you for your help.
What you're looking for can be recreated with the Webform module (https://drupal.org/project/webform), Simply create a webform with your desired fields (category, node, name, email) and then customize the receipt to use the [node:discount-code] token for the user's chosen node.