This topic has 3 replies, 2 voices, and was last updated 1 years, 1 months ago ago by ecommercedev
Hi,
I am trying to enalbe hotspot using XStore widget for elementor.
Can you please confirm there is a limit on number of products fetched and displayed in an autocomplete box of that widget settings?
It seems that after typing product title I receive around 20-30 products but this is not enough taking into account how many variations I have. I cannot find main product in that list.
Hello, Ecommercedev,
Thank you for contacting us and for using XStore.
Please check this topic – https://www.8theme.com/topic/issue-introducing-list-of-ids-using-products-or-products-grid-widgets-on-elementor/#post-347282
The code is:
add_filter('etheme_elementor_post_ajax_results_per_page', function() {
return 50;
});
50 can be changed to 200
Kind Regards,
8theme team
thats it!
The issue related to '‘Hotspot widget does not list all products’' has been successfully resolved, and the topic is now closed for further responses