Short Version:
I want to only accept Paypal as the form of payment for anyone outside of the lower 48 in the US.
I don't see how this isn't a feature already installed in bigcommerce under payment options and simply hiding those payment gateways based on the selection from the dropdown country menu.
Unfortunately I don't know bigcommerce well enough but I've managed to code this in on other carts like x-cart without much issue.. Has anyone experienced this or have a fix for me?
Currently we have disabled payments via our merchant to anyone outside of the US and placed a banner on our site when signing up for your account for payment, but then people will sit there and try to enter their CC information 12 thousand times flooding my mail box with capture alerts -_-
Thanks in advance
Currnetly running Cornerstone 1.5 Theme
BigCommerce: Limit Payment Options Based On Country
362 views Asked by J Santos At
1
There are 1 answers
Related Questions in PAYMENT
- Issue in payment form gateway
- How to test Creating and Cancelling Subscription in ThriveCart in Test Mode
- The Square webhook is being triggered twice for a single event (subscription.created)
- i have intergrated daraja api with by booking app coded in java but in payments page it toasts an error message Error:Failed to initiate payment
- Settlement Amount of Razorpay Dashboard is not correct
- I want to update the price for a product on Stripe
- How can an AI agent make a purchase?
- Flutter in_app_purchase multiple subscriptions
- How to source invoice record's line item details on customer payment advanced pdf template?
- Paypal PAYEE_ACCOUNT_INVALID
- Request for assistance with Guidewire, Claims Center, TYPE column and PAYMENT vs PAYEMENT
- how to setup stripe webhook in django
- stripe transfer method in django
- split payments using stripe in django
- Is the session automatically destroyed after navigating to the MasterCard payment gateway?
Related Questions in BIGCOMMERCE
- How to know which sku is clicked on product page in bigcommerce?
- Storefront api not showing changes on checkout page, want to remove auto apply of store credit on my bigcommerce store
- What is the best way to fix the 'AddThis' social links in Big Commerce
- How to add delivery addresses to order history page on Bigcommerce?
- Remove custom widgets from Page Builder area in Big Commerce
- Display product reviews in structured data in Big Commerce
- Add inventory stock levels on the cart page in BigCommerce, cornerstone theme
- How to access the products array in the category page (bigcommerce handelbars stencil)
- Dynamic Pricing using BigCommerce
- What is causing the error with npm install for a BigCommerce theme: fatal: destination path 'PATH' already exists and is not an empty directory
- I'm trying to install Klevu search on my theme manually
- lighthouse error in the Accessiblity section
- Adding custom fields to featured products in Big Commerce
- When I install Bigcommerce npm install -g @bigcommerce/stencil-cli I get this error
- I'm trying to write a JavaScript script using handlebars to check the count of each product, if its at least 1 or more place a green circle on it
Related Questions in COUNTRIES
- Remove Proceed to checkout button on Cart page for specific items based on shipping country
- Google Places API : some countries (french DOM-CROM) are not listed in autocomplete
- showing country api info (capital, currency,...) of a world countries dropdown selection in a card container
- World countries search bar with Vue.js (using restcountries API)
- How to use i18n-iso-countries in react-native?
- Is there an API for fetching list of countries according iso 3166-1?
- How to fully restrict certain countries from being served any Ads via AdMob without requesting new permissions?
- Flutter Dart - get localized country name from country code
- How to get a list of country codes in WooCommerce
- Heroku not reflecting Salesforce Country/State picklist values, how to refresh Heroku?
- Android array-list currency list of countries
- Get country main language by country code
- Google Play: Cannot remove country while staged rollout in progress
- Show certain countries on WooCommerce checkout for particular products in cart
- How to get the complete state name from a WooCommerce order?
Related Questions in LIMITING
- Trying to implement Rate Limiting Policy on API Management in Azure
- Filter XML by attribute value
- Sum credit and debit transactions where credits have expiries
- Is It Possible to Limit a Datatype Range in C
- Limit the Calculated Value to a max Value - SwiftUI
- Limiting woocommerce cart to one item from choice of four
- Python limiting digits as an int in a input
- Limiting an input between Two Numbers and checking if the input is a number or not at the same time
- filtering input to only numbers. C
- Limiting and Ordering Values in Array
- Limiting user input to only 'R', 'L', and 0-9
- Limiting lines per page in BI Publisher
- how to correctly limit number of goroutines
- How can I limit the number of maximum selections for 1 selecting option of 20 JCombobox? javafor ex
- BigCommerce: Limit Payment Options Based On Country
Related Questions in GATEWAYS
- BigCommerce: Limit Payment Options Based On Country
- How to set proxy in HttpComponentsMessageSender?
- Connecting Through Remote Desktop Gateway
- Google Wallet integration on a multi user system
- Payment gateways and Django/Python
- playsms custom gateway bug
- Coldfusion Gateway New type: Unable to find or load Gateway class
- Oracle Transparent Gateway 10g to Connect to SQL Server 2012
- How to validate that a request comes form a certain gateway in PHP?
- How do API Gateways work?
- payment success
- xmpp framework to login different gateways like Gtalk using openfire id
- Data Mapper Design Pattern and Gateways - Newbie question
- django payment gateway
- Have ISC dhcpd cycle through a list of gateways when giving out leases
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
One possible solution could be to use JavaScript to read either the shipping or billing country and then display the relevant payment methods.
Here's a conceptual example assuming you know how to select the specific elements (use your browser's developer tools to determine the proper selectors for your target elements)..