=== Buy Button for WooCommerce === Contributors: naa986 Donate link: https://noorsplugin.com/ Tags: woocommerce, ecommerce, payment, credit card, cart Requires at least: 3.0 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 1.0.4 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Create Buy Now buttons for WooCommerce == Description == [Buy Button for WooCommerce](https://noorsplugin.com/buy-button-for-woocommerce-plugin/) is a plugin that can create Buy Now buttons for WooCommerce products. The buttons can be placed on a page with shortcodes. When a visitor clicks on a Buy Now button, they will be redirected to the checkout page to pay for the product. === How to Create a Buy Now Button in WooCommerce === To create a quick buy button, you need to use the following shortcode: `[buy_button_wc id="1"]` Replace 1 with your WooCommerce product id. **Button Text** The default text for the button is "Buy Now". You can customize it using the "button_text" parameter (optional). `[buy_button_wc id="1" button_text="Pay Now"]` **Class** The "class" parameter can be used to add custom CSS classes to a button (optional). `[buy_button_wc id="1" class="btn1"]` `[buy_button_wc id="1" class="btn1 btn2"]` `[buy_button_wc id="1" class="btn1 btn2 btn3"]` **Template** The "template" parameter can be used to create a product showcase box featuring the product image, title, category, price, and button (optional). `[buy_button_wc id="1" template="1"]` For detailed documentation please visit the [WooCommerce Buy Now Button Plugin](https://noorsplugin.com/buy-button-for-woocommerce-plugin/) page. == Installation == 1. Go to the Add New plugins screen in your WordPress Dashboard 1. Click the upload tab 1. Browse for the plugin file (buy-button-for-woocommerce.zip) on your computer 1. Click "Install Now" and then hit the activate button == Frequently Asked Questions == = Can I use this plugin to create Buy Now buttons in WooCommerce? = Yes. == Screenshots == 1. Buy Now button in WooCommerce == Upgrade Notice == none == Changelog == = 1.0.4 = * Added a product showcase box. = 1.0.3 = * WordPress 6.7 compatibility update. = 1.0.2 = * Added support for custom CSS classes. = 1.0.1 = * First commit