During the Wix store checkout process, there is a place for customers to add/edit their shipping and billing addresses. To do this, the user simply clicks on ‘change’ and a lightbox appears that allows users to edit their addresses or add new ones.
Is this lightbox available to call directly? I’m building a custom checkout process and would like to simply use this functionality without having to rebuild the entire thing. The payment lightbox can be accessed via wixPay . startPayment() . Can the ‘Choose Address’ lightbox be accessed in a similar way? I can’t seem to find it in the Velo documentation.
Thank you.