I understand how I can add a simple product to the cart, with a link, but what i'm interested in, is how this sort of link would react, if my product had sizes and such.
i'm assuming that an add to cart button passes all the form elements, via _GET to the cart script, and therefore, i'd have to harvest the dropdowns and other clickys, and pass them too?
i'm assuming that an add to cart button passes all the form elements, via _GET to the cart script, and therefore, i'd have to harvest the dropdowns and other clickys, and pass them too?
Comment