Hi,
1. Yes you can go to customizer to edit your thank you page. In the plugin settings, choose design.
2,3. It’s thank you page of WooCommerce and our plugin just changes the way content is displayed on that page.
The link to thank you page of WooCommerce if different from every order, it follow this form your_site_url/checkout/order-received/{order_id}/?key={order_key}
Regards
1. Yes, I am already on design page. I just see “edit” button on coupon part but no button to delete it. Could you please show me screenshot on where I can delete the coupon part?
2. If I want to pop up something on the thank you page, should I set this link as the destination?
your_site_url/checkout/order-received/
1. Please see https://www.screencast.com/t/2Baq8zPgb2
2. No, you should use hook “woocommerce_thankyou” for that.
Is “is_order_received_page()” okay?
If a customer choose to settle payment by Paypal (it will take the customer to Paypal’s site), when will the thank you page show up?
As i said our plugin only change the way thank you page displays, all the rest depends on WooCommerce. You should check it yourself using a paypal sandbox account.