我一直在跟随Pippins tutorial to setup Stripe使用WooCommerce购物车。我有插件工作,它已设置好,您可以输入您希望付款的金额为短码。
function pippin_stripe_payment_form($atts, $content = null) {
extract( shortcode_atts( array(
'amount' => ''
), $atts ) );
global $stripe_options;
ob_start();
有谁知道我如何设置金额来取得WooCommerce结账购物车中的数字而不是短信中输入的金额?结帐购物车> 结账车
答案 0 :(得分:0)
您可以使用' Stripe免费支付网关进行WooCommerce'作者:SolverCircle。
希望这有帮助! :)