Questions tagged [checkout]
This tag should be used for questions related to the Magento checkout process.
3,715 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
23
views
Magento 2.4.8-p2 PayPal Payflow Pro sandbox returns 503 on checkout but works in Postman
I’m testing PayPal Payflow Pro integration in Magento 2.4.8-p2
In payment.log I can see the transaction is approved
On checkout, the frontend sends a request to:
https://pilot-payflowlink.paypal.com/
...
0
votes
0
answers
20
views
how to fix this issue facing after upgrade 248p2
Compilation from source: /var/www/html/evolutionhomecorp.com/vendor/magento/theme-frontend-blank/web/css/styles-l.less
error evaluating function ceil: math functions take numbers as parameters in ...
0
votes
1
answer
30
views
Enforce case-sensitivity for coupon code in cart/checkout
What is the best way to enforce case-sensitivity for coupon-code entries in the checkout and shopping cart? Meaning, if a coupon code is configured as "TEST" in the admin backend, then "...
0
votes
1
answer
50
views
Magento 2.4.8 Checkout Blank Page
I’m getting a blank page in Magento 2.4.8 only in production mode. In developer mode the checkout works without errors.
I tested with my custom theme and the default Luma theme, and I also tried ...
0
votes
2
answers
86
views
How can I format my cart URL in the google checkout settings to allow customers to add products directly to the cart?
I have a google merchant account and see that I can provide a URL to my cart so that customers can buy items in few steps by adding them directly from google. I've tried a bunch of different URL ...
0
votes
0
answers
88
views
How to add a section to the shipping section without changing files outside the Vendor_Module
I am trying to add a section above shipping, but have been unable to do so thus far without editing the shipping.html template file as described here.
Is it possible to do this from inside my ...
0
votes
0
answers
37
views
Magento 2: GTM dataLayer undefined on KnockoutJS (checkout) page — sessionStorage data empty, how to track checkout/purchase/payment events reliably?
I’m implementing Google Tag Manager (GTM) enhanced ecommerce tracking on a Magento 2 store and facing critical issues specifically on KnockoutJS-rendered pages (like checkout). Despite all setup being ...
0
votes
0
answers
23
views
Magento 2: GTM checkout event from Mini Cart – window.checkoutGTMData is undefined on checkout page
I'm trying to fire a Google Tag Manager (GTM) checkout event when a customer clicks the "Checkout" button in the Mini Cart on my Magento 2 store.
Goal:
To push a GTM checkout event with ...
0
votes
0
answers
49
views
Update dynamically one page checkout data without reloading
I've setup a script allowing users to automatically apply a discount to their checkout amount depending on how much discount point they have and the total of their checkout (including shipping price).
...
-1
votes
1
answer
61
views
magento 2 checkout country not showing
Checkout page address section country not showing
0
votes
0
answers
24
views
Issue with loading checkout/cart when the product has "out of stock" status
Scenario in magento 2.4.6:
When at item within a saved cart goes out of stock, that cart can no longer be reloaded into the customer shopping cart.
The goal, I guess, is to remove the item from the ...
1
vote
1
answer
123
views
How to add custom validation to postcode field in shipping address on the checkout?
I have been trying to add custom validation to the postcode field in shipping address form in the checkout.
I've created a validation mixin
var config = {
config: {
mixins: {
'...
0
votes
0
answers
47
views
Magento 2 how to avoid loading of certain js files on checkout page via requirejs?
I want to load certain js files on all pages except checkout page.
How can I add a condition in requirejs-config.js file not to load js files when user is on checkout page?
In the code below, I want ...
0
votes
0
answers
30
views
Store Pickup Not Working for Products with Custom Options SKU in magento 2
Simple product Store Pickup working fine. But when I add to cart customizable product then Store Pickup not working.
0
votes
0
answers
56
views
Trying to split cart items Magento 2.4.7
I am having a module which gives the ability to cart with checkbox to select which items you want to proceed to checkout.
Although I have an issue with Observer event and always in order I get all ...