Nicolas Graeter

Results 10 comments of Nicolas Graeter

Hi FTEyurchenko, please keep to the format for tier prices as described in https://www.integer-net.com/importing-products-with-the-import-export-interface/ Column names are: `sku`, `_group_price_website`, `_group_price_customer_group`, `_group_price_price`

Had the same issue. Just add a model to your config.xml `` node like this: ``` Namespace_Module_Model_Tax_Sales_Pdf_Grandtotal ... ``` Your Grandtotal.php should have: ``` class Namespace_Module_Model_Tax_Sales_Pdf_Grandtotal extends FireGento_Pdf_Model_Tax_Sales_Pdf_Grandtotal { public...

I guess returning a `0` will be more accurate, since I'm quite sure this gets subtracted from the corresponding tax amount somewhere. Will have a look into this and implement...

Not sure if this makes sense because this behaviour results from Magento core. Look at `getFullTaxInfo` where the two arrays `$taxClassAmount`, `$shippingTax` are merged. If the resulting array is not...

It works like a charm for me. Just tested it again, dropped my XML totals extension from https://github.com/firegento/firegento-pdf/issues/316#issuecomment-225514966 and copied the new file from the PR. Maybe a configuration issue....

Ok, I have to extend my answer. Shipping tax and value of goods taxes get only summed up if you return an empty array for both functions `_getShippingTax()` and `_getCalculatedTaxes()`....

Hi @romainruaud I've done it. I would love to show it to you if your satified with my approach. It still has some flaws in regards to Elastic Suite extensions...

Hi @romainruaud please find my module at https://github.com/nige-one/module-elasticsuite-search-graph-ql/tree/master/src/module-elasticsuite-search-graphl-ql I think a good starting point would be https://github.com/nige-one/module-elasticsuite-search-graph-ql/blob/master/src/module-elasticsuite-search-graphl-ql/etc/schema.graphqls I've also already written another module to extend this module (by adding gql...

Please see https://support.magento.com/hc/en-us/articles/360052440732-MDVA-32133-Magento-patch-page-builder-doesn-t-load-media-gallery-

We actually use the `data-`attributes also in the PWA/React component context, since there is no way to get CMS content other then the regular `cmsPage` or `cmsBlocks` queries. Using HTML...