Ramon Roche

Results 93 comments of Ramon Roche

@patrickelectric Move to GH, please!

I think you should do raw sql to fix those, I did the same on my app, I'll try to dig that pseudo-migration from my stash list and gist it...

guys I'm really sorry I couldn't find my migration but I remember what I did: Basically I created a file where I grabbed the records with a query ``` mysql...

I agree that packages logic is messed up, if you do a pr just make sure to take into consideration the weight conditions on services, some depend on nil or...

Agreed, I think the package weight restrictions should be enforced by splitters when creating shipments, and not this late when you already have the shipments and just need their rates.

I can confirm the `unit_multiplier` should allow decimals to enable conversions from other units other than pounds, would you be able to send a PR to fix this preference and...

@traboukos see https://github.com/spree/spree/issues/4719

BTW can you submit a PR for the README? , nice find, thanks!

Hey @sohara i think you might want to look into the backorder splitter https://github.com/spree/spree/blob/2-0-stable/core/app/models/spree/stock/splitter/backordered.rb sounds like it's splitting your order

this has been an ongoing issue, @rterbush and myself are aware of this, I'm going to set aside some time today to touch base with @rterbush to try and talk...