-
Notifications
You must be signed in to change notification settings - Fork 143
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
re: Update for Spree 2.0.0 #80
Comments
@ckw2013 Are you able to work on a patch for this extension to bring it up to 2.0.0? |
@radar is there a guide on migrating extensions to work with 2.0? I'm just getting started with my first Spree app but I would be happy to work on this if I can get a little guidance. |
Actually, it looks like someone else has already worked on this: https://github.com/dointeractive/spree_flexi_variants/tree/2-0-stable I don't see a pull request from them though... |
Hi @ccschmitz: there's no guide on upgrading extensions to 2.0, other than seeing if they have any tests. If they have tests, do the upgrade and see what tests are failing. If there are no tests failing (or there are simply no tests), then try out the extension for yourself. Once you've vetted that it's working, then submit a pull request for it. I believe if you fork their extension, you may be able to make a pull request back to this repository with their changes. |
Thanks for the info @radar. I'm working on making it compatible for 2.0 over here: https://github.com/ccschmitz/spree_flexi_variants Hopefully I'll have a pull request soon. |
Excellent :) Looking forward to it. |
I'm now working on this over in my fork as well |
I can't believe no one has upgraded this to 2, or 2.1 and sent a pull request :-) So, looks like I finally am going to get around to it. I am taking a look at @cristianbica 's 2-1 branch. I should have some indication mid-day tomorrow how that looks. Is there a consensus of a somewhat working 2.0 or 2.1 version out there? I see a lot of activity, but no one has sent anything back upstream. |
I don't know if there is any consensus. Go with what you feel is right :) On Fri, Nov 8, 2013 at 3:45 PM, Jeff Squires [email protected]
|
I quite literally just got something decent that appears to be working on Rails 4 / Spree 2.1 in mine, but I have very little experience with Spree extensions or Spree in general, so it's probably wrong and I haven't been able to run the tests. Still might be worth a peek, and I do have a project actively in development that uses it. |
Hi @charredUtensil - sorry for being vacant. I've been dealing w/ some personal issues in 2013. I'm happy to work w/ you on moving forward. I just skimmed your commits and it looks like you are on the right track. I didn't see any javascript changes, and that concerns me, since i'm thinking a lot changed there? I don't know...I'm about to kick the tires of your version and another that i have just merged. I need this working for 2.1, so I'll be all over it in the near future (starting now), so feel free to communicate w/ me |
@jsqu99 I haven't tested it much with ad hoc options / customizations that have an additional cost, which would explain the lack of Javascript changes. |
Hello, I've tried to use fork done by @charredUtensil. Looks like I've configured it connectly. However, whenever I try to add an item to card I get 'undefined method `+' for nil:NilClass' exception in line_item_decorator.rb. Could anyone help me? Thanks a lot in advance. |
@BRZInc Toss up an issue in my fork with the line you're getting that error from and the rest of the stack trace and I can try to fix it. |
@charredUtensil Thanks a lot for assistance! However I can't figure out how to open a new issue in your fork - should I request a Pull permission for that? |
@charredUtensil BTW, here are some details of the exception: Exception message: Here is my stack trace: Spree version: 2.2.0.beta Steps to reproduce:
Expected result: You are addressed to Cart page, new line item is added to order |
@maxtavanti thanks a lot for the fix! Working like a charm!:) |
Hi, I am currently working on a version for Spree 2-0-stable. It seems to be working for Ad Hoc Options and it saves all the information in the database. There seems to be errors with Product Customizations when you are adding to cart. Can someone have a look at working on a version for Spree 2-0-stable? Thanks. Thanks, K |
Take a look at my 2.1 WIP branch for some tips. On Thu, Nov 21, 2013 at 6:28 PM, ckw2013 [email protected] wrote:
|
This is a very useful project, thanks. Are you working on the 2.1 branch? |
thank you. is there a 2-1-wip branch? i thought there was...if so, it should be On Mon, Jan 27, 2014 at 5:16 AM, anujmiddha [email protected]:
|
The 2-1-wip branch worked perfectly. There was a hiccup with using the sample data, but when I created the products from scratch after installing flexi_variants, everything worked fine. Thanks again. |
awesome. i think there is an outstadning issue or two in the admin for 2-0 and 2-1. On Mon, Jan 27, 2014 at 9:11 AM, anujmiddha [email protected]:
|
This seems to be a very nice extention. Any plan to bring it up to work with Spree 2.2 and 2.3? |
Thanks Irvin. take a look at my other WIP extension It is doubtful i'll do any real work on this extension in the near future, On Wed, Aug 20, 2014 at 6:23 PM, Irvin Fan [email protected] wrote:
|
Yeah. I noticed that extention too. Is it working now? or how close is it to be ready? Also do you plan to make that extension to work with Spree 2.2 and 2.3? right now only master, right? |
I''ll only be working on that extension when my day job calls for it. I On Thu, Aug 21, 2014 at 11:46 AM, Irvin Fan [email protected]
|
Hi,
I am currently using Spree 2-0-0. I am wanting to have a custom text field option for the products. This extension caters for that issue except for earlier versions of Spree. Can you update the extension for Spree 2-0-0? Thanks.
Thanks,
K
The text was updated successfully, but these errors were encountered: