I’m trying to add another step, I’ve followed example instructions, but it doesn’t work for me, I don’t understand what structure it should have apart from the files: checkout-login-step.js: app/code/module/name/view/frontend/web/js/view/checkout-login-step.js, check-login.html: app/code/module/name/view/frontend/web/template/check-login.html, checkout_index_index.xml: app/code/module/name/view/frontend/layout/checkout_index_index.xml I added the registry file and enabled my module, but it still doesn’t work for me, […]
Magento
I’ve configured our Magento 2 transactional emails, they are sending correctly and content is mostly correct. We use Royal Mail for most shipping and the Magento order shipment is automatically updated with a Royal Mail shipment reference and included in the order shipment email for each despatch. The default order […]
What has been people’s experience using 3DS option on Payment Gateway? (Moneris or Authorize.net) Is 3DS worth it? Do you get a lot more declines because of it? Anything we should be looking out for? Any experience / knowhow will really help understand whats going on. We’ve tried 3DS but […]
I am using magento2.4.3-p2 and I want to access the controller URL without index/index AND parameter. for example https://example.com/product-info/A123456 I want to access A123456 code from the URL and check the mapping with the product SKU and show the product information on this page Please help with how to access […]
I’m working on fixing one of the plugins that stopped sending emails. It uses: use MagentoFrameworkMailTemplateTransportBuilder To send email: $transport = $this->transportBuilder->setTemplateIdentifier((int)$template) ->setTemplateOptions(['area' => MagentoFrameworkAppArea::AREA_FRONTEND, 'store' => $storeId]) ->setTemplateVars($templateVars) ->setFromByScope($sender) ->addTo($toSender) ->getTransport(); For some strange reason, this class is not visible to the Abstract class that is calling it. Other […]
can I replace the header and footer by using block in this email template file? I want to use something else that I created in (Content->Block) Is it possible?
Facing the issue of during composer update on magento 2.4.2-p1 Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found in /home/moazzam/www/test.local/setup/src/Magento/Setup/Di/MagentoDiFactory.php:17 Stack trace:
On the product edit page, if I click on the Advanced pricing link, the modal/slide-over panel comes in to show additional (editable) details. However… the special_from_date and special_to_date are not visible. I can create new attributes, and add them to the set, and they appear, but I cannot get these […]
I have an module to send email out, it was using default translational email header and footer template. I don’t want to change the header in the Content->Design->Configuration. Only for this module, I want to use another header and footer that I created in the email template {{template config_path="design/email/header_template"}} in […]