Magento 2 – How to Add Custom Success Page

magento2order-success-page

I want to add custom success page by overriding it's phtml.

Can anyone guide me how can I do this?

Best Answer

Copy This File :-

vendor/magento/module-checkout/view/frontend/templates/success.phtml

And Paste In Your Theme :-

app/design/frontend/your/theme/Magento_Checkout/view/frontend/templates/

After This You Can Change Success Page As Per Your Requirement

Related Topic