Issue with zero result template JS
-
Hey guys first thanks for great plugin. I just found one issue with cloud-search.min.js?ver=2.8.4 file that when we set the template for no result the data in not append by following line:
jQuery(ACS.params.container_result_items).append(result.data.message);
Because the response come into the .items, not in .message, I have updated this line to
jQuery(ACS.params.container_result_items).append(result.data.items);
and it’s working. Please make the little change in your great plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Issue with zero result template JS’ is closed to new replies.