I am searching for a module that all Me to search list of make base do modules and vice versa. Product finders generally have a predefined sequence.So you will have to first select make then only model or year can be selected. What I want is that they are all […]
Magento
I’m building a custom API endpoint which produces a product data dataset for a custom front-end application. All works fine, but I want to optimise the code, because I still have multiple database requests where I guess it should be possible in one request as well. The collection factory produces […]
Is it possible to create 2 independent catalogs that will have products with the same SKU? Store1 – catalog1 (SKU1, SKU2, SKU3) Store2 – catalog2 (SKU1, SKU2, SKU3) Or it’s never going to work? SKU must be unique even for different websites/stores?
Thanks in advance. I am looking for a script or module that will run via cron and remove products from a category if there price is above 5 USD also it will add products that has cost upto 5 USD.
hello everyone i have already an EAV attribute added by patch data to the customer entity, so I need now to get that default value of the field and also set another value to it, can anyone help please for how to get and set the value of EAV attribute […]
I’ve created custom .phtml file in app/code/Trustmate/Opinions/templates/trustmatewidget.phtml Here I add short link to .js code called code from url with reviews slider on bottom page. Then I created a new block: <p>{{block class="MagentoFrameworkViewElementTemplate" template="TrustMate_Opinions::trustmatewidget.phtml"}}</p> Now I referesh page. The widget appears on the frontend, but there is a some conflict […]
For adding custom fields to Orders Grid i choose this way: Magento2 : sales order grid add new column with it’s values I create file [Vendor]/[Module]/view/adminhtml/ui_component/sales_order_grid.xml With code: <?xml version="1.0" encoding="UTF-8"?> <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <columns name="sales_order_columns"> <column name="export_status" class="[Vendor][Module]UiComponentListingColumnGiftstatus"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="visible" xsi:type="boolean">true</item> <item name="label" […]
I used the Magento 2 plugin in PhpStorm to to create an entity with grid and form. It seems to work great until I renamed the fieldset name to “foo” and added tabs. I already looked up many related posts / questions and did some digging in de vendor folder. […]
I would like to remove js file on frontend side from the [magento_root_direcotry]libwebjqueryui-modulessortable.js path I tried to remove JS file by below code but no luck I tried to remove js code in following path /app/design/frontend/Smartwave/porto_child/Magento_Theme/layout/default_head_blocks.xml Here is the code which I put in default_head_blocks.xml <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <meta […]