I love this mod, but it has an issue I haven't been able to solve. I've been working on eliminating the validation errors for my web site. I started with over 60, and am now down to 8, all of which are generated by this mod. Note: It's currently 8 because I only have one box activated. If I activate the others, it produces many more.

It generates multiples of this:

Line 175, Column 443: ID "carouselPrice" already defined

…te domed costume earrings</a><div id="carouselPrice">$24.95</div><div><a href=…

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).


Each error is, of course, generated by a different item. I have 8 right now because I have 8 featured items.

Anybody have any ideas how to fix this?