arslanfarrukh/order-details

ArslanFarrukh Order Details Module

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2023-04-20 10:34 UTC

This package is auto-updated.

Last update: 2025-06-20 22:00:36 UTC


README

Features

  • It displays all order details information on the success page.
  • Show Thank you message.
  • Improve content of your Magento 2 thank you page.
  • Make your store more friendly with customers.

Installation

  1. Please run the following command
composer require arslanfarrukh/order-details
  1. Update the composer if required
composer update
  1. Enable module
php bin/magento module:enable ArslanFarrukh_Core
php bin/magento module:enable ArslanFarrukh_OrderDetails
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush

4.If your website is running in product mode the you need to deploy static content and then clear the cache

php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile

#####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p3 and 2.4.5-p1