开发者 |
Tips and Tricks HQ
alexanderfoxc wptipsntricks |
---|---|
更新时间 | 2021年3月10日 11:51 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv2 or later |
[wp_braintree_button item_name="Test Product" item_amount="5.00"]
Use the following shortcode to sell a digital item/product using Braintree:
[wp_braintree_button item_name="Test Product" item_amount="5.00" url="example.com/downloads/myproduct.zip"]
The plugin will let the customer download the digital item after a successful payment.
You can customize the buy now button text using the "button_text" parameter in the shortcode. For example:
[wp_braintree_button item_name="Test Product" item_amount="5.00" button_text="Buy This Item"]
For screenshots, detailed documentation, support and updates, please visit: WordPress Braintree plugin page