Description
Buy Now for WooCommerce helps you to add to cart and checkout only one step in the single product page.
You only need to create one button Buy Now
in WooCommerce > Settings > Buy Now
at before / after or replace Add to cart button. A pop-up will be displayed with the content of the checkout page.
Also, you can use Checkout Field Editor to clean fields in checkout form (pop-up).
More Information
- I would be happy if you leave a review 🙂 Review. It’s free!
Settings
Go to Dashboard > WooCommerce > Settings > Buy Now
tab
General:
- Enable Buy Now button: Activate Buy Now feature
- Redirect: Use a Pop-up or Redirect to the checkout page (skip the cart page)
- Buy Now Button Position: Set a position for Buy Now button
- Buy Now Button Title: the title default is Buy Now
- Reset Cart before Buy Now: Apcept reset cart before Buy Now
- Remove Quantity input: Hide quantity input by CSS code
Customize:
- Button style: Enable customizer settings if you choose Customize
- Normal colors
- Hover colors
- Dimensions
- Size
- Additional CSS
Shortcode for developer
[buy_now_woo_button]
Arguments: title – class
If you are a developer, you can use this shortcode at content-single-product
template or its child. It should be written on the inside of the form cart.
For example,
[buy_now_woo_button title=”Buy Now” class=”wsb-button”]
Screenshots
Installation
Minimum Requirements
- PHP version 5.4 or greater (PHP 5.6 or greater is recommended)
- MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
- WooCommerce 3.0
- WordPress 4.6
Visit the Buy Now for WooCommerce repository for a detailed list of server requirements.
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Buy Now for WooCommerce, log in
to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “Buy Now for WooCommerce” and click Search Plugins. Most importantly of course, you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading my plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.
Buy Now for WooCommerce repository.
Reviews
Contributors & Developers
“Buy Now for WooCommerce – WooCommerce Buy Now Button free addon” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Buy Now for WooCommerce – WooCommerce Buy Now Button free addon” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0 – 2020-05-01
- Feature – Add WooCommerce Settings.