Replies: 1 comment
-
I can think of two ways you might be able to go about this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! I'm having trouble finding a solution to my problem and was hoping someone could help me out.
I'm trying to add a component to my index.tsx (Next.js starter) page that allows visitors to customize their own product, similar to the way Tesla allows customers to choose different options for their cars. The catch is that the product image is generated by a third-party website, so I need a way to retrieve the image and allow visitors to choose additional features like frames.
Unfortunately, I can't create a draft order because I'm not able to upload the image generated by the third-party site. I'm working with Medusa but I don't have a lot of experience with it, so I'm not sure how to approach this problem.
If anyone has any suggestions or could provide a solution, I would be incredibly grateful! Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions