Since deploying a Magento 2 website we’ve had trouble with URL rewrites. The default URL used by our products is (example) mysite/catalog/product/view/id/50146/s/my_product/my_category/2/ This is not what I want to see and does not match the URL Key set in admin for the product. I have canonicals set to ‘yes’ for […]
Magento
Magento 2.4.2-p1 Goal is to create a bundle option with a selection in it based on array of skus. The array has 4 skus of simples existing in the catalog, lets say: [50702640,50702240,90102870,90102871] The strange thing, is that it will never add the first one. Logs i have put in: […]
I am trying to customize the category page by adding a new section called category faq To Implement this customization I wrote this category_form.xml file <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="category_faqs"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Category FAQs</item> <item name="collapsible" xsi:type="boolean">true</item> <item name="sortOrder" xsi:type="number">20</item> </item> </argument> <insertListing […]
I create a user (from the magento panel) for my store, and the link to set the password is sent to the email, the user has set the password. After a few hours (6/7 hours) the user is no longer able to log in with the password and presents the […]
I am getting this error after upgrading Magento version 2.4.3 to 2.4.5 I am unable to find any solution. please help.
How can I override the file vendor/foo/bar/view/base/web/css/source/module/components/_foo.less I put it in my theme at app/design/frontend/company/fresh/Foo_Bar/templates/web/css/source/module/components/_foo.less but my changes are not getting applied.
In Magento2, when the payment of the order is made by credit card, the invoice is immediately generated. This involves saving the order with a completed state as soon as the shipment is created. Is it possible to prevent the saving of the order state as completed when creating the […]
I’m not sure what I have done to mess up the empty cart button in the shopping-cart page. Nothing happens, not even a page-refresh. Its a multishop and it dosnt work on any shop. Not even using default luma shop. I got it to work once in chrome Inkognito mode […]