How do I add a method and use it in a letter template?
I need to add a custom method and use it in the template of the email that goes to the user after registration to confirm his account. How can I do this?
I need to add a custom method and use it in the template of the email that goes to the user after registration to confirm his account. How can I do this?
I am trying to change a custom value each time I add to the cart via the “reorder” button. Right now I am trying to do this in the file “MagentoSalesModelReorderReorder.php” but without success. This is the code: <?php /**… Read More »Magento 2 – Change value Quote item when I add to cart via Reorder button
In my magento (2.4.6-p5, with Varnish and Redis) I keep getting following error in exception.log: [2024-05-15T18:23:57.623784+00:00] main.CRITICAL: InvalidArgumentException: Time to live is a mandatory parameter for set public headers in /home/www/sklepy/mag/vendor/magento/framework/App/Response/Http.php:137 Stack trace: #0 /home/www/sklepy/mag/generated/code/Magento/Framework/App/Response/Http/Interceptor.php(41): MagentoFrameworkAppResponseHttp->setPublicHeaders() #1 /home/www/sklepy/mag/vendor/magento/module-page-cache/Controller/Block/Esi.php(33): MagentoFrameworkAppResponseHttpInterceptor->setPublicHeaders() #2… Read More »Time to live error
I’m currently exploring the Adobe Marketplace and I have a few questions. I hope someone here can help me out. How do I list my products on the Adobe Marketplace? I’m a developer and I’ve created some assets that I… Read More »Need Help with Adobe Marketplace
I noticed this empty popup in the braintree virtual terminal page. Does anybody know what it is? Is it supposed to be something.
I have a multi store view magento where each store view has its own language but I have an issue with translating some pages. For regular pages (aka pages that I create via backend in Content > Pages) I can… Read More »magento 2.4 login page meta title does not get localized
Hello team, As a former web host (over a year ago) I signed up with JustHost and their “anytime money back guarantee”. I cancelled due to… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1919034&goto=newpost
I need to replace the method of getting the link this.getURL() with my custom method this.customMethod() in the confirmation email of the user during registration. I have created a module: registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘MyModules_Email’, __DIR__ ); etc/module.xml <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”… Read More »How can I add custom method for MagentoEmailModelAbstractTemplate?
After upgrading from Magento 2.4.6 to 2.4.7 I receive the following error, everytime I try to access to payment method configuration (Stores -> Configuration -> Sales -> Payment Methods): Exception: Warning: Undefined array key “children” in /var/www/html/vendor/magento/module-payment-services-base/Plugin/MovePaymentMethods.php on line 66… Read More »Upgrade to Magento 2.4.7 error in module-payment-services-base
I am trying to add a switcherConfig on one of my ui component field. Its a simple show/hide rule based on value of one field. <settings> <switcherConfig> <rules> <rule name=”0″> <value>0</value> <actions> <action name=”0″> <target>my_form.my_form.fieldset.target_field</target> <callback>hide</callback> </action> </actions> </rule> <rule… Read More »switcherConfig not working with tab layout but works with collapsible