magepal / magento2-preview-checkout-success-page

magepal/magento2-preview-checkout-success-page

Quickly and easily preview and test your Magento2 checkout success page, without placing a new order each time

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass proprietary

Magepal_logo.png

Preview Order Confirmation Page for Magento 2

Total Downloads
Latest Stable Version

For Magento 2.0.x, 2.1.x, 2.2.x and 2.3.x

Styling and testing Magento's order confirmation page can be a very difficult and time-consuming process since the order success page display is only displayed once after completing the lengthy checkout process. Changing your page content or testing a new CSS style will automatically redirect you to an empty shopping cart page on page refresh.

Design beautiful order confirmation page with our new Enhanced Success Page extension.

Our free magento2 extension allows you to quickly test Google Tag Manager, Enhanced Ecommerce or other miscellaneous HTML, scripts and code snippets. Easily preview and make changes to your success page without placing a new order or modifying Magento's core code, perfect for Magento frontend developers. After installing our extension you can navigate to the module preference in store configuration section and specify an order number and then preview the success page for that order, view HTML source and search for specific javascript snippet or share a link to preview on other devices. For security, the generated link is only valid for a short period of time which can be changed base on your needs.

To avoid tracking of duplicate order information on your live site, you may want to limit usage and testing of our extension to your development environment with Google Analytics and order tracking script disabled.

How to test or style the order success page

Features

  • Configure any order number you want to preview from admin.
  • Quick and easily view checkout page source, in line within admin or within a new browser window.
  • Zero core hacks.
  • Created for testing sites but work perfectly on live/production environment.
  • Save time when style checkout success page.

Production usage

This module was intended for development, testing, and staging environment. Please consider carefully before using in a production environment because it may affect your analytics/conversion data.

Documentation

Installation

composer require magepal/magento2-preview-checkout-success-page

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate.

Magento 2 Extensions

© MagePal LLC. | www.magepal.com

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.2.1 stable Fail Not yet tested Details 2026-05-14 20:18:14
1.2.0 stable Not tested Not yet tested Details 2026-01-14 18:04:31
1.1.4 stable Not tested Not yet tested Details 2025-12-09 15:44:08
1.1.3 stable Not tested Not yet tested Details 2024-09-19 16:03:09
1.1.2 stable Not tested Not yet tested Details 2024-02-13 13:54:24
1.1.1 stable Not tested Not yet tested Details 2022-07-05 11:18:42
1.1.0 stable Not tested Not yet tested Details 2022-05-19 00:36:14
1.0.12 stable Not tested Not yet tested Details 2022-04-25 20:01:11
1.0.11 stable Not tested Not yet tested Details 2020-07-31 00:11:59
1.0.10 stable Not tested Not yet tested Details 2020-07-03 16:39:27
1.0.9 stable Not tested Not yet tested Details 2019-10-10 23:56:06
1.0.8 stable Not tested Not yet tested Details 2019-09-02 11:43:56
1.0.7 stable Not tested Not yet tested Details 2019-06-14 22:47:13
1.0.6 stable Not tested Not yet tested Details 2019-04-06 15:19:19
1.0.5 stable Not tested Not yet tested Details 2019-04-05 16:54:42
1.0.4 stable Not tested Not yet tested Details 2018-12-25 00:27:34
1.0.3 stable Not tested Not yet tested Details 2018-03-30 20:15:52
1.0.2 stable Not tested Not yet tested Details 2018-03-28 22:08:01
1.0.1 stable Not tested Not yet tested Details 2018-01-01 19:54:57
1.0.0 stable Not tested Not yet tested Details 2017-11-18 16:45:29

Requires 4

Package Constraint
php ~8.3.0|~8.4.0|~8.5.0
magento/module-backend 101.0.*|102.0.*
magento/framework 102.0.*|103.0.*
magepal/magento2-core >=1.1.14

Suggests 1

Package Reason
magepal/magento2-checkout-success-misc-script Add miscellaneous HTML and scripts to your checkout success page

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 3 3 warnings (ruleset: Magento2)
PHPMD Warning 2 2 rule violations (UnusedPrivateField:1, UnusedFormalParameter:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A 4
2.4.8 4 4
2.4.9 4 4

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
proprietary
Homepage
https://www.magepal.com/
Authors

More from magepal

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.