Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider: Magento 2 #167

Closed
fibonacid opened this issue Jan 19, 2021 · 10 comments
Closed

Provider: Magento 2 #167

fibonacid opened this issue Jan 19, 2021 · 10 comments
Labels
enhancement New feature or request
Milestone

Comments

@fibonacid
Copy link

I've created a boilerplate to work on the magento provider.
The repo is inspired by the one created by @petermekhaeil for shopify

Here is the link to the project.
https://github.com/lorenzorivosecchi/nextjs-commerce-magento

I'm new to open source, typescript and magento so I could use some help.
Follow up if you want to contribute or have some advise.

@lfades
Copy link
Member

lfades commented Jan 19, 2021

Let us know if you have any progress on this!

@okbel okbel added the enhancement New feature or request label Jan 20, 2021
@okbel okbel added this to the v1 milestone Jan 21, 2021
@matigda
Copy link

matigda commented Mar 4, 2021

IMO besides all of the integration there is one product type in Magento that will need some additional work on types.
This product type is called "bundle product" - https://docs.magento.com/user-guide/catalog/product-create-bundle.html
Basically it is one product that has other products in it. Each of the "inner product" can have different price, different sizes and colors to choose from and so on.
You would still like to have bundle product in your cart as one item that consists of other items. It will allow you to create different UI comparing to the situation in which you have all of those inner products added separately.

Also - to make it work with Magento through the API you would most likely want to have checkout form implemented in NextJS. In real world you probably wouldn't want to set up Magento to serve as API and then redirect user in the end to Magento checkout form. It will definitely be worse UX than implementing those forms in NextJS.

@fibonacid
Copy link
Author

Sorry, i am no longer able to work on this.

@brightonmike
Copy link

@lorenzorivosecchi I'd be interested in picking this up. Let me know if you'd be happy with this.

@fibonacid
Copy link
Author

fibonacid commented May 30, 2021

Sure, what do i have to do?

persi123 pushed a commit to persi123/commerce that referenced this issue Oct 21, 2021
Correct incorrect environment variable name
@brain-effect
Copy link

@brightonmike I would love to collaborate :) Has there been any progress since https://github.com/lorenzorivosecchi/nextjs-commerce-magento was archived ?

@phoenix128
Copy link

@brain-effect , I started working on it. I will share it as soon as it will be working. Hope to have something in the very next weeks.

@faizanarif121
Copy link

Any updates on this @phoenix128 ?

@huykon
Copy link

huykon commented Oct 28, 2024

@phoenix128 do you have any update?

@phoenix128
Copy link

@huykon , I decided to give up on this. Sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

10 participants