Adding SKU to size select
im using drupal kickstarter 2.5 and i want to somehow add the sku to the size select that is automaticly crated by the "Enable this field to function as an attribute field on Add to Cart forms."
i want the option to be something like:
<select>
<option value='[val]' product-sku='[sku]>[Value]</option>'
<option value='[val]' product-sku='[sku]>[Value]</option>'
</select>
or to add the sku as a class or whatever... can any1 give me some tips where to start ?
i need the sku to check the stock using ajax an i want to disable the option if the size is out of stock and to display a "out of stock" on the option