Custom Basket error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Custom Basket error

Post by Mike718NY » Tue Oct 27, 2009 3:43 pm

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.

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Custom Basket error

Post by Mike718NY » Tue Oct 27, 2009 3:51 pm

I changed:
<%@ Register Src="../Checkout/Google/GoogleCheckoutButton.ascx"
To:
<%@ Register Src="../../Checkout/Google/GoogleCheckoutButton.ascx"
and it works now.

Post Reply