Since Magento 2.3.4 email variable usage was deprecated. See: https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/templates/template-email-migration.html But we are using a email variable to load a custom php template, that loads specific values based on the payment method and customer group of the customer. We load it at the moment like: {{block class="MagentoFrameworkViewElementTemplate" order=$order name="order_payment" template="Magento_Sales::email/paymentmethod.phtml" […]
Monthly Archives: July 2022
He is the problem. Team that edits product change price and shipping prices but there are some configurable product with some rules that shipment is allowed for small weight up to 5kg or 5l, depending of the package. And for more then 5kg or 5l buyer must come and pick […]
Looking for documentation about how to use a Magento 2 extension (not published to a marketplace) with Adobe Commerce Cloud edition. The plugin currently lives in github. Is this possible? Thank you, Tristan
I want to sort Products based by their size like (extra small, small, medium, large) you can take Magento reference what they use for this term,) 1: Products with All Size options should be on top. you can see below query as refrence. SELECT sl.parent_id, COUNT(sl.product_id), SUM(IFNULL(ss.stock_status, 0)) FROM catalog_product_super_link […]
Error: Cannot instantiate interface MagentoInventorySalesApiApiGetProductSalableQtyInterface Found this error while removing deprecation of StockStateInterface for REST API, Does anyone has an idea why this error occurs? Thanks in advance My code is namespace VendorModulePlugin; use MagentoCatalogApiProductRepositoryInterface; use MagentoInventorySalesApiApiGetProductSalableQtyInterface; use MagentoQuoteApiCartRepositoryInterface; use MagentoQuoteApiDataCartItemExtensionFactory; use PsrLogLoggerInterface; class CartItemPlugin { /** * @var CartItemExtensionFactory […]
Under Ubuntu 22.04, AppArmor is active by default and configured to check all file accesses of Firefox and LibreOffice. Firefox is packaged as a “snap”. When I look which file accesses AppArmor rejected, I get this list: # grep audit /var/log/kern.log | grep DENIED | fgrep snap.firefox.firefox | grep 'operation="open"' […]
I’m reading this post and I don’t fully follow the answer. I wondered if I could modify this, what’s it called, command redirect? What I would like: Don’t hang, use ampersand & to move on to the next command Output the data generated by the command to file data.json Any […]
I’m looking for a service that is not Google, that would let me register a domain, setup a catchall email address, then query its insides using an API over HTTPS. Does something like this exist? Thanks
Audio files that appear .aac per the extension will not show information in file explorer in the “Artist”, “Title”, etc columns when the folder is setup as an “audio” folder. A media tagger application (AudioRanger) does show and save the metadata. It seems to say the metadata type is ID3v2, […]