Re:do optionally provides free return shipping to customers that purchase the Re:do Shopify product with their order.
To enable customers to purchase returns coverage, Re:do offers frontend integration via Web Components custom elements.
Re:do displays a checkbox on the product detail page. Re:do’s backend merchant configuration can optionally exclude certain customers or products.
When the customer adds a product to the cart and the Re:do checkbox is enabled, the Re:do product is also added to the cart.
Only one Re:do product should be added to the cart. Once it has been added to the cart, the checkbox is hidden.
Add the following script:
<script
async
src="<https://shopify-extension.getredo.com/web-components.js?widget_id=><widget_id>"
></script>
The parameter widget_id is an alphanumeric identifier corresponding to the merchant.
<redo-shopify-checkbox></redo-shopify-checkbox> to the page, usually underneath the “Add to Cart” button.