login to magento admin. Open any cms page and write block code in content section. {{block class=”MagentoFrameworkViewElementTemplate” name=”test_file” template=”Magento_Theme::test.phtml”}} After using the block code phtml file will be called on cms page but after Footer. How can we call before footer
Magento
I’m trying to change the text and the link on the create an account side of the login popup. I’ve copied and moved the authentication.html file from the vendor folder and put it in my Magento_Customer folder in my theme and that’s not overwriting it. I’m also not sure where […]
We can’t upgrade to 2.4.x as the current theme is not supported however I would like to apply the latest patches. Is the possible to apply security only on an earlier version? Like going from 2.3.4 to 2.3.7-p4 directly or I have to go to 2.3.7 first then apply the […]
When i try to save theme configuration of the theme, appears the error: “Notice: Trying to get property ‘attributes’ of non-object in /bitnami/magento/vendor/magento/module-webapi/Model/Config/Converter.php on line 51” /** @var DOMElement $service */ $service = $route->getElementsByTagName('service')->item(0); line 51-> $serviceClass = $service->attributes->getNamedItem('class')->nodeValue; $serviceMethod = $service->attributes->getNamedItem('method')->nodeValue; $soapMethod = $serviceMethod; if ($soapOperationNode = $route->attributes->getNamedItem('soapOperation')) { […]
Newbie question. How do I extend the appearance of an extension? I would like this extension/view: to add in here:
Newbie here. How can I redirect the customize button on its product page? I’ve created the button inside the list.phtml <button type="submit" id="subs" style="margin-bottom:5px;" onclick="window.location.href='{The bag product URL}';">Subscribe</button>
Trying to figure out what might be causing this issue with PayTrace processing on my site? Customer enters their payment info and when they submit they get a zip code error. (We’re seeing this mainly with Canadian zip codes). The info seems to be correct for them so they submit […]
I’ve installed Magento with sample data on a virtual machine. Now I’m trying to install Live Search for it. I used the instructions from this link. As the instruction says, I run the command below: composer require magento/live-search But it gives me an error: Problem 1 - magento/live-search 2.0.0 requires […]
I am upgrading Magento CE from 2.4.3-p1 to 2.4.4-p1 with php 8.1 but I got this problem facebook/graph-sdk does not support php 8.1 and it is PHP package not Magento 2 Module, facebook/graph-sdk 5.6.2 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement. - facebook/graph-sdk 5.6.1 […]