1

How to create buy 2 get 1 free in drupal 7 Commerce? I tried commerce discount module but that is buggy and in alpha version right now.

Augusto
  • 2,125
  • 18
  • 27
rashidkhan
  • 462
  • 8
  • 24

3 Answers3

0

You should use the module rules. With this module, we had allowed the user to purchase only one item.

emilie zawadzki
  • 2,035
  • 1
  • 18
  • 25
0

Refer to the following link. You can achieve your required functionality with the Rules integration. http://www.slideshare.net/richard_jones_ikos/promotions-in-drupal-commerce

Ayush Jain
  • 51
  • 3
-2

Please use commerce discount module in drupal 7 .

https://www.drupal.org/project/commerce_discount

Go to store -> Discounts -> Add discounts

Choose discount types-> order discounts

Choose offer types -> Free products

  • The discount module doesn't have a 'Free' product type and the OP wasnt asking to give away Free products but to give one free if two were purchased. – John Cogan Nov 22 '17 at 13:58