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
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|^8.0
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
- Download the archive file.
- Unzip the file
- Create a folder [Magento_Root]/app/code/Ndtpl/BuyNow
- 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