Tools
Product Configurator
The Probo Product Configurator is a webcomponent that allows your customers to effortlessly customize Probo Products within your application. The configurator is a wrapper for the /products/configure endpoint
Features
- Dynamic Customization: Users can customize their print products by selecting different options, including materials, sizes, quantities, etc.
- Responsive Design: The application is built with a responsive design to ensure a seamless experience across different devices and screen sizes.
- Easy Integration: Probo Product Configurator can be easily integrated into existing websites and e-commerce platforms as a web component, providing a consistent user experience.
More information and examples are available on GitHub; https://github.com/ProboConnect/product-configurator
Simple example of starting the configurator for Banner 510
<html>
<head>
<script>
<script type="module" src="https://cdn.jsdelivr.net/gh/ProboConnect/product-configurator@v1/probo-product-configurator.js" rel="text/javascript" ></script>
</script>
</head>
<body>
<probo-product-configurator product-code="banner-510"></probo-product-configurator>
</body>