Open fstodulski opened 8 years ago
Nevermind i found a solution
<select class="item_price">
<option value="2.00">1 clip</option>
<option value="3.00">2 clips</option>
<option value="3.50">1 pince</option>
<option value="5.00">2 pinces</option>
</select>
Hi, I have a problem. I 'm coding some website using AngularJs. I want to display my product, which is in meny prices. The price depends on size. So, for example I have a bucket of wings ( KFC ) in meny sizes.
This is my code:
The thing is, that - after adding new product to the cart script adds the whole option value for ex.
in the cart it views 2448,0 instead of seperate 24 and 48.
Again, I use Angular Js to display my JSON data. SimpleCart works okey with names and quantity but it doesnt work with prices.
Any ideas how to do it?