Questions tagged [xml]
Denotes questions about XML files and XML processing.
1,208 questions
0 votes
0 answers
26 views
XML Error: "Element 'publisher', attribute 'queue': The attribute 'queue' is not allowed. " in Module magento/module-negotiable-quote
I started to have this error when logging into the Magento storefront (url= /customer/account/loginPost/referer/): 1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): ...
0 votes
1 answer
74 views
HTML & W3C Validation errors - Unable to fetch the errors from Markup Validation Service
I've been assigned the task of fixing the HTML and W3C validation errors. Of course, before I can fix them, I need to verify the errors first. So I navigate to the URL: https://validator.w3.org/#...
0 votes
2 answers
107 views
DOMDocument::loadXML(): Argument #1 ($source) must not be empty
My exception log in magento 2.4.7-p3 if full of: main.CRITICAL: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in /home/public_html/vendor/magento/framework/View/Element/...
0 votes
1 answer
35 views
How to change the magento2 layout to all options in the personal area?
is there a faster way to change the layout from 2columns-left to 3columns to all the personal area pages (account, wishlist, orders etc..) ? i just got done creating this file: app/design/frontend/...
0 votes
1 answer
129 views
Magento 2 : Dynamic XML entity attribute value
I am setting up a module to run on Magento 2.4.6-p5 multi-website instances. The module requires that a dropdown category attribute be setup with a default value and n other options (1 initially). I ...
1 vote
0 answers
110 views
Remove Type and Arguments from di.xml
How do you remove a Type and the associated arguments from a di.xml file? Specifically, I would like to remove the "Apple Pay" button from the Shopping cart. I have found the below code, ...
0 votes
2 answers
75 views
Place div next to or under in stock
How can I place a div between in stock and sku using xml for custom block. I can only seem to place it after sku. <body> <referenceBlock name="product.info.stock.sku"> ...
0 votes
2 answers
100 views
How to override checkout_index_index.xml
this is the file present in my app/design dir. i need to disply shipping address section on right side bar and move the product overview section from right side bar to the place of currenct shipping ...