Questions tagged [checkout]

Checkout is the process of finishing a transaction after using a shopping application for some time.

In a typical shopping application the user can add part to a shopping cart, before actually buying anything. The actual process of buying is the checkout process. It typically consists of providing or selecting shipping and/or billing address and providing some means of payments.

See also

The term "checkout" is also used in the context of version control systems. For those questions, use the vcs specific tags (e.g ) or

2651 questions
33
votes
3 answers

Getting order data after successful checkout hook

In WooCommerce, I would like to send a request to an API once the customer has successfully checked out. Its basically a website where the client is selling online courses (Like udemy). When the customer checks out, I would like to send an API…
25
votes
3 answers

Express Checkout error message: "Security header is not valid"

I'm implementing Express Checkout in PayPal. I have no problem with the first two steps, SetExpressCheckout and GetExpressCheckout. But when I use DoExpressCheckout, I encounter the error "Security header is not valid". The API credentials are the…
Paypal
  • 361
  • 1
  • 5
  • 10
24
votes
4 answers

Stripe Checkout Price error - Invalid Integer

I have a stripe account and am using the test API keys. I have created a Plan with following info - { "amount": 995, "created": 1418800758, "currency": "usd", "id": "c06e1791-1c6a-45fe-9c26-8f0c07dda967", "interval": "month", …
torment32
  • 243
  • 1
  • 2
  • 6
23
votes
1 answer

How to remove "Remember me everywhere" option from Stripe checkout form

I am using Stripe Payment processor on my site. I have integrated the following form for Stripe Checkout. https://stripe.com/docs/checkout#integration-simple I want to remove the "Remember me everywhere" option from the form.
user2731645
  • 487
  • 1
  • 4
  • 9
22
votes
4 answers

Tax Rate in new Stripe Checkout

I've implemented the new Stripe Checkout on my NodeJS server, but I cannot specify the Tax Rate for Invoicing. As per my understanding Tax Rates should be specified in the Payment Intent API. Fact is that the new Checkout automatically creates a…
r4id4
  • 5,877
  • 8
  • 46
  • 76
16
votes
3 answers

How to get the behaviour of `git checkout ...` in Rust git2

I am using the Rust git2 crate to clone Git repositories like this use git2::Repository; fn main() { let repo = Repository::clone( "https://github.com/rossmacarthur/dotfiles", "dotfiles" ).expect("failed to clone…
Ross MacArthur
  • 4,735
  • 1
  • 24
  • 36
14
votes
2 answers

Hide Added to Cart message in Woocommerce

I want to remove the "xx product has been added to your cart" message from the top of my checkout page. How can I do that? There was a suggestion by someone (link below), but it didn't work for me. Remove/Hide Woocommerce Added to Cart Message but…
Mary
  • 209
  • 1
  • 5
  • 12
13
votes
4 answers

Custom validation of WooCommerce checkout fields

I would like add my own regular expression for validating the phone number. In my class-wc-validation.php I have changed the regular expression to my requirement. public static function is_phone( $phone ) { //if ( strlen( trim( preg_replace(…
Philomath
  • 1,145
  • 4
  • 18
  • 28
12
votes
2 answers

git checkout & git pull : Avoid intermediate file changes when executing

I'm surprised I couldn't find anything about that... In short, my question is if is there a way to avoid the intermediate file changes between the following two commands, if after the following two commands the file content is exactly as was…
MaMazav
  • 1,773
  • 3
  • 19
  • 33
12
votes
2 answers

Git: Howto move changes since last commit to a new branch

I have been working on a branch which we can call "A". I just realized that the code I have added since I last committed should rather be in a specific (experimental) branch, but not in "A". How can I commit the changes to a new branch and leave…
Siggi
  • 319
  • 3
  • 11
12
votes
3 answers

WooCommerce - Disable shipping for downloadable purchases

I've just set up a Woocommerce based webstore and I'm very happy with it so far, but I've come across something that isn't necessarily a dealbreaker, though it's annoying for the customer. Some context: the store is for my band website and sells…
Alex Holmes
  • 121
  • 1
  • 1
  • 3
10
votes
1 answer

Additional field on checkout for specific payment gateway in Woocommerce

I have a custom Woocommerce payment gateway and I need to add additional field on the checkout when the payment is selected. Basically, when the users click the custom payment gateway a "select" field should appear and they have to choose something…
user8038427
10
votes
4 answers

Set WooCommerce order status when order is created from processing to pending

When a woocommerce order is created the status of the order is "processing". I need to change the default order-status to "pending". How can I achieve this?
public9nf
  • 1,311
  • 3
  • 18
  • 48
10
votes
3 answers

Integrating PayPal checkout

I have a shop system that integrates PayPal in the usual way, i.e. the user is redirected to paypal.com to log in and confirm the payment after which the user is directed back at a confirmation page in my shop system. Now my customer is asking if…
Lasar
  • 5,175
  • 4
  • 24
  • 22
10
votes
3 answers

PayPal checkout - credit card tab by default

Is there anyway to make that the part where you enter your credit card information is open by default, instead of the part where you enter your paypal information? I really need this, but wasn`t able to find anywhere!
user1612250
  • 151
  • 1
  • 1
  • 12
1
2 3
99 100