Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
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
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
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.
|
Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
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!
|