alefemafra / magento2-buynow

This module add "BuyNow" button on product view page and product list page to process directly checkout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 BuyNow

This module add "BuyNow" button on product view page and list page to process directly checkout.

Please donate if you enjoy my extension.

Installation Instruction

  • Copy the content of the repo to the app/code/Prince/Buynow/ folder
  • Run command: php bin/magento setup:upgrade
  • Run Command: php bin/magento setup:static-content:deploy
  • Now Flush Cache: php bin/magento cache:flush

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

PRODUCT VIEW PAGE

View Page

PRODUCT LIST PAGE

list page

Store->Configuration->Mageprince->Buy Now->Settings

config settings

How To Find Addtocart Form Id

Go to product view page and right click on addtocart button and click on inspect element. Then scroll up and find addtocart form id.

Form ID

About

This module add "BuyNow" button on product view page and product list page to process directly checkout.


Languages

Language:PHP 73.9%Language:HTML 17.3%Language:CSS 5.1%Language:JavaScript 3.8%