payload
payload copied to clipboard
feat(templates): ecommerce template v3
I've just been trying to get it to ~work~ with the latest beta. I made a lot of changes- some type related, some updating to latest api. I started with the payload-vercel-postgres-template and then once I got it to work I moved over to the feat/ecommerce-template branch and tried to merge it in. Not sure if this is even a help at all, but though I would just put it here in case it is.
https://github.com/jcourson8/payload/tree/feat/ecommerce-3-update
bump
Cant wait for publish 🚀
Is there any ETA for this?
We are waiting for the release 🎉🎉.
Hey guys! When will be the next release?
We are dying to get some updates!
Come on, no reason to be so impatient guys. Give them the time to refine everything. It‘ll be ready when it‘s ready
Work in progress, we'll be working on designs this week, meanwhile I've been simplifying some of the logic around stripe integration, once designs are done I can lock in and quickly update the frontend and then we're ready...
Technically speaking a lot of the logic from the commit before the last one is in place, it's just UI work that needs doing in case anybody is looking for a working example.
Hi! Curious to know if there's an update on this?
hey payload team I am planning to start a project with payload any update or idea when we can see the V3 e-commerce template
Work in progress, we'll be working on designs this week, meanwhile I've been simplifying some of the logic around stripe integration, once designs are done I can lock in and quickly update the frontend and then we're ready...
Technically speaking a lot of the logic from the commit before the last one is in place, it's just UI work that needs doing in case anybody is looking for a working example.
It's been over a month since this update. Is there any news on this topic? Any ETA?
Design has been worked on this week, I'm rewriting our variants logic and gonna implement the new design over the next few weeks, thank you all for your patience here
Design has been worked on this week, I'm rewriting our variants logic and gonna implement the new design over the next few weeks, thank you all for your patience here
@paulpopus variants products sound exciting, any ETA?
Design has been done, I'm working as fast as I can on updating it, we'll move styling to v4 Tailwind as well, there will be an initial working version ready in the next several days
Here's also the new variants UI
Design has been done, I'm working as fast as I can on updating it, we'll move styling to v4 Tailwind as well, there will be an initial working version ready in the next several days
Here's also the new variants UI
Awesome! Thanks for the update!
Design has been done, I'm working as fast as I can on updating it, we'll move styling to v4 Tailwind as well, there will be an initial working version ready in the next several days
Here's also the new variants UI
Damn, that looks really cool. Great job. Looking forward to see how you ended up solving a lot of the challenges we faced in our e-commerce approach.
This looks awesome! Excited to get to work on building with it. Great work @paulpopus!
Hi! First of all great work @paulpopus ! I think a good feature would be to add localized labels like "all products", "product". It would be easier to change the labels for language based e-commerce. Looking forward to work with this template!
give me that sweet sweet ecom template!
Hi, wondering if there are any updates on this template? Possible to get an updated timeline? Thank you.
@paulpopus Buddy, could you at least reveal the month when the e-commerce template will be available?
Bro, we need this !!!
@mrwebninja
Have you...
- Cloned this repo and branch
- Copied and replaced the files from templates/ecommerce into a newly created blank Payload project
- Installed the dependencies, initialised a database
And tested it in its current state? You might be surprised to find that it's working for the most part.
If you find an incomplete feature within the ecommerce template, then, by all means finish coding it and submit a PR to this branch. That would be helpful.
@mrwebninja
Have you...
- Cloned this repo and branch
- Copied and replaced the files from templates/ecommerce into a newly created blank Payload project
- Installed the dependencies, initialised a database
And tested it in its current state? You might be surprised to find that it's working for the most part.
If you find an incomplete feature within the ecommerce template, then, by all means finish coding it and submit a PR to this branch. That would be helpful.
Thanks! Doing that!
@mrwebninja Have you...
- Cloned this repo and branch
- Copied and replaced the files from templates/ecommerce into a newly created blank Payload project
- Installed the dependencies, initialised a database
And tested it in its current state? You might be surprised to find that it's working for the most part. If you find an incomplete feature within the ecommerce template, then, by all means finish coding it and submit a PR to this branch. That would be helpful.
Thanks! Doing that!
@Jeromestein
You're talking about this repo: https://github.com/payloadcms/payload/tree/feat/ecommerce-template
I already tried a month ago, npm i & setup database, but didn't work, website broke, will try once more
+1
@mrwebninja Have you...
- Cloned this repo and branch
- Copied and replaced the files from templates/ecommerce into a newly created blank Payload project
- Installed the dependencies, initialised a database
And tested it in its current state? You might be surprised to find that it's working for the most part. If you find an incomplete feature within the ecommerce template, then, by all means finish coding it and submit a PR to this branch. That would be helpful.
Thanks! Doing that!
How is this process so far?
@Jeromestein @Jeromestein Any luck getting this up and going?
Easist way I got it running is just to copy the ecommerce folder, open it in vscode, build the dependencies (pnpm install) and run the project (pnpm dev). you'll have to update the .env with the payload secret (random string) and a reference to your database.
did a screen record. May help some people. https://youtu.be/gCydBjg22FU

