Last active
April 23, 2022 05:47
-
-
Save Juanpablobar/0f361c8eb4a9948bd44f6605ec60e4d7 to your computer and use it in GitHub Desktop.
VTEX: Subscribe checkout steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vtex.events.subscribe('checkoutSteps', (currentView) => { | |
// profile, shipping, payment | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment