solidus_importer icon indicating copy to clipboard operation
solidus_importer copied to clipboard

Solidus importer extension to migrate data from other eCommerce systems

Results 21 solidus_importer issues
Sort by recently updated
recently updated
newest added

1. There's no more a frontend 2. Something changed in how images are saved and now they require access to the database, we can't use build_stubbed anymore in variant specs...

Hi did you plan to support solidus v3 ? When i run `bundle install` , i get this error : ``` Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Could not...

The default was empty array, which conflicts with the default behavior as covered through the specs.

stale

Two specs are failing: `import_spec` and `customer_address_spec`. The issue appears to be with the data setup in the specs rather than the underlying code. I opened PR #90 which I...

stale

I am having problems getting this function to work. In my CSV, I have a column Tags (or Type); however, when I import, the taxon is not added to the...

stale

Hi @kennyadsl @aldesantis, Bryan asked me to mention this to you. We noticed a potential bug in the order importer where it does not generate payment records to account for...

stale

You can see that the `financial_status` inquiry doesn't actually do anything. I would expect it to be used to create Pending payments and make the status of the Order `balance_due`....

enhancement
stale

- Attachment processor: transfer the files in separate jobs - Process rows in the background to improve concurrency - Group the rows by common changes (ex. for products by product...

stale

ActiveStorage is now the default in Solidus, so it should either be the default for this gem or at least configurable like it is in Solidus.

pinned

`Processors::Product` finds or initializes a new product based on the `@data["Handle"]`. Then, later on, it assigns the slug again to the `@data["Handle"]`. This is normally not a problem. In a...

pinned