I know this is super nit-picky. Sorry for that. In your span element you specify an alt attribute. That doesn't belong there and causes W3C validation to fail.

<span class="cart-block-title-bar" alt="Show/hide shopping cart contents." title="Show/hide shopping cart contents.">

Should be:

<span class="cart-block-title-bar" title="Show/hide shopping cart contents.">

Sorry again and thanks for the great module. :)

Comments

erik seifert’s picture

Sorry comes from ubercart directly. Should be there ( uc_cart )

erik seifert’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dave_______1’s picture

Hi Erikseifert,

I'm just trying to validate my site and I've got everything working bar one error and I think it is with your ajax cart.
It might be related to this post but might not be.

If you go to "http://validator.w3.org" and try to validate "http://satandcable.com/" there is 1 error left which is:
Line 496, Column 142: there is no attribute "add_to_cart"

Is there any chance you could have a look at this or point me in the right direction?

Thanks for your help.
Dave.