Hi everyone!
I’m setting up a new site using TastyIngiter 3.5.0 with a theme I built for a different TastyIgniter site (which uses v3.4.1) and I’m getting an error when I want to add a product that has menu options to the cart:
https://www.loom.com/share/97d6f58c831e4428bb9670145d786861
you can see that adding a product that doesn’t have menu options works just fine.
The specific error I’m getting is:
Uncaught TypeError: t.querySelector is not a function
Just in case, I already disabled the enableAssetCombiner
option in config/system.php
, anyone have any idea on what the issue might be?