वर्णन
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.
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.
स्क्रीनशॉट
स्थापना
- Go to the Add New plugins screen in your WordPress Dashboard
- Click the upload tab
- Browse for the plugin file (buy-button-for-woocommerce.zip) on your computer
- Click “Install Now” and then hit the activate button
नेहमी विचारले जाणारे प्रश्न
-
Yes.
योगदानकर्ते आणि विकसक
“Buy Button for WooCommerce” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Buy Button for WooCommerce” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0.2
- Added support for custom CSS classes.
1.0.1
- First commit