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

Hide an html section when a shipping method is on the checkout page woocommerce?

I want to hide a certain html section when local pick option is available. I am not really familiar with coding but I have tried the following code. It does hide the section but checkout keeps spinning. Please could anyone help me with this? Thank…
0
votes
0 answers

Can we send two people sms while checkout on shopify?

We have a product that is SMS text as a service. So when people purchase our product in Shopify, they get bite-sized educational text messages from us. The texts go to two people (a couple). We need a way to capture phone numbers and send them each…
0
votes
0 answers

Add a tax for a certain Manual Payment Method choosen

I'm trying to charge an amount of $2.50 on an order where the manual payment method "04 - ESPAÑA CONTRAREEMBOLSO" is chosen. I would like to know the reason why, when checking out, the value of 2.50$ is not being added to the order, the code I…
0
votes
1 answer

How to add google and apple pay to stripe sesion node.js

I tried to integrate stripe checkout session in node.js and angular 14 project, all I want is to add google and apple pay as a payment method. this is my code in node.js: app.post('/create-checkout-session', async (req, res) => { const session =…
0
votes
0 answers

Custom per line discount in woocommerce cart doesn't carry over to order details and email notification

The items added to the cart are dynamically priced models from an 3d-print-plugin. In the cart the below code calculate a reduced price per item with a fixed bulk table. But after the checkout, all totals are shown with the original price without…
0
votes
0 answers

How to add multiple Woocommerce Checkout fields based on product

I found a code online that has worked (https://gist.github.com/corsonr/599261be409c98b01083b9aa5f81c628?permalink_comment_id=3735869), but I can only add one checkout field on each product. However, I want two different checkouts, therefore I need…
Nerea
  • 1
0
votes
1 answer

How to show the data of the new fields in the WooCommerce billing data?

How to show the data of the new fields in the WooCommerce billing data? I have created on the page "My Account" of WooCommerce, in the billing address, two new fields. These are only visible to certain user roles ('administrator'), The fields are…
gemita
  • 2,686
  • 2
  • 10
  • 17
0
votes
0 answers

when pacing order in checkout order is not confirming & showing spin and white screen

I have an ecommerce website , all website is working properly but when I am clicking on checkout button then order is not confirming and just a white screen appear and spinning , same issue with the contact form when I click on submit button it's…
0
votes
0 answers

Woocommerce Block Checkout Show Zero Rate Tax

In my Woocommerce Blocks checkout I would like to show the zero rate vat as "incl tax". Here you see how it appears when I give a country (US in this case) a 1% VAT rate: vat rate US 1% And here you see how it appears when I give it a 0% rate: vat…
Bas
  • 1
  • 1
0
votes
0 answers

creating transparent checkout with Shopify API

I'm trying to create a system similar to ABMEX or YAMP to perform transparent checkouts on Shopify, I can already create an application on the Shopify store, get the api key and the store link and within my application return the store's products…
0
votes
0 answers

hide checkout fields on woocommerce

I'm using plugin like FunnelKit (or cartflow) to make custom checkout page. So I try to hide some checkout field depending on some critireas, so I need to do it through the code and not from the FunnelKit or cartflow dashboard. So I added this code…
martin
  • 11
  • 2
0
votes
0 answers

Checkout is not available whilst your cart is empty

My WooCommerce website is not redirecting to order received page (“order-received“) after completing the payment. It used to show customer their order details (default template from WooCommerce) after completing the payment where they can print the…
0
votes
2 answers

Magento 2 API not returning totals and items for checkout

I have a fully working Magento 2 website, now I want to use the API to create a mobile application so I am using rest API to checkout and place and order. The problem in the shipping-information API which does not return order items and order totals…
AlaaL
  • 333
  • 9
  • 28
0
votes
0 answers

How to when item is added to cart its also added to div on other page?

#Hi I've successfuly make add to cart funtion,and I now need to make checkout page that display product details.I think I you can help me with that! i've built it and I think I should some more lines of code and it will remeber what is added to cart…
0
votes
1 answer

How can i display meta data in the stripe

I used this metadata as array of object [{},{},{}] const sessionData = { payment_method_types: ["card"], shipping_address_collection: { allowed_countries: ["US", "CA", "KE"], }, line_items: [ { …
Abhi
  • 1
  • 4
1 2 3
99
100