I used Aheadworks Product question for Magento 2.4.5 and I have a problem for add the cancel button on the question/answer form. This is not functionnaly. By default I have in vendor/aheadworks/module-product-question/view/frontend/web/template/ui/form.html: <div if="isDisplayCancel" class="secondary"> <button type="button" click="onCancel" class="action action-cancel"><span translate="'Cancel'"></span></button> </div> and in vendor/aheadworks/module-product-question/view/frontend/web/js/ui/form.js return Component.extend({ defaults: { template: […]
Magento
I’ve installed the Akeneo connector on 2 instances, one instance is an existing Magento installation 2.4.3-p1 with existing products and extensions. The second instance is a new installation without any content. The second installation works perfectly. In the first installation I can not perform any jobs. All configurable options for […]
I’m interested in understanding the ethical and fair-trade considerations that I should take into account when shopping for organic clothes online. Can you provide me with information on the various certifications or labels that I should look for when purchasing organic clothes online to ensure that they are produced in […]
I am looking for solution to remove or skip customer authentication on checkout and Allow guest to checkout. Simple is that we need to remove the authentication step to login or register, any one can purchase as a guest only.
I hve enabled test mode from the Magento admin as well as from the paypal dashboard, however, when I try to place an order using a test card it gives me this error: Some required information is missing or incorrect. Please correct the fields below and try again. Error: PayPal […]
Magento 2.4.6 luma template. 2 Domain setting with single install . Items added from second domain . Admin Products in Carts shows Item at $0 dollar. Items in frontpage shopping cart and checkout is correct price . any suggestion as to why this is happening ?
l just updated Magento to version 2.4.6. Everything works fine but i have problem with one extension, it is very important to me and there is no substitute for it. Problem is that zendframework is replaced with laminas. There are two files that have old clases of zend. Can you […]
I have a development website that consists in a migration from 2.45 to 2.4.6. I upgraded all modules to latest version and my backend is working perfectly. However, frontend gives blank page and I get a 524 error from cloudflare. I tried to use Luma or even Blank theme, same […]
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!