César t. Alves
César t. Alves
@cpfergus1 seems to have fixed this already. @kennyadsl I would assume it is safe to close this issue.
It seems that the LogEntrie(s) are built, but never saved when performing the refund. See https://github.com/solidusio/solidus/blob/b08aa4fef13d75c18f6def9bb0b3787730a97cac/core/app/models/spree/refund.rb#L56
@kennyadsl this seems mostly UI-related in regards to the Admin. The two main issues described are: > First, if you click on "+ Add Product Properties" in top right corner,...
According to @kennyadsl, "Order level promotions have been downgraded to second class citizens, if not deprecated". This issue refers to version 1.3, and we will need to take a look...
Hey @spaghetticode! @kennyadsl Does closing https://github.com/nebulab/solidus/issues/37 also entail we should perhaps have closed this issue as well? Or do we need to merge #3486 to fix this issue?
Since @jacobherrington has said it was still present on 2.7, I verified how the code was since that version and it seems it hasn't changed much in regards to the...
Was able to reproduce the Bug on the https://demo.solidus.io/. You need to create an Order with 2+ line items so we can Split. I made a recording to showcase it:...
> Process rows in the background to improve concurrency This would be extremely useful given that, with long files, the background processing library (eg Sidekiq) might crash in the middle...
> 👍 it should fail because it doesn't make sense to have an option value without a "parent" option type. Still not sure why we don't have that validation in...