Error in JS console
-
Hey guys,
I’m getting an error in the console https://d.pr/i/x6QBP3 ( this.product_variations.reduce is not a function ).
And from looking in the script, seems that this.product_variations returns a string, not an object eg: https://d.pr/i/wQIbYI .
Maybe JSON.parse( this.product_variations ) would be better fit in this scenario?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error in JS console’ is closed to new replies.