Skip to main content

Questions tagged [layout]

Denotes the xml files used to define the block hierarchy which eventually renders the template files.

3 votes
0 answers
59 views

Hey I setup the payment method to my custom order form the Paypal Braintree Card Types option comming blank in Magento 2.4.8-p1 that working in magento 2.4.6 https://prnt.sc/6jzdSXH7qAN5 I call ...
Jay Parmar's user avatar
0 votes
1 answer
52 views

Similar to this question is there a way to use ifconfig to conditionally add script,meta, or css assets within the portion of a layout.xml file: <?xml version="1.0"?> <page xmlns:...
Robel Beyene's user avatar
0 votes
1 answer
46 views

I am trying to remove the store.menu block from navigation section, without removing the navigation completely. Removing the store.menu block using layout breaks the hamburger functionality. I want to ...
Aniruddha Ray's user avatar
4 votes
1 answer
233 views

We are encountering an issue on our store where sometimes the \Magento\Framework\View\Element\AbstractBlock::getParentBlock() method returns false. We traced this back to the fact that the head....
Daniel's user avatar
  • 2,309
0 votes
0 answers
38 views

There is 3rd party module that has the class called ExactMatch. public function getExactMatch() { $params = $this->request->getParams(); if (!empty($params['q'])) ...
Dramorian's user avatar
0 votes
0 answers
33 views

There is a onestepcheckout that is being processed by two modules. One has most of the wrappers and templates, and another one is responsible for shipping (specific courier company for a country). ...
Dramorian's user avatar
0 votes
1 answer
121 views

Field that retrieves the data, but there is no label and the issue with width <field name="custom_category_footer_description"> <argument name="data" xsi:type="...
Dramorian's user avatar
0 votes
1 answer
64 views

I want to develop a website for the event management company and below are the key features I want to cover:- Ability to create multiple Shows/Events. Each Show/Event should have its unique URL. Show/...
Mohd Shakeel's user avatar
0 votes
1 answer
143 views

We are using Magento 2.4.2-p2, and the current jQuery version is 1.12.4. We want to upgrade it to version 3.7.1. Here’s what I’ve tried so far: Options 1 - Added the following in default_head_blocks....
sumeet bajaj's user avatar
  • 1,316
0 votes
1 answer
46 views

Magento 2.4.7 the additional column in ordered items table in admin not showing I have already tried the extend the sales_order_view.xml but still not working. Reference file path is app/code/Vendor/...
Rina Bhbabak's user avatar
0 votes
1 answer
58 views

Hi, In magento 2 how can we add another progress bar on checkout page. By default there are 2 "Shipping" , "Review & Payments". I want to add another which will be like "...
Akhan's user avatar
  • 7
0 votes
2 answers
47 views

How to override form_account layout block in magento2 admin. I wanted to add a custom fiield under email field in account information section.
Divya M's user avatar
1 vote
1 answer
381 views

I have a controller that inject a phtml via the $this->_view->getLayout()->getBlock('block_name')->toHtml(); code. The problem is that the template for this block has an inline javascript. ...
Lou Nik's user avatar
  • 527
0 votes
1 answer
49 views

I have one theme that is removing a specific css file that is not needed for it. layout/default_head_blocks.xml <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
Typhado's user avatar
  • 734
1 vote
1 answer
59 views

This my request NewAction.php to handle the request this is result of request I don't have blog_post_new layout, How it will work ?
ducanh's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
190