-- url of the page with the problem -- :
fabribles.com/downloads
-- HikaShop version -- : 2.5.0
-- HikaMarket version -- : 1.6.3
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3.10
-- Browser(s) name and version -- : Dave
Been scratching my head on this one, there is also a possibility that it might not be Hikamarket/shop related but it's got me puzzled.
I have a javascript error on one page of my site. the error is:
ReferenceError: $$ is not defined
$$('input.hikashop_compare_checkbox').each(function(el){
I've traced the error to (what I believe is the issue) missing mootools declarations. From what I understand from reading the forums these should be present but are being stripped by something?
I've tried the usual suspects - disabled all plugins / modules / templates but none have managed to resolve the issue.
The page in question is of the type product view -> listing img title
On another page which is a list view of same data -
fabribles.com/downloads/list/product/listing
- there is no issue. Same with the product page itself - eg -
fabribles.com/component/hikashop/product/cid-137
- no conflict.
Any help / suggestions welcomed.
DM