Comment History in Sales Quote Admin view
In magento backend sales qoute admin panel , the history and comemnt tab not able to load. https://i.imgur.com/K1hGYh8.png
In magento backend sales qoute admin panel , the history and comemnt tab not able to load. https://i.imgur.com/K1hGYh8.png
Magento 2.4.5 Porto theme I have installed a new install of Magento 2.4.5. On top of this, Porto has installed their theme. Now, when going through and adding a product, it goes through this: I click on the ‘Add to… Read More »New install and after adding a product to cart, it does not actually add!
In a Magento 2.4.5, I’ve (successfully) added a custom field (opening_mon) to the AdminHtml form for a Source (MSI), using view/adminhtml/ui_component/inventory_source_form.xml. I do see the field in the form. <form xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <fieldset name=”opening_times” sortOrder=”40″> <settings> <label translate=”true”>Opening times</label> <collapsible>true</collapsible>… Read More »How to save value entered in custom field in the Source (MSI) form?
I’m trying to find a way to set prices on specific products to change on a specific date. I know about Catalog Price Rules, but they tend to be more for promotions over a specific period and group of products.… Read More »Schedule a price change on Magento 2?
Getting weird behaviour from Magento on reindexing calogsearch_fulltext. When running: bin/magento indexer:reindex catalogsearch_fulltext Console outputs: Catalog Search index has been rebuilt successfully in 00:00:00 which is already quite alarming as we have around 700k products. Nothing related to indexing appears… Read More »Catalog search index not created even after getting success on reindex
How to set default values in admin for the page builder (for example the default padding and margin values should be 15 in admin) as seen in the image below:
Is there a way to call custom admin controller (which prints a pdf file from sales order view page) from frontend download anchor link? <a href=”http://m7.local/index.php/admin/magemechanic_workorder/order/print/order_id/<?php echo $orderId ?>” download>Download</a>
I’m working with a legacy module where they used the old InstallData.php script to build their tables, and now I need to make some changes to them. If I wrote those changes in a db_schema.xml, it gets executed before the… Read More »How to force my db_schema.xml to run after a third-party InstallData.php?
Actually, I add validation of alpha-num there it shows the Magento default validation message there. I want to add my custom message there. Validation is working app/design/frontend/Theme/CustomTheme/Magento_Customer/templates/widget/name.phtml Here is my code <div class=”field field-name-firstname required”> <label class=”label” for=”<?= $block->escapeHtmlAttr($block->getFieldId(‘firstname’)) ?>”><span><?=… Read More »Validation Name is not working
How to hide SKU in search results. i want to show only price and description only. i have try to edit this file vendor/magento/module-catalog/view/frontend/templates/product/list.phtml And remove the SKU code but not working