QuintinAdam / spree_flexi_variants

Spree extension to create product variants as-needed. Spree 3.0+
https://github.com/QuintinAdam/spree_flexi_variants
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

Ad hock selection table not appearing #5

Open aguayma opened 8 years ago

aguayma commented 8 years ago

@QuintinAdam first wanted to say thanks for keeping the most updated version available of spree_flexi. Running into issues when attempting to add Ad Hoc Option Types.

I am able to see the Add Option Type link, however I continue to receive a 500 error on the jquery side of things. My logs themselves do not show anything, but I included a clip of the action and the error I am receiving.

Any advice at all would be appreciated.

Video: https://monosnap.com/file/lqlwwCpOYs531a66PilfS4jSQqWpvz

QuintinAdam commented 8 years ago

I'll see if I can reproduce on my side. Thanks for the video of the issue.

QuintinAdam commented 8 years ago

Can't seem to reproduce that error. I tried with option types created and without.

When you get that error, check your rails development logs the 500 error should be coming from rails.

If you could send me that I will be able to help out more. Thanks.

aguayma commented 8 years ago

@QuintinAdam probably should of mentioned as well that I am attempting to start this on spree 3.1.0, so I forked and bumped the spree version to 3.1.0.

The logs are actually empty. That's the first placed I checked, it was just the 500 on the jquery side with no response as to why the error happened.

QuintinAdam commented 8 years ago

Check out https://github.com/lemuelbarango/spree_flexi_variants/tree/spree-3-1-stable and see if he has done anything to fix this. I'll try and take a look at 3.1.0 tonight.