Have an interesting question. How can I get rid of js module changing files only in my current theme if js was required in the parent theme (this theme is used by other themes as a parent) In requirejs-config.js
Magento
Is it possible to show 0 vat for a client when he add his vat in vat field on checkout in magento 2.If he does not provide vat in vat field, he will be charged vat in checkout total as vat like 21%.
I’m trying to change the background color (from light grey to white) of several <th> and <td> in our new sales order email, below: The HTML is being outputted by this method: <tfoot class="order-totals"> <?= $block->getChildHtml('order_totals') ?> </tfoot> The template totals.phtml contains the logic and HTML but I don’t see […]
After completing the composer install . When I run the commands for code deployment facing the error Can anyone help ?
I’ve successfully created a custom section on stores > configuration via system.xml. This section has some api credentials to connect to an external service: one group is for sandbox credentials, the second group is for live environment. I’ve also created a config.xml file to store sandbox credentials (sandbox doesn’t contain […]
We have migrated our website from shared server to VPS on godaddy. the website is running fine however we don’t receive email notifications from Magento admin. We used to receive all notifications before we migrated such as customers sign up, order confirmation, invoices emails but now not us and not […]
Is there a way to get a customer group a different VAT, to be precise I want a customer group for b2b. So the first thing the customer should see is the price without VAT, and then the VAT is added to the shopping cart at the end.
Please let me know how to add product to cart programmatically for custom guest user quote using an event observer in Magento 2 I try to add product for the registered user it was added successfully but when i added product for guest user in quote it was added with […]
I looked around but I couldn’t find a straightforward answer that does not involve making changes to the pHTML files. I’m a newbie to Magento and would prefer the most straightforward method of adding the current year to my email templates. This is very easy to do in Email Service […]