Jewelry Try On PrestaShop — A Practical How‑To Guide for Adding Virtual Try‑On to PDPs
Add a quick, code-free virtual try-on using a shareable link from tryitonme.com.
Two implementation paths: quick embed for pilots versus theme edit for a consistent experience across PDPs.
Set up high-resolution product photos, SKU/variant mapping, and tracking (GTM) scripts to measure impact.
Introduction — jewelry try on prestashop: what this guide covers
You want to give shoppers a way to try your rings, necklaces, and earrings before they buy — without heavy development. This guide walks you through adding jewelry try on PrestaShop product detail pages (PDPs) using a zero‑code, link‑based solution from tryitonme.com. See a short walk‑through here: tryitonme jewelry no‑code VTO. You’ll get two implementation paths (quick embed vs. theme edit), PDP placement and microcopy guidance, a QA checklist, measurement ideas, and troubleshooting tips. For background on why VTO matters for conversion and engagement, see PrestaShop’s overview of virtual try‑ons: PrestaShop virtual try‑ons overview.
Why add virtual try‑on for jewelry on PrestaShop (business case)
Adding virtual‑try‑on to your PrestaShop store addresses the top hesitation for online jewelry purchases: uncertainty about fit, scale, and look. Augmented reality overlays help shoppers visualize how metals, stones, and sizes look on their body, improving confidence and session engagement. PrestaShop’s coverage of VTO explains the technology’s impact on conversion and engagement: read PrestaShop’s overview. Jewelry‑specific examples show how AR preserves fine details like shine and placement to create realistic try‑ons: Mirrar jewelry VTO tips. For UX context, see jewelry try on UX for PrestaShop.
Business benefits (what to expect)
Better shopper confidence and longer sessions (engagement).
Fewer returns because customers see how pieces look on them.
Higher add‑to‑cart activity when shoppers can “try before buying.”
Overview — What link‑based virtual try‑on is and how tryitonme.com differs
Traditional VTO options often require SDKs or API integrations that a developer must install in your theme or app. By contrast, tryitonme.com delivers a zero‑code, link‑based workflow: the platform generates a unique try‑on URL per product/variant that you paste into a PDP, marketing message, or social post. See comparisons of SDK vs embed approaches: Genlook PrestaShop VTO and broader integration guidance: Zakeke integration guide. For another implementation example, view: eyewear try on PrestaShop.
How tryitonme onboarding works (what you’ll provide and what they do)
tryitonme account and package selection (pick SKU quantity for your six‑month package).
High‑resolution product photos: clean front shots for rings, necklaces, and earrings; include variant‑specific images (color/metal).
SKU and variant mapping spreadsheet: product ID, SKU, color/metal, tryitonme link placeholder column.
Staging site access for developers if you plan theme edits.
Camera permission and privacy wording for PDPs and cookie/consent banners (guidance: Zakeke integration guidance).
Optional: model/reference images for more realistic renders (image tips: Mirrar image tips).
Contoh: tryitonme dashboard — link generation.
Option A — Quick embed (No theme edits) — fast test method
Step‑by‑step (non‑developer):
Generate link: Log into tryitonme.com and generate the shareable try‑on link for a product/variant (example: https://tryitonme.com/product/123?sku=GOLD).
Edit product: In PrestaShop back office, open the product’s description or a custom HTML field.
Paste button HTML: add a simple anchor or button into the description. Example (minimal styling via class):
<a href="YOUR_TRYITONME_LINK?utm_source=prestashop&utm_medium=pdp&utm_campaign=tryon" target="_blank" rel="noopener noreferrer" class="pdp-try-on-button" aria-label="Virtual try-on for Gold Ring">
Try On Virtually
</a>
4. Publish and test: Open the PDP on desktop and mobile and test link behavior, camera prompts, and fallbacks.
Pros, cons, and estimated time:
Pros: Fast (10–30 minutes per product), no dev work, ideal for pilots and top SKUs.
Cons: UI consistency varies across PDPs; manual for many SKUs.
Estimated time: 10–30 minutes per product for setup and testing.
Option B — Theme edits (Recommended for site‑wide PDP try‑on button)
Implementation steps for developers (high level):
Staging & backup: Clone site to staging and back up theme files.
Locate PDP template: For PrestaShop 1.7+, edit the product template (example path: /themes/your-theme/templates/catalog/product.tpl). See guidance: Genlook guide.
Choose hook placement: near Add to Cart (displayProductButtons) or under images (displayAfterProductThumbs).
Fetch links: store tryitonme links in a custom product field or map by SKU/attribute and expose to the template.
Add markup: accessible button markup with data attributes for SKU and analytics.
Add JS: open link in modal or new window; push analytics events.
Style with theme CSS and ensure mobile responsiveness.
QA & deploy: test across browsers and devices, then deploy to production.
Non‑breaking template hints:
Create an override instead of editing core files.
Keep a feature flag or theme option to disable the button quickly.
Test in multiple languages and variants.
Pros, cons, and estimated effort:
Pros: Consistent, polished UX; easier to scale across catalog.
Cons: Requires developer time and staging.
Estimated effort: 1–3 hours of developer work + 1 day QA (estimates). See integration best practices: Zakeke guide.
PDP try on button — placement, microcopy & design best practices
Placement recommendations (desktop & mobile)
Near Add to Cart (high visibility): place the try‑on CTA in the action area so it’s seen alongside purchase options.
Under product images (contextual): near visual assets where shoppers expect to explore looks.
Mobile: above the fold and thumb‑reachable (bottom or just above Add to Cart).
Microcopy & visual design examples
Microcopy options: “Try On Virtually”, “See How This Looks on You”, “Try It Now”, “View on You (AR)”, “Try It On — Free”.
Design notes: use an AR badge or icon; prefer modal/lightbox to keep users on the PDP; new tab is a simpler fallback.
Preparing product assets & SKU/variant mapping
Do’s
Use clean, high‑resolution product photos (neutral background).
Provide separate images per variant (color/metal) so each tryitonme link shows the correct appearance. See pricing by product type: rings pricing, necklaces pricing.
Keep SKU naming consistent between PrestaShop and the tryitonme mapping sheet.
Don’ts
Don’t rely on tiny, low‑res images—AR needs clear detail to render accessories correctly.
Don’t change SKUs after links are generated without updating mappings.
tryitonme processes the assets you provide and returns ready‑to‑use try‑on links (you supply photos/SKUs; they handle AR processing).
QA checklist — Pre‑launch checklist for embed & theme approaches
Link accuracy: each button opens the correct product/variant.
Ready to add virtual try‑on to your PrestaShop PDPs? Sign up at tryitonme.com, prepare 3 sample SKUs and product photos, and request shareable links for a fast pilot. Need help? Book a Demo.
Appendix (code snippets, GTM event examples, image alt text & SEO tips)
Repeat of simple anchor snippet (see above) for quick copy/paste.
Modal/lightbox open pattern (JS) — see the prior JS snippet.
Alt text: “jewelry try on prestashop — Gold engagement ring on model”
Caption suggestion: “Try this Gold engagement ring virtually on your camera — jewelry try on PrestaShop”
Wrap‑up
This how‑to gives you both a low‑friction path (embed try on PrestaShop links into product descriptions) and a developer path (add a consistent pdp try on button via theme edits) to introduce virtual try‑on to your store. Start with 3 top SKUs, measure try‑on engagement and add‑to‑cart lift, then expand across your catalog. For fast implementation and link generation, create an account and request your first links at tryitonme.com — or Book a Demo to get hands‑on onboarding.
FAQ
1. Do I need a developer to try tryitonme?
For a quick pilot, no developer is needed—use a quick embed with a shareable link from tryitonme. For a consistent experience across PDPs, theme editing by the developer is recommended.
2. How do I sync try‑on links with variants (color/metal)?
Simpan tryitonme link per SKU/variant di spreadsheet mapping dan expose field itu ke template. Untuk quick embed, paste link variant‑spesifik di deskripsi varian.
3. Does try‑onme store user photos?
Check tryitonme’s privacy policy; include a brief note in the PDP about how user photos are handled. Also, ensure camera consent is clear in the PDP.
4. Modals are blocked on my site—how can I fix this?
Check CSP and add tryitonme.com to allowlist, or use fallback of opening link in new tab if modal/iframe is blocked.
5. How do I measure the impact of try-ons on conversions?
Track GTM events like tryon_click, connect behavior to add‑to‑cart and conversions, then run A/B tests on CTA placement and copy to measure lift.