Dear Magento Community, I am currently facing an issue with Magento 2.4.6-p15 regarding intra-Community (EU) B2B sales and would appreciate any help or ideas. The VAT ID validation is working correctly. After a successful validation, the tax rate is correctly changed to 0%. However, the product prices and the order […]
Daily Archives: August 4, 2026
I urgently need your help with an issue we are currently facing. We are using Magento version 2.4.6-p15. Under Stores → Tax Zones and Rates, we have created tax rates for various countries. For these tax rates, we have not selected any specific state/province or ZIP code. For the ZIP […]
I’m trying to get Magento 2 installed on Windows 11 and I get the error. The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at your own ris k, by setting the ‘disable-tls’ option […]
I have to filter the Magento 2 GraphQL query to filter based on the product type. products( filter: {category_id: {eq: "3"}}, sort: {name: ASC}, pageSize: 2, currentPage: 1 ) { total_count items { __typename name sku description { html } short_description { html } image { url label position disabled […]