@Panda said in WP / Woocommerce Mystery:
Just back to my other question, have you ever used Shopify?
It insists on a templating language to use any custom js.
Not personally as never had any need, however, I do know that it uses Liquid for JS templating. Itโs written in Ruby and is used to generate dynamic content on shop fronts. Thereโs zero reason as to why it wouldnโt work with data supplied by 3rd party APIโs, although WordPress code wonโt natively work for obvious reasons, and as such, this code would need to be re-written.
The JS part will likely work with minor modification, but not the PHP file in itโs current form.