Results 16 comments of Marc Mintel

@gwendoux i was trying it with browserify-shim but I am still getting the jQuery missing error. Can you tell me how you solved it? I am not so familiar with...

@gwendoux yes jquery is included in my dependencies, it also works with browserify. ``` JSON "dependencies": { "fluidbox": "^2.0.0", "jquery": "^3.1.0" }, "browserify-shim": { "fluidbox": { "depends": [ "jquery:jQuery" ]...

It's a bug in swiper, not related to this package here: https://github.com/nolimits4web/swiper/issues/3108

This is my Gemfile ``` GIT remote: git://github.com/joneslee85/spree-heroku.git revision: 3a3aa2165202f55acf689dcccc4d44648262c6a7 specs: spree_heroku (1.0) aws-sdk (~> 1.3.4) spree_core (>= 0.70.0) GIT remote: git://github.com/spree-contrib/spree_i18n.git revision: branch: ~> 3.1.0.beta specs: spree_i18n (3.0.0) friendly_id-globalize...

No sorry I didn't solve it but I am not working on this project anymore

hi there, my issue was solved after changing "next order number" from 0 to 1. maybe that helps you also?

Hi there, i was getting the same error and fixed it with this gist mentioned above (https://gist.github.com/Hates/fb67e791c5d239efdbff). Now this works for most of my orders but we have a special...

That works but is super clunky for me. When the cellAlign changes it will recalculate the position and then snap to that, that's not a smooth movement.

As this is almost a year old: are there any news on this?