-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Maintainer's note: I am short on time to maintain this library. Contributions welcome! #710
Comments
If I may chime in… But maybe there's already some useful sample code, or code snippet, around and I just have not seen it? Let's talk. |
Hey @misterakko – I've actually started building something that would automatically convert the old feed formats to the new JSON format, so you wouldn't have to worry about updating how you're dealing with products, although I was planning on releasing it as a paid product. That said, if you get something out the door before I do and release it for free, it's all good! I'm all for more open source software :) I've also already written some code for my own use for handling new product creation, so if you're interested in that, feel free to shoot me an email: [firstname] [at] highsidelabs [dot] co |
Just to follow up on this for anyone else who is trying to figure out how to convert from the old feed formats to the new JSON_LISTINGS_FEED format: I've built a product that handles this for you, here: https://tools.highsidelabs.co You buy one-time access, install some Composer packages, and then input your old feed and get out the new JSON feed contents as an array. Full documentation here: https://docs.highsidelabs.co/feed-transformer Also, just noting that for the |
Hey all,
I know I've been neglecting this repository a bit – life has gotten hectic, and it's hard to find time for it. When I first released it I never anticipated it would get millions of downloads. The fact that it has totally blows my mind.
Part of my motivation for releasing v6 was to make it easier for others to contribute. Previous versions were technically open-source, but the generator code wasn't, which made it virtually impossible for anyone but me to work on it. I'll put together a CONTRIBUTING.md doc sometime soon with an overview of how the generator code works.
If there are bugs that you want fixed and I'm not getting to em, I welcome your PRs! It might take me a little while to review them, but I will review them eventually. Or, if you'd like to pay me to fix a bug or make an improvement, I'm open to that too – shoot me an email at [firstname] [at] highsidelabs [dot] co.
Thanks for using this library – I hope you've found it helpful :)
Jesse
The text was updated successfully, but these errors were encountered: