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

2286 questions
6
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,842
  • 1
  • 23
  • 44
6
votes
3 answers

WooCommerce - how can I dynamically load checkout page using ajax?

I'd like to display checkout in the lightbox/modal window, so it would be quickly accessible from every shop page. Any ideas how to do this? The shop will be integrated witha paypal (maybe express) and Stripe plugin.
user2929594
  • 171
  • 1
  • 1
  • 5
6
votes
2 answers

Woocommerce: help replacing html output

My checkout-billing-fields and shipping-fields are output in html with 3 different row alignements. first, last and wide. I only want to set them to be first, and last - so that each input is next to the other. Original:
6
votes
2 answers

Stripe checkout - how to bind submit event?

I'm using the Stripe checkout JS library in my webpage. I'd need to show a blocking "I'm processing your request" message as soon as the token is being submitted to my server I need it because my serverside processing may require more than 5 seconds…
alexcasalboni
  • 1,736
  • 1
  • 16
  • 26
6
votes
2 answers

stripe checkout custom button not charging

I am trying to get Stripe's Checkout Custom Button to charge a credit card but all it does is minimize after I enter the credit card details. I am using the code found in the documentation but I can't get it to work. The simple button is easy to use…
Josan Iracheta
  • 3,066
  • 4
  • 23
  • 40
6
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
  • 61
  • 1
  • 1
  • 3
6
votes
2 answers

PayPal Checkout Buttons and Custom Variables

I have created a rather simple photo gallery that I wish to apply PayPal Checkout buttons. The basics are simple enough, but what I want to do is to at least pre-populate the named fields as part of the button or pass variables contained in each…
Tyson Navarre
  • 461
  • 2
  • 7
  • 11
6
votes
2 answers

GetExpressCheckoutDetails returns session expired (10411 error) in asp.net (only on some computers)

I got Paypal integrated in my asp.net web site, Its works perfectly on some computers, while others it doesnt. EDIT: found the problem but looking for a solution The problem is as fallowing: Things seem to work fine I can pay with paypal and then…
Ovi
  • 2,257
  • 8
  • 47
  • 71
6
votes
7 answers

Magento guest checkout option not showing up regardless of allow guest checkout setting

I’m having a strange problem with my fresh magento installation. There is no option for guest checkout even though I have Disable Onepage Checkout: NO, and Allow Guest Checkout: YES. I’ve looked at the core_config_data in the db and can’t find…
mwalsher
  • 2,630
  • 2
  • 30
  • 41
6
votes
3 answers

Get billing information in order review section of one page checkout in Magento

I am trying to display the billing and shipping information in the "Order Review" section of One Page Checkout in Magento 1.7.0. However, it just doesn't want to co-operate at all. I tried several methods mentioned in various forums and in SO as…
Vikas
  • 264
  • 3
  • 9
6
votes
2 answers

Extending Magento Shopping Cart

I need to extend the Magento shopping cart to include an extra step for a store locator. I understand that I need to overwrite the core OnePage controller (Mage_Checkout_OnepageController) and blocks (Mage_Checkout_Block_Onepage) but what needs to…
Lyndon Hook
  • 63
  • 1
  • 4
5
votes
2 answers

Git checkout using wildcard to a specific revision

I have been seeking it on Google for 2 hours and still can't find the solution. I want to checkout all files with wildcard to a specific revision. I used following command: git checkout 663090b1c 'src/app/**/*.spec.ts' But it says: error: pathspec…
Thanh Nguyen
  • 4,481
  • 11
  • 32
  • 64
5
votes
1 answer

Magento: save custom address attribute in checkout

This is what i did in my website: Admin->Customers->Attributes->Manage Customer Address Attributes and add a new attribute , the user can see it in his/her profile, under My Addresses option, the new attribute can be edited and is saved when…
Castro Roy
  • 6,687
  • 13
  • 60
  • 92
5
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,275
  • 3
  • 15
  • 27
5
votes
1 answer

Make checkout fields required in Woocommerce checkout

For some reason, all the fields in Billing Address are marked as optional - customers are leaving the billing address fields blank and then their payments are being rejected (by Square, who is our payment processor). I cannot find anywhere to make…
daniel0mullins
  • 1,827
  • 5
  • 19
  • 40