v1.3 Add To Basket error


https://forum.kartris.com/Topic659.aspx
Print Topic | Close Window

By saturation - Fri 24 Jun 2011
I'm getting the following error on my product pages when clicking "add" which is supposed to add a version to the basket.   Any ideas why this is happening?  I'm not sure if it's a bug in my version or if it's something I did.  

$find("ctl00_UC_MiniBasket_popAddToBasket") is null
By Paul - Fri 24 Jun 2011
Have you changed any files, or is this a fresh install? I've not seen this error before, so if files have been changed it's almost certainly related to that.
By Mohammad - Sat 25 Jun 2011
Yes, what Paul said is correct.

Looks like it can't find the Ajax Modal Popup Extender; that could be related to changes happened in "UserControls\Front\BasketView.ascx" - one of the server controls inside it has been renamed/removed.

If you couldn't be able to fix it, try to copy/replace "BasketView.ascx" and "BasketView.ascx.vb" from the Kartris setup package, most probably that will fix the issue.
By saturation - Tue 28 Jun 2011
I had taken the mini basket out of the template.master.   I put it back in and set Visible=false and it fixed it.   Thanks!