Page 1 of 1

Patch for ConLib\BuyProductDialogOptionsList.ascx

Posted: Tue Oct 09, 2012 1:03 pm
by rusty
We noticed that the Add to Cart buttons were broken in this control.

Quick fix:

On or around line 149 Add

//PATCH
Basket basket = AbleContext.Current.User.Basket;


And then on or around line 156 Add

//PATCH
basketItem.Basket = basket;

Re: Patch for ConLib\BuyProductDialogOptionsList.ascx

Posted: Thu Oct 11, 2012 4:10 pm
by Logan Rhodehamel
I got that reported so we can get it fixed in the official release.