I want add bcc for forgot password email in magento 2. When i checked the code – vendormagentomodule-customerControllerAccountForgotPasswordPost.php in execute method we have this try { $this->customerAccountManagement->initiatePasswordReset( $email, AccountManagement::EMAIL_RESET ); } How can i add Bcc for this mail. Thanks!
Magento
I have created a Cart price rule with coupon code with condition where 85% discount is applied to the total. I have also enabled “Apply to Shipping Amount”. When I placed an order the discount is applied correctly, however, I am charged wrong.
I have few extensions which is using “Zend_Http_Client”. It is working with Magento ver. 2.4.5. but in Magento 2.4.6, it says “Error: Class “Zend_Http_Client” not found”.
I’m working on a dropdown where user can select tax. So I edited addtocart.phtml to put my custom code: I’ve added an ajax call but I’m stuck how set product tax from 10% to 22% Can anyone help me? <?php if ($_product->getOrigData('tax_class_id') == 2 ):?> <fieldset class="fieldset"> <div class="field"> <label […]
In abandoned cart email I have <?= $item->getPriceInclTax() ?> and it looks like this 29.0000 Is it possible to change to 29.00
I’m trying to store data from a custom uiComponent to and Custom Product Attribute. The product attribute is in the database, and the uiComponent (with options) is showing in the Admin with the product in it’s own tab. However, it’s not saving the selection. How can I get this to […]
I am having an issue where, when I try to reindex my site, I receive the following error: Catalog Search index process error during indexation process: Could not ping search engine: No alive nodes found in your cluster The issue is, when I use Curl to check the same url […]
On my magento 2.4 I have a few coupon codes that should only be available to the admins via backend, which means that the customers on the frontend should not be able to use them. I was able to achieve this for the coupon block on the cart page by […]
I got many orders in which I found malicious code in the order address section. My website’s Magento version is 2.4.5-p1. I am afraid it is some kind of malware attack and if it is so please suggest some solutions for this problem as soon as possible. Please check the […]