ndtpl/buy-now-magento-2-extension

NDTPL Buy Now Extension for Magento 2

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

1.3.0 2023-06-05 07:56 UTC

This package is auto-updated.

Last update: 2025-01-05 15:14:56 UTC


README

#Buy Now Module The Buy Now extension for Magento 2 developed by NDTPL allows us to have a "Buy Now" button to directly go to the checkout page to speed up the checkout process and increase conversion rate on your Magento store.

##Support: version - 2.3.x

##How to install Extension

  1. Download the archive file.
  2. Unzip the file
  3. Create a folder [Magento_Root]/app/code/Ndtpl/BuyNow
  4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Ndtpl/BuyNow'

#Enable Extension:

  • php bin/magento module:enable Ndtpl_BuyNow
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:deploy
  • php bin/magento cache:flush

#Disable Extension:

  • php bin/magento module:disable Ndtpl_BuyNow
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:deploy
  • php bin/magento cache:flush