• Resolved alx359

    (@alx359)


    Stripe Checkout > Send line items to stripe shows at Stripe some products that are zero-priced on purpose (e.g. $0.00). Is it there a hook, etc. to ensure the $0.00 amounts aren’t displayed at Stripe?

    See for example: https://postimg.cc/WFd5Hd6L

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alx359

    (@alx359)

    Found the filter after some skimming: wt_stripe_alter_checkout_request_params.

    Bummer though, as Stripe doesn’t seem to like passed null/empty product amounts. I’m using said filter now to strip my zero-priced products from the passed $session_data, to minimize customer confusion during checkout. Of course, if Mr. WebToffee may have other suggestions (e.g. Stripe-side css) I’m willing to try. Thanks.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @alx359,

    Greeting from WebToffee

    The filter wt_stripe_alter_checkout_request_params that you have used to strip the zero amount from being passed to the stripe checkout page is correct.

    Let us know if any queries.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stripe Checkout: hide amounts of zero-priced products’ is closed to new replies.