Auto registration on new order
Automatically register the products customer bought after they completed the checkout, so there is no need for them to manually register their products.
Last updated
Automatically register the products customer bought after they completed the checkout, so there is no need for them to manually register their products.
Last updated
When customer completed the checkout (e.g paid for the products), Shopify will make a call with the order content to the app, the app can then look at the ordered products and automatically register the product if the setting for the form is enabled.
When the app receive the order completed event from Shopify, it will go through each form and check its settings see if the form have auto registration enabled or not
The auto registration is form specific, so you will have to set for each form, enable it in the App admin > Forms > Settings > General > Automatically register products after order completed > Enable > Save
By default when the auto registration is turned on, it will register all the products that customer bought, but its possible to limit to specific products
It can limit by sku or limit by product tags - e.g you can put "product registration" tag for the products you allow to register
Please do a test after the auto registration is enabled to make sure everything is working - e.g either create new order in the admin or go through the checkout as customer