You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
24 48for 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?
The text was updated successfully, but these errors were encountered: