Hi!
If I have a product with variation (in my case the customer specifies an url), the notification url gets called as many times as many variations are there.
In each call, the data contains the information on ALL variations.
Example: custoemer specifies two domains, the cart looks like this:
3D Rotate EZ (website: www.example.com)
3D Rotate EZ (website: www.example2.com)
my notifcication url gets called TWO times, in each call there are data on BOTH variations.
Question: Why is this REDUNDANCY necessary? Its confusing for the developer. Only after a hour I figured out that the second call has the item_cart_position->2 value set to :2".
I assume if I store the variations in my db only from the first call, it is safe to ignore the other calls (the one who have item_cart_position higher than 1), right?
Can anyone confirm that this behaviour won't change in the future?
Thanks!
created
Nov '09
last reply
Dec '09
- 2
replies
- 989
views
- 2
users
- 2
links