I hope i have posted this in the correct place!
My goal is to create a draggable shopping cart, where the items that have been added into the shopping cart, can now be dragged around the screen by the user before they click proceed to checkout.
The point of this is so my clients can drag around the thumbnail of an item added in the cart and put it next to other items in the shopping cart to get a general idea if the fabrics they have selected look good next to eachother.
I have found a few jQuery scripts that enable draggable elements however implementing them has proven harder than i thought. I seem to be able to get the first product added to the cart to be draggable, however if i add in other items they do not drag, only the first item.
I was wondering if anyone has tried this before or if anybody could give me some advice on how to implement something in the coding to make sure it applies to every item added to the cart, not just one item?
Your help is greatly appreciated!
