Re: OrderAdjustments and ShoppingList

2007-02-16 Thread Al Byers
Thanks David, Do you think that this case where a user buys something with a credit card and will make subsequent payments and expects the same pricing on each payment is something that the core code should handle? If so, I would be willing to try writing it, but would appreciate any pointers

OrderAdjustments and ShoppingList

2007-02-15 Thread Al Byers
I have a case where someone buys something and they need to be rebilled on a periodic basis. I am using a ShoppingList to do that. My concern is how do promotions that were in effect at the time of the purchase get applied each time a shopping cart and then order are generated from the

Re: OrderAdjustments and ShoppingList

2007-02-15 Thread David E. Jones
Promotions are applied when each order is placed. In other words a promotion for one auto-order from a shopping list may not apply to the next if it expires first. To do something else would require additional code. -David On Feb 15, 2007, at 4:26 PM, Al Byers wrote: I have a case