romanyurkhanov / module-checkout
RomanYurkhanov Checkout module for Magento 2.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- romanyurkhanov/module-base: ^1.0.1
This package is auto-updated.
Last update: 2024-12-23 13:06:40 UTC
README
RomanYurkhanov Checkout module for Magento 2
RomanYurkhanov Checkout Extension for Magento 2
Features
- CMS Block
- Preferred Payment Method
- Preferred Shipping Method
- Shipping Country Notice
- Shipping Proposal
Features Details
- CMS Block
- This feature allows you to add additional information, editable from the admin panel, to the checkout page.
- Adds a CMS block to the "Order Summary" block at the bottom.
- Preferred Payment Method
- This feature allows you to save and preselect the last selected payment method on the checkout page.
- Preferred Shipping Method
- This feature allows you to save and preselect the last selected shipping method on the checkout page.
- Shipping Country Notice
- This feature allows you to show additional information to the user on the checkout page depending on the selected country. Example: You can set the Free Shipping method for specific country in the: Store -> Configuration -> Sales - > Delivery Methods And then please select that county in the setting "Country".
- Shipping Proposal
- This feature allows you to show additional information to the user on the checkout page, depending on whether the user is a guest or logged in.
Extension Screenshots and Videos
- CMS Block
- Preferred Payment Method
Preferred-Payment-Method.mp4
- Preferred Shipping Method
Preferred-Shipping-Method.mp4
- Shipping Country Notice
ShippingCountryNotice.mov
- Shipping Proposal
Shipping-Proposal.mov
How to install & upgrade RomanYurkhanov_Checkout
1. Install via composer (recommend)
I recommend you to install RomanYurkhanov_Checkout module via composer. It is easy to install, update and maintenance.
Run the following command in Magento 2 root folder.
1.1 Install
composer require romanyurkhanov/module-checkout
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update romanyurkhanov/module-checkout
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Product mode:
php bin/magento setup:di:compile
2. Copy and paste
If you don't want to install via composer, you can use this way.
- Download the latest version here
- Extract
main.zip
file toapp/code/RomanYurkhanov/Checkout
; You should create a folder pathapp/code/RomanYurkhanov/Checkout
if not exist. - Go to Magento root folder and run upgrade command line to install
RomanYurkhanov_Checkout
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy