Replies: 1 comment 1 reply
-
Can you describe what kinds of changes you would want to make on a 1-page vs 3-page design? We provide the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Would it be possible to pass the checkout page location information to the function? For example, in case of 3-page checkout, it can pass this,

Checkout information page -> "/information"
Checkout shipping page -> "/shipping"
Checkout payment page -> "/payment"
Similarly, for 1-page checkout, it can pass, "/"
Similar functionality has been requested in this.
In this way, it would be possible to know the function is running on which checkout page and if this is a 1-page checkout. For certain cases, it is very important to identify and change the function behavior for 1-page as compared to 3-page checkout.
Beta Was this translation helpful? Give feedback.
All reactions