...
width | 50% |
---|
Table of Contents |
---|
...
Firefox user notice:
...
...
Sorry for the inconvenience.
...
width | 30% |
---|
...
Order Success Page for Magento 2 makes order success page highly-customizable via adding additional blocks, basing on customer segment or and order details. The content of the order success page is managed by the rules configured in the backend. Also, the module allows displaying cross-sells, checkout registration and newsletter signup blocks, and the links to the pages in social networks.
Compatibility:
...
Magento Open Source 2.3.X - 2.4.X, Magento Commerce 2.3.X - 2.4.X
...
Thank you for choosing Aheadworks!
Installing Order Success Page
...
Panel | ||||
---|---|---|---|---|
| ||||
1. Backup your web directory and store database |
Panel | ||||
---|---|---|---|---|
| ||||
2. Download the Order Success Page installation package |
Panel | ||||
---|---|---|---|---|
| ||||
3. Upload contents of the Order Success Page installation package to your store root directory |
...
borderWidth | 2px |
---|---|
borderStyle | solid |
4. In SSH console of your server navigate to your store root folder:
No Format |
---|
cd path_to_the_store_root_folder |
run the following command: :
No Format |
---|
php -f bin/magento module:enable Aheadworks_OrderSuccessPage |
then:
No Format |
---|
php -f bin/magento setup:upgrade |
after:
No Format |
---|
php -f bin/magento setup:static-content:deploy |
Panel | ||||
---|---|---|---|---|
| ||||
5. Flush store cache; log out from the backend and log in again |
Note |
---|
Make sure the installation is done from the FTP administrator account. Otherwise, set 775 permissions to the store root directory after the extension is deployed. |
...
width | 50% |
---|
...
borderWidth | 2px |
---|---|
borderStyle | solid |
If you are installing an extension from Aheadworks for the first time, you need to add our composer repository to your Magento store:
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
1. Login to your ssh console and navigate to your store folder:
Run the following command:
After the command was executed successfully, you can use the composer to install the products. |
...
borderWidth | 2px |
---|---|
borderStyle | solid |
To install the extension:
2. Login to your ssh console and navigate to your store folder:
Panel | ||||
---|---|---|---|---|
| ||||
cd path_to_the_store_root_folder |
...
borderWidth | 2px |
---|---|
borderStyle | solid |
3. Run the following command to install the latest version of the extension:
Panel | ||||
---|---|---|---|---|
| ||||
composer require aheadworks/module-order-success-page |
if you need to install a specific version, run this command:
Panel | ||||
---|---|---|---|---|
| ||||
composer require aheadworks/module-order-success-page:<version> |
Tip |
---|
Specify the version of the extension in <version> |
Panel | ||||
---|---|---|---|---|
| ||||
When prompted, enter Public Key (Username) and Private Key (Password): |
Note |
---|
Both Public Key (Username) and Private Key (Password) can be found in My Projects and Licenses in your personal account on our site: |
...
borderWidth | 2px |
---|---|
borderStyle | solid |
4. Enable the extension:
Panel | ||||
---|---|---|---|---|
| ||||
php -f bin/magento module:enable <Module_Name> |
Tip |
---|
Add the product name in <Module_Name> |
Next, register the extension:
Panel | ||||
---|---|---|---|---|
| ||||
bin/magento setup:upgrade |
Recompile your Magento store if you are in the Production mode:
Panel | ||||
---|---|---|---|---|
| ||||
bin/magento setup:di:compile |
To verify that the extension is enabled, run this command:
Panel | ||||
---|---|---|---|---|
| ||||
bin/magento module:status |
Clean store cache, by running the following command:
Panel | ||||
---|---|---|---|---|
| ||||
bin/magento cache:clean |
Log out and Log in the backend again.
...
borderWidth | 2px |
---|---|
borderStyle | solid |
To upgrade the extension:
5. To update or upgrade an extension:
Download the updated extension file. Take note of the module-name and version. Export the contents to your Magento root.
If a composer package exists for the extension, run one of the following.
Code Block | ||
---|---|---|
| ||
composer update aheadworks/module-order-success-page |
Code Block | ||
---|---|---|
| ||
composer require aheadworks/module-order-success-page:<version> |
Run the following commands to upgrade, deploy, and clean the cache.
Panel | ||||
---|---|---|---|---|
| ||||
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy
php bin/magento cache:clean |
Getting Around
...
Extension Logic
The Order Success Page extension adds its own blocks to the native Magento Order Success Page. The blocks can be divided into two types: Standard (see General Settings section) and Rule-based (see Rule section). Standard blocks are always displayed for all customers, while rule-based are shown only if the order complies rule settings.
Warning |
---|
...
Order Summary block is not displayed when the Customer uses "Check Out with Multiple Addresses" at Checkout.
Tracking codes
Because the extension uses the native page as a base, all tracking codes you may have on that page should continue working as they did before the installation.
Layout
The extension offers 4 positions for the notification blocks:
Page Top
Page Bottom
Content - Left Column
Content - Right Column
Some blocks like “Order Summary” and “Cross-Sell” can only be set to Page Top or Page Bottom positions, because of their size.
By default, the blocks are placed the following way:
...
Page Top
...
Content - Left Column | Content - Right Column
...
Page Bottom
As you can see, if you would like to use a single-column layout, you can use only Page Top and Page Bottom positions.
To set an order of the Blocks, use the Priority field. This setting respects the layout position, so it is very easy to set the right order in every position of the page.
Backend Configuration
Section |
---|
Info |
---|
Note, because the preview button uses an actual order data, make sure that you’ve got at least one order placed in the store view which you want to preview. |
Order Summary
- Enable Block to place the Order Summary block to the Order Success Page;
- Position to choose between top and bottom positions of this block;
- Sort Order to assign the block priority;
- Shipping Information to add the shipping details to this block;
- Billing Information to enable the billing data displaying;
- Expand Order Items List By Default to allow/disallow this option.
Warning |
---|
Order Summary block is not displayed when the Customer uses "Check Out with Multiple Addresses" at Checkout. |
Contacts
Info |
---|
Note that while this block is intended for showing a link to your 'Contact us' page, generally, you can use it for any purpose, when you just need to show some text to all of your customers. |
Customer Registration
- Enable Block to display the Checkout Registration block on the Order Success Page;
- Position to choose between top/bottom/left/right positions of this block;
- Sort Order to assign the block priority;
- Name to create a special title of this block;
- Short Description to type the text message which encourages customers to create the account.
Newsletter Subscription
- Enable Block to allow customers to subscribe to the newsletter;
- Position to choose between top/bottom/left/right positions of this block;
- Sort Order to assign the block priority;
- Name to create a special title of this block;
- Short Description for the message which invites shoppers to subscribe to the newsletter.
Static Block
Info |
---|
Note that this block is visible for all customers by default. Use the Rules for more targeted content. |
Cross-Sell Block
Info |
---|
Note that the Cross-Sell block displays 5 products by default. |
Rules
General Information
Find the Rules section following the pass Content-> Order Success Page by Aheadworks -> Rules. Here you can see a standard grid with the list of the rules. The rules can be filtered and enabled/disabled/deleted in bulk.
- Enable Rule to make the rule active;
- Name the Rule to easily find and manage the rules created;
- Description contains a summary of the rule functionality;
- Store View is a scope of application of the rule created;
- Customer Group includes different customer segments for you to choose;
- Active From / Active To options allow scheduling the rule duration.
Rule setup examples
Each rule can display one of the following block types:
Text / Html - a basic type of the block; the content is configured right in the rule, in the WYSIWYG editor;
Static block - a static block created beforehand in Content-> Elements-> Blocks;
FAQ Category - a list of articles from a selected FAQ category. Requires FAQ extension by Aheadworks to be installed.
Blog Category - a list of blog posts from a selected Blog category. Requires Blog extension by Aheadworks to be installed.
a) If you want to add a static block
b) If you want to display a text message when a customer chooses a certain shipping method
c) If you want to display a coupon code when a purchase is made at a certain price
Uninstalling Order Success Page
...
width | 50% |
---|
Manual Removal
...
borderWidth | 2px |
---|---|
borderStyle | solid |
1. Disable the module by executing the following commands:
No Format |
---|
php bin/magento module:disable Aheadworks_OrderSuccessPage
php bin/magento setup:upgrade |
...
borderWidth | 2px |
---|---|
borderStyle | solid |
2. Remove the extension files from the following folder:
No Format |
---|
app/code/Aheadworks/OrderSuccessPage |
...
width | 50% |
---|
Automatic Removal (via Composer)
...
borderWidth | 2px |
---|---|
borderStyle | solid |
1. Disable the module by executing the following commands:
No Format |
---|
php bin/magento module:uninstall Aheadworks_OrderSuccessPage |
...
For more information follow the product user manual on our website |
Thank you for choosing Aheadworks!
Need Customization?
You can always find the latest version of the software, full documentation, demos, screenshots, and reviews on http://aheadworks.com
License agreement: https://aheadworks.com/end-user-license-agreement
Contact Us: https://aheadworks.com/contact
Copyright © 2021 Aheadworks Co. http://www.aheadworks.com