Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
107 views

How can I hide all GB counties (states) in the Shipping section and only show the 6 Northern Ireland counties, while still displaying all GB counties (states) in the Billing section? I'm using ...
Richard McClung's user avatar
2 votes
1 answer
83 views

I have created a checkout form using Stripe Embedded Components <CheckoutProvider> <CheckoutForm /> </CheckoutProvider> and backend fetchClientSecret() API with const session = ...
Jamshaid Tariq's user avatar
0 votes
0 answers
72 views

I'm working on a Python bot that monitors a Shopify webshop, adds a product to the cart, and tries to continue to checkout. I'm using requests.Session() and BeautifulSoup to handle the stock check, ...
Denzel's user avatar
  • 13
1 vote
1 answer
22 views

I want to alter product price in magento 2.4.7 To do it in catalog and single view i have plugin <type name="Magento\Catalog\Model\Product"> inside afterGetPrice. This is wrok for me ...
user2217288's user avatar
1 vote
1 answer
97 views

I've been creating an autofill checkout pile of code for WooCommerce so that when I get people from my software to get a link to my site to purchase something. But I've been having trouble getting to ...
boshuua's user avatar
  • 19
0 votes
0 answers
97 views

I need your help with an issue I'm facing in Magento 2 during the checkout process. When trying to place an order (using only cash on delivery, no Braintree or PayPal, no credit card), I get this ...
CHARAF Designer's user avatar
0 votes
1 answer
179 views

print from intellij I'm having a problem when I installed the latest version of Intellij Community. I was able before to checkout the projects from my GitLab server, via Log In (without token), but ...
Adalmastaberto's user avatar
0 votes
1 answer
279 views

I'm using WooCommerce and trying to customize the checkout page. At the top, there's a "Contact Information" section that includes a required Email Address field. I want the checkout form ...
Aamir M Zobayer's user avatar
2 votes
0 answers
142 views

I'm currently using the classic WooCommerce checkout with a page builder, but I'm trying to move over to the new checkout blocks. On the classic checkout, I have a function which allows me to add a ...
adem007's user avatar
  • 121
0 votes
0 answers
88 views

The Block Checkout shows the quantity purchased in a circle over the image top. Customers keep asking about how many are in their order because they expect it as a line item, not an image. The ...
Catsy's user avatar
  • 35
2 votes
2 answers
557 views

I added some data with the function : woocommerce_register_additional_checkout_field( array( 'id' => 'namespace/newsletter-opt-in', 'label' =>...
Jean R.'s user avatar
  • 574
-1 votes
1 answer
118 views

I'm using Revolut Hosted Checkout to process payments. When I create an order via Revolut API, i get a checkout payment page URL that i redirect my users to process payments. So my question - how to ...
Genry Wood's user avatar
1 vote
1 answer
51 views

I have tried to do this myself using information from various sources but am running into issues which makes me think that it isn't the best or more appropriate way to do it. I have a form to ask the ...
Rob's user avatar
  • 147
0 votes
1 answer
122 views

I have a single page site that has a product listing, cart & checkout all on one page. It's been a challenge to get this setup working but I have it 99% of the way there :/ My issue is if I click ...
Jon's user avatar
  • 361
0 votes
0 answers
215 views

I’m using Mercado Pago’s CheckoutPro in a Next.js application. Inside my app, I follow a structure similar to this one: https://github.com/dedekpo/mercadopago-nextjs-by-andredev However, my user is ...
Bruno Volpe Volpe's user avatar
1 vote
1 answer
113 views

I want to remove the "Ship to a different address?" checkbox from the WooCommerce checkout page, but I am encountering an issue with the checkout calculations. Here’s the scenario: I want ...
Poyraz Uluhan's user avatar
1 vote
1 answer
151 views

We have a repository with several large sql files, ranging from 100MB to 10GB in size. Been trying to setup local cloning so we only download the sql file(s) that need changed and committed at any ...
Eschin Tenebrous's user avatar
-1 votes
1 answer
98 views

URL to the checkout so you can see the source code: https://whitebrightsmile.com/checkout/?add-to-cart=6627&quantity=1 The text inputs are given border-radius (through Elementor) and the border is ...
network_potato's user avatar
0 votes
0 answers
22 views

In our WP/Woo ecommerce website, recently there are instances where a customer sees the previous customer's personal details at checkout. These are customers on their own devices in different ...
jerwen's user avatar
  • 1
0 votes
0 answers
34 views

i'm writing a simple plugin in WordPress; in the root file, i wrote something like this to modify woocommerce checkout page: <?php /* Plugin Name: Test Plugin Description: Test Plugin Version: 1.0....
xmrrabbitx's user avatar
0 votes
1 answer
136 views

I want to run some javascript code every time the order summary block is loaded/re-loaded. I am unsure of the best way to do this. I could override the get-totals.js file, but is there a way to ...
Shaun's user avatar
  • 1
1 vote
0 answers
100 views

I have an online store, that allows users to add coupons upon checking out. We are having a weird issue with this, that I could use help debugging. It is intermittent and not reproducable by myself or ...
Paul Carlson's user avatar
-1 votes
1 answer
190 views

I have a WooCommerce store that uses a checkout block. I want to track with Google Analytics what WooCommerce checkout fields are empty or are incorrectly filled in. The check should happen after a ...
ChrisPlaneta's user avatar
0 votes
1 answer
152 views

I want to use computed variable in the tag of Repository Resource Definition. parameters: - name: tag displayName: tag type: string default: '0.0.1' variables: - name: tag_name ...
CodingIsMyPassion's user avatar
0 votes
1 answer
167 views

If anyone needs to implement Moneris Checkout in ASP.Net MVC.
Shahid Iqbal's user avatar

1
2 3 4 5
54