Skip to content

Magento2 Module. After installing it your Place Order button is gonna appear under Checkout Order Summary

Notifications You must be signed in to change notification settings

mageguide/placeorder-button-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MageGuide PlaceOrder

Tested on: 2.2+, 2.3+

Description

Magento 2 default checkout places the Place Order buttons under Payment Methods which is not the best place to put such a button. Order Summary is way too nicer place for such a button to exist. PlaceOrder module is gonna help you with that issue and after installing it your Place Order button is gonna appear under Checkout Order Summary!

Functionalities

  • Adds Place Order button under Checkout Order Summary
  • Hides Place Order buttons under Payment Methods

Installation

Add the app folder with all the subfolders into the root folder of your Magento Application.

Perform the following commands:

  • Developer Mode
    $ php bin/magento set:upg && php bin/magento c:c
  • Production Mode
    $ php bin/magento maintenance:enable
    $ php bin/magento setup:upgrade
    $ php bin/magento setup:di:compile
    $ php bin/magento setup:upgrade
    $ php bin/magento setup:static-content:deploy el_GR en_US #or any other space seperated language you need for your project
    $ php bin/magento maintenance:disable

Usage

Just go to Checkout Page and enjoy!

Screenshots

Checkout Page

Checkout Page

About

Magento2 Module. After installing it your Place Order button is gonna appear under Checkout Order Summary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published