Patch for ConLib\BuyProductDialogOptionsList.ascx

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
rusty
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Fri Apr 18, 2008 4:25 pm
Location: Bellingham, WA
Contact:

Patch for ConLib\BuyProductDialogOptionsList.ascx

Post by rusty » Tue Oct 09, 2012 1:03 pm

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;
Rusty Swayne
Mindfly Web Design Studio
http://www.mindfly.com

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Patch for ConLib\BuyProductDialogOptionsList.ascx

Post by Logan Rhodehamel » Thu Oct 11, 2012 4:10 pm

I got that reported so we can get it fixed in the official release.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply