2,685 questions
0
votes
0
answers
59
views
Woocommerce blocks checkout: add dynamic text under shipping methods
I'm trying to add a simple text line directly under the shipping methods list, e.g. "Add x € to your basket to receive free shipping!" This will be shown only when shipping country is Greece ...
1
vote
0
answers
130
views
Hide Woocommerce UK Shipping counties I do not ship to in Checkout Block but keep all GB counties in Billing
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 ...
-1
votes
0
answers
28
views
Magento 2 use switcherConfig inside of xml
Inside of xml form i have part to add custom input type checkbox
<item name="delivery_days" xsi:type="array">
&...
2
votes
1
answer
86
views
Stripe Embedded Components redirection
I have created a checkout form using Stripe Embedded Components
<CheckoutProvider>
<CheckoutForm />
</CheckoutProvider>
and backend fetchClientSecret() API with
const session = ...
0
votes
1
answer
78
views
How to attach Stripe customer to Payment Intent in WooCommerce Blocks for delayed capture?
I need to hold a Stripe charge and capture it later (only when a customer keeps the product).
In WooCommerce shortcodes checkout, Stripe attaches the customer to the Payment Intent, so later capture ...
0
votes
0
answers
83
views
how do i complete the Checkout bot at the payment process that uses tokens? (using python requests)
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, ...
-3
votes
1
answer
194
views
Adding a vat custom field on WooCommerce checkout blocks
I want to add a custom VAT field on WooCommerce Checkout Blocks.
I have followed the guides and faced two issues
woocommerce_register_additional_checkout_field doesn't support group, and I want to ...
1
vote
1
answer
22
views
Get product id inside of Quote in magneto 2
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 ...
0
votes
0
answers
35
views
Delivery/Billing address not updating after selection from modal in checkout until page refresh
Shopware version: 6.6.8.2
No major checkout customization.
I'm experiencing an issue on a Shopware 6 storefront during the checkout process.
There is a button labeled "Change delivery address&...
1
vote
1
answer
108
views
AutoFill WooCommerce Checkout fields from custom query string
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 ...
0
votes
0
answers
36
views
FlutterCheckoutPayment generateToken method throwing (Token request failed - request_invalid (HttpStatus: 422))
String sanitizedPhone = phoneNumber.replaceAll(RegExp(r'[^\d]'), '');
String sanitizedCode = phoneCountryCode.replaceAll('+', '');
PhoneModel phone = PhoneModel(countryCode: sanitizedCode, number: ...
0
votes
0
answers
113
views
Magento 2.4.7 : "An error occurred on the server. Please try to place the order again" while placing the order
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 ...
0
votes
1
answer
108
views
Any way to remove "Collection from" text in local pickup method on order received page and in e-mails?
in the new Woocommerce 9 Local Pickup system in Order received page and in e-mails the system adds "Collection from" text before the pickup address.
Is there any way to remove this text so ...
0
votes
1
answer
211
views
Intellij GitLab access via login not working
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 ...
0
votes
1
answer
286
views
Paddle Webhook Not Returning Email or Customer Info After Checkout Success
I'm integrating Paddle Checkout on a custom PHP application (not Laravel, not WooCommerce).
I want to retrieve the customer's email address after successful payment so I can send them their plugin ...
0
votes
1
answer
303
views
How to Remove "Contact Information" section from WooCommerce Checkout Blocks?
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 ...
0
votes
1
answer
100
views
How to use customer_session_client_secret with Stripe Pricing Table and support multi-currency display?
I'm working on a Stripe integration using the Pricing Table to let users purchase plans. I want to display the prices in the user's local currency (e.g. AUD for Australia, SGD for Singapore), and I've ...
2
votes
0
answers
158
views
WooCommerce blocks - add description below each shipping method
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 ...
-1
votes
1
answer
68
views
Enable Cybersource ACH option in Bigcommerce
We want to use Cybersource ACH option in our Bigcommerce app. Currently the native Bigcommerce app for Cybersource does not have support for ACH.
I have below questions
Does anyone have implemented ...
0
votes
0
answers
97
views
Change Woocommerce Block Checkout Item Quantity Display
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 ...
0
votes
0
answers
113
views
Adding Payment options before Order Summary in WooCommerce Checkout Blocks
I am new to WordPress as a developer. I am trying to change the Payment options location in the 2nd column before the Order Summary from WooCommerce checkout Blocks.
I tried multiple solutions from ...
2
votes
2
answers
638
views
Add a custom field to Woocommerce Checkout Blocks and get the value
I added some data with the function :
woocommerce_register_additional_checkout_field(
array(
'id' => 'namespace/newsletter-opt-in',
'label' =>...
0
votes
0
answers
40
views
Move U.S. to show first in Woocommerce Block Checkout Country Select Field
Using Block Checkout, I am trying to have the United States show up first on WooCommerce checkout country select field.
For that I tried using Make US first in Woocommerce checkout countries select ...
-1
votes
1
answer
132
views
How to enable Apple Pay on Revolut Checkout Payment Page (created from API)?
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 ...
0
votes
1
answer
41
views
Choose a product from 3 products with trial
I would like to offer 3 products for Subscription and allow the customer to choose one.
Below is the PHP code to create the checkout session.
$result = $stripe->checkout->sessions->create([
...
1
vote
1
answer
56
views
Storing and using a variable to populate a shipping field in WooCommerce
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 ...
0
votes
0
answers
17
views
I don't know how to change the tax price to a percentage by coding.So what code should I put in the function to display the tax rate as a percentage?
How can I display the tax as a percentage on the purchase and checkout page, meaning it displays the percentage and not the tax price?
I don't know how to change the tax price to a percentage by ...
0
votes
1
answer
133
views
WooCommerce Combined Cart & Checkout Page (Redirect Issue)
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 ...
0
votes
0
answers
65
views
Getting Issue while payment from Razorpay
trycatch.ts:180
POST https://api.razorpay.com/v1/standard_checkout/checkout/order?key_id=xxxxxxxxxxx&session_token=xxxxxx&keyless_header=xxxxxx 500 (Internal Server Error)
I got this issue ...
0
votes
0
answers
224
views
Mercado Pago CheckoutPro, automatic redirection after PIX payment
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 ...
-3
votes
1
answer
88
views
How to get a paragraph of text to display only when a certain radio button is checked
I believe I'm working in Javascript but I'm not positive (go easy on me, I know basic - intermediary HTML). In the checkout section of our e-commerce website, there's a page that displays all active ...
1
vote
1
answer
132
views
Remove 'Ship to a different address?' checkbox while keeping WooCommerce's checkout shipping fields enabled
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 ...
0
votes
0
answers
152
views
Try to checkout git branch with gitlab ci job does not work as expected
we use the GitLab-CI for our building/testing envorinment. The system is Ubuntu and the git version is 2.25.1. I tried to update the git version, but appareantly no more recent version is available ...
1
vote
1
answer
161
views
Git clone and download only the files that need changed and committed
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 ...
0
votes
0
answers
51
views
How to set and override the Woocommerce checkout field values with the values in select option
I design my own WooCommerce checkout. I put a select item at the top of page and the customers should select one of their predefined information or register for new info.
my code is as follow:
<?...
-1
votes
1
answer
102
views
Styling the select input in WooCommerce checkout like the text inputs
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 ...
1
vote
1
answer
109
views
How to set a minimum order amount for Woocommerce excluding shipping and VAT?
In WooCommerce, I am using the following code to set a mandatory minimum order amount for checkout:
/**
* Set a minimum order amount for checkout
*/
add_action( 'woocommerce_checkout_process', '...
0
votes
0
answers
27
views
Apparently random, not reliably reproducible instances of Woo checkout storing one customer's data and presenting to next checkout visitor
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 ...
0
votes
1
answer
46
views
need to change the Input text color or background color of textbox of my checkout
On my checkout page- mazequestadventurebooks.com/checkout2/ - the input field for the credit-debit card has a white background, white placeholder text, and white input text, making it impossible to ...
0
votes
0
answers
35
views
woocommerce_checkout_fields woocommerce hook doesn't work in custom plugin wordpress, what is the solution? [duplicate]
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....
2
votes
1
answer
98
views
Display WooCommerce custom checkout field values on orders and email notifications
I have some custom WooCommerce chekcout fields in the form of dropdown menus. I want whichever options are selected in these dropdowns to be displayed in the order details on the admin side, as well ...
0
votes
1
answer
142
views
Magento 2 checkout call custom javascript AFTER order summary block loaded/reloaded
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 ...
0
votes
1
answer
88
views
Preventing Checkout if postcode out of area in WooCommerce
We have installed & tweaked the following widget that checks to see if postcodes are in our delivery areas, if not it auto redirects them to a page to register their interest.
<div id="...
1
vote
0
answers
105
views
Woocommerce coupons falling off at checkout
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 ...
0
votes
0
answers
147
views
github powershell checkout action fails intermitently with Authorization error: ***github.com//userbank/userrepo.git/info/lfs/objects/batch
Below is my complete simplistic testcase GitHub powershell windows workflow that fails for a particular repo and not for all repos.
name: Testcheckout - AD
on:
workflow_dispatch:
jobs:
setvars:
...
-1
votes
1
answer
196
views
How to detect errors in the WooCommerce checkout form added with the checkout block?
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 ...
0
votes
1
answer
69
views
Looking to modify Go Daddy enhanced checkout button text
I am trying to modify the go daddy enhanced checkout button text. It currently says "Pay Now" and I would like to adjust that. I'm ignorant to this but here is the html code I copied. I am ...
0
votes
1
answer
158
views
Using variable for tag in Repository Resource Definition in Azure DevOps
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
...
0
votes
0
answers
51
views
How can I get the select field option value from select dropdown as well as custom fee percentage of cart item [duplicate]
Ok so we have WooCommerce products, t-shirts and each can have a colour with surcharge/fee, or no extra fee.
So 0% , 10% , 20% fee depending on the colour, so we have a dropdown with colour and % fee ...
0
votes
1
answer
180
views
Moneris Checkout: ASP.Net MVC implementation
If anyone needs to implement Moneris Checkout in ASP.Net MVC.