M2 sales related transactional emails Magento use variable {{var payment_html|raw}} to add information and this information is added using HTML tag <dl><dt><dd></dd></dt></dl> and <dd> tag has default style margin-inline-start: 40px how to remove this style and also from where I can override this {{var payment_html|raw}} template. I have already overridden […]
Magento
I’ve created a module to add an extra field to the checkout shipping address. I can see the extra field on the checkout but the data doesn’t seem to be saving in the database using a plugin on beforeAssign method followed by an event observer for sales_model_service_quote_submit_success. Example/CheckoutFields/etc/db_schema.xml <?xml version="1.0" […]
when i am passing value to taxvat variable NULL i am getting syntax error and if i am paasing value to it, it working proper but my requirement is accept the null value as well when i am checking the log i am getting this kind of error any help […]
I want to add a new filter added in “Sort” that will show all items that you are able to add to your cart and purchase.we have a good amount of items that can not be purchased online be we do showcase.Need to add a filter called “available for purchase” […]
Is there an elegant way to define that Admin and the main language (in this case Italian) can use the same values? Example, when I duplicate a product, I have to change 4x times the values in Name, Meta, description etc.
Suddenly started this strange and I can’t figure out what is going on. Exception log is having every hour 3-4 errors in every minute like this: 2024-11-19T15:04:31.199036+00:00] main.CRITICAL: MagentoFrameworkExceptionNoSuchEntityException: No such entity with cartId = in /home/public_html/vendor/magento/framework/Exception/NoSuchEntityException.php:50 Stack trace: #0 /home/public_html/vendor/magento/module-quote/Model/QuoteRepository.php(250): MagentoFrameworkExceptionNoSuchEntityException::singleField() #1 /home/public_html/vendor/magento/module-quote/Model/QuoteRepository.php(149): MagentoQuoteModelQuoteRepository->loadQuote() #2 /home/public_html/vendor/magento/framework/Interception/Interceptor.php(58): MagentoQuoteModelQuoteRepository->get() #3 /home/public_html/vendor/magento/framework/Interception/Interceptor.php(138): […]
As per magento 2.4.7 multiple coupon codes featrure available for REST Api, GraphQL. If we want to apply for storefont, how can we achieve this? Thank you.
I have the following Problem: in Magento Version 2.4.5-p3, an Example Product in my shop has the following options: <select name="options[1452]" id="select_1452" class="required product-custom-option admin__control-select" title="" data-selector="options[1452]" aria-required="true"> <option value="">-- Bitte auswählen --</option> <option value="6160" price="0">option1</option> <option value="6161" price="17.72">option2 +17,72 €</option> <option value="6162" price="63.28">option3 +63,28 €</option> </select> after I updated to Magento […]
I am searching for a while now how i can display all attributes labels for every product on the catagory product list page that has the option “Used in Product Listing” set to yes of the attribute. For example: I have products with attributeset calls lan cables, now i want […]