Let your customers browse and buy from your inspiring catalog directly on your webshop :)
Clicks on Shop links in catalog will add products directly to an existing webshop's basket. Webshop then handles customer checkout.
See an example here: https://shop.ipaper.io/ (scroll down)
Steps to achieve this:
A flipbook is embedded on a page of a webshop.
Flipbook contains Shop links with a unique ProductID (SKU).
Webshop has implemented a Javascript integration that listens for events from flipbook.
When a Shop link is clicked in the flipbook, an event is triggered.
Webshop catches the event and performs any desired action (add to basket / open modal with variants / cross-sell)
Requirements:
Working webshop
Flipbook populated with Shop links containing Product IDs that exist in webshop
If webshop is HTTPS, embedded flipbook must also be loaded via HTTPS.
See our full documentation here:
Embed flipbook:
Javascript integration:
Javascript code test: