Questions tagged [customization]
The customization tag has no summary.
12 questions
0 votes
0 answers
13 views
Override multiple value separator on import form and functionality
There is one constant used in magento/importexport/model/import.php file. i.e. DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR having value comma as default but to update this I override file with preference but ...
-1 votes
1 answer
42 views
Display Related Products from different store with cross-store linking
I have a Magento 2 multi-store setup with the following configuration: - Website: Acme US Website - Store: Acme Corporate US Store - Store View: US English - Store: Acme Shop US Store - ...
0 votes
1 answer
58 views
How to customize/override magento2 extension
We are tried to customize/override the extension template file. we want to override below extension and its originale path is html/app/code/VedndorName/Marketplace/view/frontend/templates/product/add....
0 votes
1 answer
87 views
Best practice to modify or customize third party theme in magento 2?
I want to remove the block from the currently applied third-party theme. What is the standard way to achieve this in Magento 2?? Please provide the guidelines considering the future Magento upgrade ...
0 votes
1 answer
93 views
Customizing Form of guest for shipping address
I can't find the file or the html for guest shipping address. I want to change the telephone input type from input type = text to input type = number. Any suggestion where to find it or how to ...
0 votes
1 answer
340 views
How to stop external JS from being load from specific layout in Magento?
Magento provides a way to include external js or css using following method. <css src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" src_type="url"...
1 vote
1 answer
55 views
Sorting Families on Plp
First product list A1, A2,A3 Product Family A Second product list B1,B2,B3 Product Family B It shows on PLP such as in this way; Family A Title Family A description A1 A2 A3 Family B Title Family B ...
0 votes
4 answers
294 views
How to override stripe module?
I'm trying to override this template: vendor/stripe/module-payments/view/frontend/web/template/payment/form.html with app/design/frontend/Vendor/Theme/Magento_Checkout/web/template/payment/form.html ...
0 votes
1 answer
152 views
How to exclude certain SKU to be calculated in Minimum Order Amount
I'm currently using the native M2 Minimum Order Amount module. I want to add to my store some products, but I don't want them to be consider during minimum order amount calculation. ...
0 votes
1 answer
2k views
Magento 2 - Fix "Please enter a value greater than or equal to NaN." for input type date
I need to add a date input field to my contact site, so that users can select a date when we can call them back. I filled the attribute min with the date of today, to prohibit the user from selecting ...
0 votes
1 answer
42 views
Need to change the site mail Logo if my module called in magento 2.3
I need to change the logo if the page is used in my custom modules. There are 2 Logos - Logo 1 and Logo 2. My Module test/login test/list If the above modules come I need to show the Logo 2
0 votes
2 answers
1k views
Magento 2: How to call PHP file in another phtml file inside the module?
I am using magefan blog extension, i want to move post page bottom section related product to sidebar I have created custom phtml file based on the side bar postion under app\code\Magefan\Blog\view\...