romanyurkhanov/module-checkout

RomanYurkhanov Checkout module for Magento 2.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.0.0 2023-08-08 11:51 UTC

This package is auto-updated.

Last update: 2024-06-09 14:37:49 UTC


README

RomanYurkhanov Checkout module for Magento 2

Latest Stable Version Total Downloads

RomanYurkhanov Checkout Extension for Magento 2

Features

  1. CMS Block
  2. Preferred Payment Method
  3. Preferred Shipping Method
  4. Shipping Country Notice
  5. Shipping Proposal

Features Details

  1. 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.
  1. Preferred Payment Method
  • This feature allows you to save and preselect the last selected payment method on the checkout page.
  1. Preferred Shipping Method
  • This feature allows you to save and preselect the last selected shipping method on the checkout page.
  1. 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".
  1. 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

Screenshot 2023-08-09 at 13 17 12
  1. CMS Block
Screenshot 2023-08-09 at 09 15 32 Screenshot 2023-08-09 at 09 17 51
  1. Preferred Payment Method
Screenshot 2023-08-09 at 09 22 52
Preferred-Payment-Method.mp4
  1. Preferred Shipping Method
Screenshot 2023-08-09 at 09 52 06
Preferred-Shipping-Method.mp4
  1. Shipping Country Notice
Screenshot 2023-08-09 at 13 19 37 Screenshot 2023-08-09 at 13 18 28
ShippingCountryNotice.mov
  1. Shipping Proposal
Screenshot 2023-08-09 at 13 28 30
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 to app/code/RomanYurkhanov/Checkout ; You should create a folder path app/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