Skip to main content

Questions tagged [customization]

0 votes
0 answers
13 views

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 ...
Yogita's user avatar
  • 784
-1 votes
1 answer
42 views

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 - ...
Atish Goswami's user avatar
0 votes
1 answer
58 views

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....
gourav's user avatar
  • 1
0 votes
1 answer
87 views

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 ...
Jitendra Patel's user avatar
0 votes
1 answer
93 views

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 ...
Andy Bagadiong's user avatar
0 votes
1 answer
340 views

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"...
Vishal Rathod's user avatar
1 vote
1 answer
55 views

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 ...
user109253's user avatar
0 votes
4 answers
294 views

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 ...
Maroun's user avatar
  • 1
0 votes
1 answer
152 views

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. ...
bkam's user avatar
  • 1
0 votes
1 answer
2k views

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 ...
Black's user avatar
  • 3,409
0 votes
1 answer
42 views

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
Sabareesh's user avatar
  • 358
0 votes
2 answers
1k views

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\...
zus's user avatar
  • 43