Buy Button for WooCommerce

Descripció

Buy Button for WooCommerce 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"]

For detailed documentation please visit the WooCommerce Buy Now Button Plugin page.

Captures

  • Buy Now button for a WooCommerce product
  • WooCommerce Buy Now button Customization
  • WooCommerce Buy Now button Checkout

Instal·lació

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (buy-button-for-woocommerce.zip) on your computer
  4. Click “Install Now” and then hit the activate button

PMF

Can I use this plugin to create Buy Now buttons in WooCommerce?

Yes.

Ressenyes

Llegir tota la 1 ressenya

Col·laboradors i desenvolupadors

«Buy Button for WooCommerce» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «Buy Button for WooCommerce» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.

Registre de canvis

1.0.3

  • WordPress 6.7 compatibility update.

1.0.2

  • Added support for custom CSS classes.

1.0.1

  • First commit