Buy Button for WooCommerce Plugin

Buy Button for WooCommerce is a free plugin/extension for WooCommerce that lets you create a Buy Now type button for your WooCommerce product.

Buy Button for WooCommerce Installation

  • Download the zip version of the plugin
  • Go to “Plugins->Add New”
  • Click “Upload Plugin”
  • Select the zip file on your computer
  • Install it

How to Create a Buy Now Button for a WooCommerce Product

To create a quick Buy Now button you need to add the following shortcode to a post/page.

[buy_button_wc id="1"]

The shortcode can be inserted into a shortcode block that comes with the default WordPress post/page editor. Replace 1 with your WooCommerce product id.

woocommerce buy now button

The default text for the button is “Buy Now”. You can customize it using the “button_text” parameter.

[buy_button_wc id="1" button_text="Pay Now"]
woocommerce buy now button customization

WooCommerce Buy Now Button Checkout

When the Buy Now button is clicked, the buyer will be taken directly to the WooCommerce checkout page to finalize the payment.

Leave a Comment