Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

[Support request] Payment Gateway Bundle Stripe Checkout SCA:Shipping Address For Just 4 Countries

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › Payment Gateway Bundle Stripe Checkout SCA:Shipping Address For Just 4 Countries

Tagged: Payment Gateway Bundle Stripe Checkout SCA Shipping Address

  • This topic has 3 replies, 3 voices, and was last updated 1 week, 6 days ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 16, 2025 at 5:24 am #85193
    CCW
    Participant

    Hi, the checkout page only shows shipping address for 4 countries:

    https://checkout.stripe.com/c/pay/cs_live_a13iQ1cbwfC4Lrs3qT4tQnoa5NMgVxfAanzypy7pw8qfTY55NRlirm6lmP#fidkdWxOYHwnPyd1blppbHNgWjA0V3UxSFNDNEdRfXQ3dzV8Mn1cSVZOY21DcG5xVWh%2FbWBic25XY2sxcjVAXE9zMzJgc0wzfG9yMU9GY2pofDFHf3JQQ2RtbjVOPWZffHdLUmRnYG43Q109NTV0SX9xMHByPCcpJ2hsYXYnP34naHBsYSc%2FJzQ2YzIyY2ZkKGRnYzYoMWEzZyhnNWEwKDI8MmFhYzZgMjwxNTMwMD1mNCcpJ3ZsYSc%2FJ0tEJyknYnBsYSc%2FJ0tEJ3gpJ2dgcWR2Jz9eWCknaWR8anBxUXx1YCc%2FJ3Zsa2JpYFpscWBoJyknd2BjYHd3YHdKd2xibGsnPydtcXF1dj8qKmtkcXB3ZGltYGRpcW12cHVgd3ZxZHcrZmpoJ3gl

    Please advise. Thank you.

    September 17, 2025 at 4:48 pm #85194
    wzp
    Moderator

    For support with paid addons, please complete this support ticket and a developer will contact you directly.

    support.tipsandtricks-hq.com/customer-support

    • This reply was modified 2 weeks, 4 days ago by wzp.
    • This reply was modified 2 weeks, 4 days ago by wzp.
    • This reply was modified 2 weeks, 4 days ago by wzp.
    September 18, 2025 at 1:24 am #85198
    CCW
    Participant

    Noted with thanks.

    September 22, 2025 at 6:58 pm #85199
    admin
    Keymaster

    Just adding the soluition to this forum post also.

    Stripe requires that you specify a list of countries where shipping will be allowed at checkout:

    https://docs.stripe.com/payments/collect-addresses?payment-ui=stripe-hosted#collect-a-shipping-address

    Our plugin provides a filter hook that lets you override the default list and define the countries you want to allow.

    You can add the following custom code to your theme’s functions.php file or to a custom plugin:

    
    function my_allowed_countries_list( $allowed_countries ){
        //TODO - Add two-letter ISO country codes separated by comma.
        $allowed_countries = array( 'US', 'CA', 'GB', 'AU' );
        return $allowed_countries;
    }
    add_filter('wppg_stripe_shipping_allowed_countries', 'my_allowed_countries_list');
    

    This will replace the default allowed country list with the one you specify.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ