Is it possible to add popup at checkout page?

I want to add a popup at the checkout page after payment and before the thank you page. The popup will have some options to choose from, and the admin or store owner will get the data the user selects.

Is it possible to do so?

Any quick help will be grateful.

Hello @savita_nagdev ,

Yes, it is possible. You can try the Shopify’s Script Editor and Liquid code.

Go to Script Editor → create new script → select Checkout

Use Liquid code to create a popup window that appears after payment and before the thank you page like this example

{% if checkout.completed_at %}
  
{% endif %}

Save and test.

Hope this can help you out. Let us know if you need anything else.

OneCommerce team.

Hello @OneCommerce ,

Thanks for the quick responses. But I have one concern over here that, by this code popup will be added but how can I get the selected option’s data?

Hi, which section should I add the code to? in section?