Sylvain Rayé

Results 26 comments of Sylvain Rayé

I install the module MageTrashApp with the extension Diglin_Username and put into the doc information about how to uninstall: https://github.com/diglin/Diglin_Username In git I put the MageTrashApp as a submodule and...

And why not use a bulk of products to import? Instead all in one ?

Hi, Tier price cannot be imported with simple product import entity code. You have to use an other entity type code called "advanced_pricing". I didn't tried yet but I'm also...

I confirm, you need to set the entity code to `\Magento\AdvancedPricingImportExport\Model\Export\AdvancedPricing::ENTITY_ADVANCED_PRICING` and then provide an array like that: ``` use \Magento\AdvancedPricingImportExport\Model\Import; $newItems = []; foreach ($items as $item) { if...

Hi, I confirm the bug even. I work to find a solution even with the latest version of the firegento module at this time of writing.

Solution should come from Magento himself https://github.com/magento/magento2/issues/6193

Hi, Do you have third party extension which may be in conflict with this module? e.g. Fooman_Speedster You may have to find out which one is in conflict. This module...

Ok let me know of the result

Hi, Does it works when merging feature is disabled? Do you have other possible third parties extensions which may does the same job as my module?