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
7
votes
3 answers

Woocommerce checkout page internal server error

I am having 500 internal server error in checkout page in woocommerce. While order for simple product then it's work fine, but when use with bookable product then booking order is saved in admin panel, mail is also send, but order recipt not display…
Abhee
  • 425
  • 1
  • 5
  • 17
7
votes
1 answer

Change cart and checkout button links on WooCommerce mini cart widget

On Woocommerce, how can we change the URLs on "View cart" and "Checkout" links on the drop down menu that show up on hover over the shopping cart icon on the the home page? I have the "cart" and "checkout" pages setup but they are not linked to…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
7
votes
1 answer

WooCommerce: Pre-select and restrict to one state and city on checkout

I'm setting up a store that only sells to one city. I'm trying to figure out how I can restrict the city option to a pre-filled field. I've already limited the country and using the following code in my functions.php: add_filter(…
Muhammad Ali
  • 668
  • 1
  • 9
  • 24
7
votes
0 answers

Woocommerce checkout in the popup

I'm trying to implement the checkout fuctionality (+ stripe with WooCommerce Stripe Payment Gateway plugin) in a modal window, and I'm using the ajax for this. Here is my backend code to get/refresh the…
7
votes
2 answers

Remove WooCommerce checkout fields values

I'm trying to apply autocomplete="off" on my WooCommerce checkout fields but it just doesn't work. Is there a way to do that for the checkout form? I checked the docs and there's nothing available there. I also tried setting the default value to…
elimariaaa
  • 796
  • 4
  • 10
  • 30
7
votes
3 answers

Woocommerce remove bank account number on order thank you page

I am using woocommerce site and I have enabled the direct bank transfer payment method. I want to remove the account number of order thank you page but want to show in emails. Same function is called in both cases. How can I differentiate it to show…
Maha Dev
  • 3,915
  • 2
  • 31
  • 50
7
votes
5 answers

WooCommerce: Set country by default in checkout page

I am using WooCommerce in my Wordpress web site. The customers billing and shipping details are populated by default on checkout page. I want that the country will not be set by default. Instead it will asked to select country even if user is…
Sonia Khan
  • 141
  • 2
  • 2
  • 4
7
votes
4 answers

How do I change the language of the checkout form in Stripe?

I have noticed that with the Stripe checkout form, the language seems to be fixed in English. Is there a way for me to change this language to, for example, Spanish, Japanese or Chinese? I'm currently using the default form code on the Stripe…
Lucas
  • 16,930
  • 31
  • 110
  • 182
7
votes
3 answers

Woocommerce Removing "Additional information" Name On Checkout Page

In my Wordpress Woocommerce site I have removed all of the shipping and billing details so the customer only has to enter their first, last and email. I'm selling vertical products, I don't want or need all those details. What I'm still seeing is…
user3433648
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

Magento get chosen shipping and billing method address fields

How can I get the choosen shipping and billing fields during checkout? (I want to show them in sidebars) I use this in shipping.phtml but ofcourse that's just for the current 'address' (and I want to use it in methods.phtml and other…
Bob van Luijt
  • 7,153
  • 12
  • 58
  • 101
6
votes
1 answer

Append a text to total price only in Woocommerce checkout page

I have the following code that adds suffix text in the total section of BOTH cart and checkout pages: add_filter( 'woocommerce_cart_total', 'custom_total_message' ); function custom_total_message( $price ) { $msg = 'Prices for grocery items may…
Les
  • 330
  • 5
  • 15
6
votes
1 answer

How to update billing fields on Woocommerce checkout with AJAX

So, I want to unset a few billing fields depending on shipping method, however it doesn't work unless I reload the whole checkout page. How to reload the billing fields using AJAX? /* * Remove fields for chosen shipping method */ add_filter(…
Vit Kashchuk
  • 71
  • 1
  • 1
  • 3
6
votes
2 answers

Show subtotal excl. tax, add subtotal tax as separate row on Woocommerce checkout

Currently I have all my products set to include tax. Because of rules in my country I would like to have my subtotal without tax, then a line with the amount of tax being paid and then the total with all the taxes (which is already default) In my…
IsaacGluton
  • 75
  • 1
  • 1
  • 5
6
votes
4 answers

Hooking After Validation but Before Order Create in Woocommerce Checkout

I am trying to create a step in checkout to confirm your order. I'm thinking when the place order button is clicked AND the checkout fields are valid I could run some JS to show a modal or whatever. Is there a JS trigger/event similar to…
RiddleMeThis
  • 1,345
  • 4
  • 16
  • 29
6
votes
3 answers

Woocommerce: Set checkout field values

For a special group of customers that aren't yet WP user in my system, I am directing them to a special page, where they'll choose from a limited set of products. I already have all of their information and I it's going to pre-populate on this…
Difster
  • 3,264
  • 2
  • 22
  • 32