Shopify
Nutze Pointr Widgets für serviceorientierte Shopify-Shops, Buchungs-Landingpages oder Produktseiten, bei denen ein Termin Teil des Verkaufs ist.
Seiteninhalt
- Öffne Online Store > Pages.
- Erstelle oder bearbeite eine Seite.
- Wechsle in den HTML-/Quellmodus.
- Füge den iframe-Code ein.
- Speichern und Vorschau öffnen.
<iframe
src="https://pointr.org/de/widget/availability/ihr-unternehmen"
width="100%"
height="420"
style="border:0;border-radius:12px;max-width:480px"
loading="lazy"
title="Nächste freie Termine ansehen"
></iframe>
Theme Section
Für eine wiederverwendbare Theme Section erstelle eine eigene Liquid-Section und platziere das iframe darin.
<section class="pointr-widget-section">
<h2>{{ section.settings.heading }}</h2>
<iframe
src="https://pointr.org/de/widget/booking/{{ section.settings.business_slug }}"
width="100%"
height="720"
style="border:0;border-radius:12px;max-width:480px"
loading="lazy"
title="Termin mit Pointr buchen"
></iframe>
</section>
Validiere den Business-Slug, bevor du ihn als bearbeitbares Feld freigibst.