Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I’ve come across a common query without a straightforward answer. I'm working on creating a custom checkout for my headless React shop. I’ve successfully updated the address using updateAddress() from the shopify-buy-js SDK. However, I'm facing challenges beyond this point.
I aim to process payments via Stripe and then forward the orders to Shopify. From my understanding, the current methods to achieve this are:
So, my main questions are:
For added context, perhaps there's an alternate solution for my goal. We run a platform where a manager can gift employees. The manager should be able to select the employee from a dropdown and order the product without seeing the recipient's address. I'd be content with Shopify's hosted checkout if there's a way to hide the address there.
Any guidance would be greatly appreciated!
Thank you!