Looks like you got it to work.
I got my yootheme working by copying the js file to the warp/js folder and adding:
$this['asset']->addFile('js', 'js:add-to-cart-variation.js');
to the file 'template.config.php'
not the best but pretty easy.
R
Looks like you got it to work.
I got my yootheme working by copying the js file to the warp/js folder and adding:
$this['asset']->addFile('js', 'js:add-to-cart-variation.js');
to the file 'template.config.php'
not the best but pretty easy.
R