Page 1 of 1

Custom Basket error

Posted: Tue Oct 27, 2009 3:43 pm
by Mike718NY
If I copy the Basket.ascx file into the Conlib Custom folder and change
the scriptlet to:
[[ConLib:Custom/Basket]]

I get this error on the page:

[[ConLib:Custom/Basket]] The file '/DCPAC7/ConLib/Checkout/Google/GoogleCheckoutButton.ascx' does not exist.

Re: Custom Basket error

Posted: Tue Oct 27, 2009 3:51 pm
by Mike718NY
I changed:
<%@ Register Src="../Checkout/Google/GoogleCheckoutButton.ascx"
To:
<%@ Register Src="../../Checkout/Google/GoogleCheckoutButton.ascx"
and it works now.