Hi I am very new to magento and i want to add a variable that is the size variable that i know exist when you look in the minicart but for some reason I cant seem to find the variable anywhere in the magento wishlist file that is cart.phtml I […]
Magento
Can someone advise what is the best approach or give me some points on how can I send another order confirmation email (Second Email is configured in Marketing->Email templates in Admin panel). Magento automatically sends one confirmation email after the order is successfully placed. My requirement is to send another […]
We are experiencing an issue with one of the store PDP page, where the currency sign is not showing after the page loads. During PDP page loading, the currency symbol is displayed, but after successful loading, only the price is shown without the currency symbol. Some information about the store: […]
I want to have an admin user who would only be able to view the ‘Images And Videos’ and ‘Search Engine Optimiation’ in the admin product edit form. I tried the following. Created app/code/Vendor/Module/view/adminhtml/layout/catalog_product_edit.xml <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="page.main.actions"> <block class="VendorModuleBlockAdminhtmlPermission" name="admin.permission" template="Vendor_Module::product_edit.phtml" after="-" /> </referenceContainer> </body> […]
I can’t log in.(admin) I created a new user via terminal and still the system does not log in, there is no error. Local application.
I want to use the only one shipping method at the checkout, but it don’t distrub the internal shipping methods and the other shipping methods working besides checkout. Actually I am doing something with the shipping methods at the customer account, I also don’t want to disturb that. I only […]
I have a problem after update to M2.4.6-p3. On Checkout with registered but not logged user after email inserting, the registered account will now not automatically detected. For example, the screencasts for M2.4.6 and M2.4.6-p3: Magento 2.4.6 – https://www.awesomescreenshot.com/video/24352710?key=6e1dac0fe89ea29f5bc4588b6c38ad64 Magento 2.4.6-p3 – https://www.awesomescreenshot.com/video/24352800?key=7a4da78a4cf1c62acf2c519f996f1b4e Any idea?
We are getting below issue in Venia PWA PDP Page. Error : Sorry! An unexpected error occurred. Debug: TypeError51 at /RootCmp_PRODUCT__default.1b66b4c414dc44018e9b.js:312:62 How to debug what causes the issue ?
I have coded a custom shipping module for Magento 2.4.6 according to Adobe’s documentation here: https://developer.adobe.com/commerce/php/tutorials/frontend/custom-checkout/add-shipping-carrier/ I am receiving the following error upon running a static content deployment: Fatal error: Type of MyModulesCustomShipping1ModelCarrierCustomshipping::$_isFixed must not be defined (as in class MagentoShippingModelCarrierAbstractCarrier) in /var/www/html/app/code/MyModules/CustomShipping1/Model/Carrier/Customshipping.php on line 18 My code for the […]