Nili AI Shopping Assistant
by Nili 1 (0 reviews)

Nili AI Shopping Assistant

An AI assistant that answers only from your own products and pages, never from the open web. Recommends real products with real links.

Nili AI Shopping Assistant ranks #69,246 among WordPress.org plugins with 1+ active installations, is #6,920 of 12,648 in the E-commerce category, a 1/5 rating from 0 reviews, and was last updated Sep 22, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v1.1.0 Current Version v1.1.0
Updated 3 days ago Last Update on 22 Sep, 2026
Refreshed 6 hours ago Last Refreshed on
#6,920 of 12,648 in E-commerce Downloads +14.9% this week Actively maintained
View on WordPress.org
Rank
#69,246
— No change
Active Installs
1+
— No change
KW Avg Position
N/A
— No change
Downloads
293
+3 today
Support Resolved
0%
— No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
56,309
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

48,314 54,229 60,145 66,061 71,976 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026 25-09-2026
48,314 54,229 60,145 66,061 71,976 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026 25-09-2026
Current #69,246
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 40 50 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026 25-09-2026
0 10 20 30 40 50 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026 25-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Nili AI Shopping Assistant

No, but it is much more useful with it. Without WooCommerce, Nili still answers from your pages and uploaded files. With it, it knows your whole catalogue.
The free plan includes 50 answers a month. Beyond that, paid plans cover what the assistant uses, so there is no separate AI bill to watch. Nili also has a daily cap so the total stays predictable, and an off switch on the main screen.
It knows the stock state of every product it read and will say when something is unavailable. Re-read your store, or leave the automatic daily check on, to keep that current.
The visitor sees a short, plain error rather than a broken widget, and nothing is charged.
Conversations are held for 30 minutes so the assistant can follow a thread, then discarded. Thumbs-up and thumbs-down ratings are kept so you can see what is working. Visitor IP addresses are never stored, only a salted, one-way hash used for rate limiting.
No, including on Cloudflare. Caching is the normal case for a busy store, so the widget is built for it: it never relies on the security token printed into the page, because cached HTML serves the same token to every visitor until the cache entry expires. Instead it fetches a fresh one at runtime from a URL a cache cannot answer from a stored copy, and if that token is refused it retries as an ordinary guest rather than showing an error. Product questions therefore work on a fully cached page. The one thing that needs a real signed-in session is a shopper asking about their own order, which is by design. Order details are never served to a request WordPress has not authenticated.
Nothing required. Two settings are worth knowing about: If you have a page rule that caches everything, purge the cache once after installing or updating, so visitors get the current widget rather than a stored copy of the previous one. Rocket Loader changes when scripts run. The widget is built to tolerate it, but if the assistant does not appear, switching Rocket Loader off for the page is the quickest way to confirm whether it is involved.
Almost certainly not, and the same thing happens when you install, update or remove any other plugin. Some Elementor sites that use custom breakpoints keep a set of generated stylesheets in their uploads folder, and Elementor deletes that whole folder whenever a plugin is added, updated or removed. It rebuilds most of it on the next page view, but not those custom-breakpoint files, so icons and headers can suddenly render enormous. Installing Nili is simply what happened to trigger it that time. The quickest fix is in Elementor itself: go to Elementor, then Tools, then Regenerate Files and Data. Your styling returns immediately. If it keeps recurring after every plugin change, the surer fix is to have Elementor rebuild those files automatically, or to reset your custom breakpoints to the defaults if you did not set them on purpose. One thing worth knowing if the site looks fine to you but broken to a visitor, or the reverse: a CDN can keep serving the old stylesheet for a while, so test with the cache cleared. There is a full write-up, including how to confirm it in one command, in docs/elementor-css-conflict.md in the plugin download.
Almost certainly not. Nili has no redirect of its own. This is a site-address problem that activating the plugin only made visible, and it shows up most often on brand-new hosting, where the site is already live on your real domain but WordPress still has the temporary domain your host gave you set as its address. Nili's live preview loads whatever address WordPress reports for itself, so it loads that temporary domain, which redirects to itself and shows "redirected you too many times". Fix it once. In Settings, then General, set both "WordPress Address (URL)" and "Site Address (URL)" to your real domain, with https. If your host puts the site behind a proxy or a CDN, which Hostinger and Cloudflare both do, also add these to wp-config.php, above the line that says "stop editing": define( 'WP_HOME', 'https://yourdomain.com' ); define( 'WP_SITEURL', 'https://yourdomain.com' ); if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && false !== strpos( $_SERVER['HTTP_X_FORWARDED_PROTO'], 'https' ) ) { $_SERVER['HTTPS'] = 'on'; } Then clear every cache, your caching plugin and your CDN, and reload. To confirm it was never Nili, deactivate it and open the temporary domain directly: it still loops, because the loop comes from the address setting, not the plugin.

Sign In / Register

You need to sign in or register to use this feature.