Results 76 comments of Antonio Facciolo

I'm fixing some bugs and I've opened some PRs to give compatibility with Solidus v3 to the `solidus_user_roles` gem and I've seen no activity in that repo anymore. I've also...

I think the problem is that the shipment is still in Ready state and not Shipped. But I don't know how to change the state in the Admin, the order...

For the moment I found a "solution". Using the rails console I got the shipment and set it as "shipped" with the `ship!` method. After that I was able to...

I found the problem, I was missing a partial view for the API regarding the payment method in the plugin: https://github.com/adnotam/solidus_paypal_express Once I added that the JS function [here](https://github.com/solidusio/solidus/blob/master/backend/app/assets/javascripts/spree/backend/shipments.js#L241) has...

Anyway I think the error 500 should be prevented, maybe hiding the possibility to create a customer return if the shipment is not in the shipped state and giving an...

Any news on that? It would be appreciated to merge this, since it's breaking our pdfs in Edge and Adobe Acrobat DC. Thank you!

I have this error too! Any news about that?

What's the status on this? I wanted to contribute, but I don't understand... I don't want to do the work twice

I created another PR with the current translations https://github.com/solidusio/solidus_i18n/pull/138

I think it would be better to leave the choice to the user. We are already using kaminari in our project and we want to have one code for the...