gaiterjones / magento-buy-x-get-y-free

Magento Buy X Get Y Free Module
43 stars 21 forks source link

Buy and get not working magento v1.6.1 #8

Open marcelonhenhe opened 8 years ago

marcelonhenhe commented 8 years ago

Hi, the first image is the rules, IDs and quantity.

screen

This second image shows the message when any quantity of the product with ID 485 is added to the cart, no matter the quantity, 1, 2, 3, 4, all appears this message and the product is not added to the cart. screen2

This third image shows the message when any quantity of the product with ID 379 is added to the cart, no matter the quantity, 1, 2, 3, 4, all appears this message and the second product is not added to the cart.

screen3

gaiterjones commented 8 years ago

Your product x and y ids for the first offer are the same. that wont work, you need to create a unique product Y for each offer. You should also remove the trailing commas you have in the config.

Peter.

 On Thursday, 22 October 2015, 17:37, marcelonhenhe <notifications@github.com> wrote:

Hi, the first image is the rules, IDs and quantity.This second image shows the message when any quantity of the product with ID 485 is added to the cart, no matter the quantity, 1, 2, 3, 4, all appears this message and the product is not added to the cart. This third image shows the message when any quantity of the product with ID 379 is added to the cart, no matter the quantity, 1, 2, 3, 4, all appears this message and the second product is not added to the cart.— Reply to this email directly or view it on GitHub.

marcelonhenhe commented 8 years ago

Hi, when the IDs are differents the error of the third image happens