Linux 软件免费装

Minimalist Stripe Checkout for WooCommerce

开发者 seanconklin
更新时间 2024年4月17日 07:22
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.5
版权: GPLv2 or later

标签

woocommerce gateway payments stripe echeck

下载

1.4 1.3 1.2.1 1.5 1.0 1.1 1.2.2 1.3.1 1.2 1.5.2 1.5.1 1.6

详情介绍:

屏幕截图:

  • Sample WooCommerce classic checkout page
  • Sample WooCommerce Checkout Block page
  • Sample Stripe Checkout session
  • Sample Thank You page from a test purchase
  • Admin order edit page showing order notes
  • Sample Stripe Checkout with a subscription and mixed cart

常见问题:

Does this support the new WooCommerce Checkout Block?

Yes! This works with both the classic WooCommerce shortcode based checkout experience as well as the newer Block based checkout experience.

Where do I go for help with any issues?

To report bugs, please click the Support tab, search for any preexisting report, and add yourself to it by commenting or open a new issue. To request new compatibilities or features, please consider hiring the developer of this plugin or another developer who can provide us with code enhancements for review. Paid premium support is also available for those looking for one-on-one help with their specific WordPress installation. Visit our website in the link above and contact us from there.

How does the Stripe Billing Portal work?

See Stripe's description here: Stripe Billing Portal This is a developer-level feature and needs interface development. We may build this out a little in a future version of the plugin. The link is /ccom_stripe/v1/billing_portal?_wpnonce= and will redirect users to their account. You will need to include the WP REST Nonce in order to authenticate the user with the WordPress REST API. Obtain that using a method provided in the WordPress RSST API documentation such as wp_create_nonce( 'wp_rest' ). At present we do not automatically set-up Stripe customer accounts and all transactions are in guest mode. In order to use the Stripe Customer Portal the Stripe Customer ID must be saved into user meta data as _stripe_customer_id either from another Stripe plugin paired with this one or using an Advanced Custom Fields field that you may set-up.

How can I change the currency?

Currency is set-up within your WooCommerce > Settings area. Developers may logically switch currencies using the Woo core filter woocommerce_currency. It's our expectation that the various Currency Switcher plugins are compatible with this.

How can I add discounts / coupons?

Stripe Checkout supports one coupon per checkout, so this plugin will combine discounts automatically. This is done programmatically using a PHP code snippet. Example: add_filter( 'ccom_stripe_checkout_discounts', function( $order_items ) { return [ [ 'name' => 'First Discount', 'percentage' => 10, ], [ 'name' => 'Second Discount', 'percentage' => 10, ] ]; } );

How is this plugin funded?

This plugin is funded by clients of Coded Commerce, LLC funding feature requests for development. When we develop useful code under GPL licensing we share it on our site as Code Snippets and in some cases package great features like these into free plugins so everybody can benefit, including the originating client via bug fixes and others' funded feature requests. We also welcome donations via the "Donate to this plugin" button towards the bottom of the right sidebar on the WordPress.org plugin page.

更新日志:

1.6 on 2024-04-16 1.5.2 on 2024-03-14 1.5.1 on 2024-01-10 1.5 on 2024-01-06 1.4 on 2023-08-19 1.3.1 on 2023-07-21 1.3 on 2023-05-07 1.2.2 on 2023-03-20 1.2.1 on 2023-01-28 1.2 on 2023-01-27 1.1 on 2023-01-23 1.0 on 2023-01-23