The Product Page Widget is a lightweight version of the standard checkout widget, designed specifically for use on product detail pages. It allows customers to preview and select available delivery options before entering the checkout, helping merchants increase transparency and reduce friction earlier in the shopping journey.
By setting the widget configuration parameter "mode": "product" (read more about widget integration) the widget loads in product mode, providing a simplified view optimized for product pages while maintaining the familiar delivery-option experience from the standard widget.
Preview product mode
You can preview the product mode using the developer mode (read more about developer mode). Choose Product from the Widget mode drop-down list.
This will trigger the product widget to be displayed in preview mode.
Note: Your browser might be showing a cached version, so you may need to clear your cache to see the correct preview.
Conversion Rate Exclusion (Optional)
Some merchants may prefer not to include sessions created from the product page widget in their checkout conversion rate metrics. To support this, the API allows the merchant to disable conversion-rate tracking for these sessions by adding the property:
"includeInConversionRate": false
When used in the create session request:
- The session is created as normal.
- Delivery options are returned as expected.
- But the session is excluded from conversion-rate calculations.
If the merchant wants product page traffic to be part of conversion metrics, they can simply omit the field or set it to true.