BSS 3D Product Viewer & AR for WooCommerce
by BangladeshSoftwareSolution 5 (2 reviews)

BSS 3D Product Viewer & AR for WooCommerce

Interactive 3D product viewer with AR support for WooCommerce. Upload GLB/GLTF models and let customers view products in their space.

BSS 3D Product Viewer & AR for WooCommerce ranks #31,173 among WordPress.org plugins with 10+ active installations, is #4,464 of 12,560 in the E-commerce category, a 5/5 rating from 2 reviews, and was last updated Aug 23, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.0.1 Current Version v1.0.1
Updated 1 month ago Last Update on 23 Aug, 2026
Refreshed 9 hours ago Last Refreshed on
#4,464 of 12,560 in E-commerce Top 50% by installs
View on WordPress.org
Rank
#31,173
No change
Active Installs
10+
+150%
KW Avg Position
49.5
2.5 better
Downloads
266
+1 today
Support Resolved
100%
No change
Rating
100%
Review 5 out of 5
5 (2 reviews)

Next Milestone 20

Total Progress 40%
10+ 20+
17,911
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 6 more installs to reach 20+

Rank Changes

30,407 31,324 32,240 33,157 34,073 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
25,487 37,064 48,642 60,219 71,796 08-09-2026 09-09-2026 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
Current #31,173
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 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 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
Downloads
Growth
Peak

Upgrade to Pro

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

Upgrade Now

Reviews & Ratings

5.0
2 reviews
Overall 100%
5
2 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Support Threads Overview

Resolved
Unresolved
2
Total Threads
2
Resolved
0
Unresolved
100%
Resolution Rate

Frequently Asked Questions

Common questions about BSS 3D Product Viewer & AR for WooCommerce

GLB (binary glTF) and GLTF. GLB is recommended because it bundles geometry, materials, and textures into a single file.
You can scan real products with Polycam, Scaniverse, or KIRI Engine on a phone. Designers can export from Blender, Maya, 3ds Max, SketchUp, or any GLB-capable tool.
Yes. The plugin uses standard <model-viewer> AR modes: WebXR and Scene Viewer on Android (ARCore), Quick Look on iOS (ARKit). On unsupported devices the customer sees the regular 3D viewer instead.
The plugin applies several layers to make casual download and reuse hard: Models are served only through a signed proxy URL (HMAC token) — the ID cannot be guessed or enumerated. The real /wp-content/uploads/…glb path is blocked from direct web access (an Apache .htaccess / IIS web.config rule is added automatically on activation). Cross-site hotlinking is blocked — the proxy only serves the model when the request comes from your own site. Opening a model URL directly in the address bar is blocked; only the viewer can fetch it. Right-click "save" and drag-save are disabled on the viewer. If a link ever leaks, WooCommerce → 3D Viewer → Settings → Rotate model links invalidates every URL issued so far in one click. Please note: any 3D model rendered in a browser must send its data to the visitor's device, so a determined user with developer tools can still capture it. This is friction against casual copying, not unbreakable DRM.
The automatic .htaccess / web.config rules only apply to Apache and IIS. On Nginx, add this to your server block and reload: location ~* /wp-content/uploads/.*\.(glb|gltf)$ { deny all; } The plugin shows an admin notice with this snippet when it detects Nginx.
Yes. The plugin only touches product post meta and options, and declares HPOS compatibility.
Not in v1.0.0. The classic product data tab is supported. Block-editor support is planned for a future release.
Yes. WooCommerce → 3D Viewer → Settings → General → AR Button → Disabled for all models. That hides AR everywhere: the "View in Your Room" button, the AR button inside the gallery / shortcode / block viewer, the QR pop-up, and the mobile AR link. An individual model can override it in either direction. Open the model's 3D editor, go to Presentation → AR Button, and choose "Always on" to keep AR for that one model even while the store-wide switch is off, or "Always off" to hide it for that model only. The default, "Use global setting", follows the store-wide switch. The per-model choice always wins over the global one.
Yes. Go to WooCommerce → 3D Viewer → Display Mode and choose "Product gallery" — the model becomes the first gallery image and the "View in 3D" button is hidden. This uses the standard WooCommerce gallery; some themes or page builders that replace the gallery may not support it, in which case use Modal mode or the shortcode/block instead.
Yes. Use the shortcode [bss3dv_viewer id="123"] (the product ID is shown in the product's 3D editor, on the Output tab), or add the "BSS 3D Viewer" block and enter the product ID. Both accept width, height, and ar options, e.g. [bss3dv_viewer id="123" width="100%" height="480px" ar="yes"].

Sign In / Register

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