Adarsh Khatri

Results 13 comments of Adarsh Khatri

You can try with the default instance, at least for me (I am in the commerce version) it is behaving this way. Regardless, the system should index all the in-stock...

Similar thing is happening on my end too: > Exception com.facebook.react.common.JavascriptException: > at com.facebook.react.modules.core.ExceptionsManagerModule.reportException (ExceptionsManagerModule.java:72) > at java.lang.reflect.Method.invoke > at java.lang.reflect.Method.invoke (Method.java:372) > at com.facebook.react.bridge.JavaMethodWrapper.invoke (JavaMethodWrapper.java:372) > at com.facebook.react.bridge.JavaModuleWrapper.invoke (JavaModuleWrapper.java:188)...

@engcom-Bravo can you show me your created `custom URL rewrite`? Need to check how this URL rewrite is after creating a schedule of the parent category?

Ah! I see, you are using `.html` suffix for categories. In that case you will have to create a custom URL rewrite with `.html` in it. ![image](https://github.com/magento/magento2/assets/8390252/344b5bd8-9de1-4b1f-b6bf-48eb428cb347) The reason it's...

Contact form works when this module is disabled. But when enabled, all email (order, invoice etc) are sent as well as TEST EMAIL, but not contact form. Checked log, no...

Alright, have debugged and found that one new line that I had added for "REPLY TO" was causing the issue for contact us form to work. I had to add...

Yeah, confirmed, was having same problem when gMail was used. When I set `$mailer->setSender(array('email' => '[email protected]', 'name' => 'my name'));` log shows correct sender name and sender email, however when...

` $mail->setFrom($this->getSenderEmail(), $this->getSenderName());` exist in code but still "Sender email" is always the email that used to authenticate SMTP pro. In order set **Reply To**, I had to do like...

@aschroder hmm, really didn't quite get you here. What's the solution once again? FYKI I use gSuite email service.