Back to Snippets
+28% Conversion LiftProduct Page
Smart Product Recommendations
AI-powered product suggestions that analyze customer browsing behavior to show the most relevant items, increasing average order value immediately.
What This Snippet Does
- Auto-detects complementary products; Customizable layout grid; Mobile-optimized touch sliders; Zero-dependency lightweight code; Works with all Shopify 2.0 themes
Code Preview
<!-- Smart Recommendations Snippet -->
<div class="smart-recs-container" data-product-id="{{ product.id }}">
{% assign related_products = product.metafields.custom.related %}
<div class="recs-grid">
{% for item in related_products %}
<div class="rec-card" onclick="trackClick('{{ item.id }}')">
<img src="{{ item.featured_image | img_url: 'medium' }}" />
<h3>{{ item.title }}</h3>
<span class="price">{{ item.price | money }}</span>
<button class="add-btn">Add +</button>
</div>
{% endfor %}
</div>
<script>
new SmartRecs({ threshold: 0.8, animate: true }).mount();
</script>
</div>One-time purchase
$49USD
4.9(124)
Instant download • Lifetime updates
What you get:
- Full source code
- Installation documentation
- Free future updates
- Email support
Related Snippets
+34% Lift
Product Page
Urgency Countdown Timer
Create genuine urgency with a customizable countdown timer for flash sales, limited-time offers, or cart reservation.
Persistent across page reloads; Customizable colors and fonts; Auto-hide when expired; Geo-targeted timezone support; Sticky bar option
$39one-time
+41% Lift
Product Page
Sticky Add to Cart Bar
Keep the purchase button always visible as customers scroll down long product pages.
Smart scroll detection; Variant selector included; Works on mobile and desktop; Matches theme colors automatically; Skip cart option
$44one-time
+22% Lift
Trust Signals
Social Proof Notifications
Display real-time purchase notifications to build trust and show store activity to new visitors.
Real data from recent orders; Fake data mode for new stores; Customizable position and timing; Mobile-friendly compact mode; GDPR compliant
$29one-time