I have a Pearl WeltPixel theme for my Magento site and I would like to remove the number of products next to the category name in the sidebar. But even putting “no” in display the number of products in layered navigation and then refresh the cache, the numbers are still […]
Magento
I am trying to show or hide a block based on a cookie. The cookie is set on a form submission and whether the user sees the block depends on if they have the cookie set. I have it working but when Full Page Cache is enabled it ignores the […]
How can an attribute added to Backlit Mirrors attribute set be deleted? None of the answers here in the stackexchange does help.
I have upgraded from Magento 2.3.6-p1 to Magento 2.4.0 all went well regarding composer update bin/magento s:up rm -rf var/cache/* var/page_cache/* generated/code/* bin/magento s:d:c bin/magento s:s:d -f when trying to access the site it shows the below error both on the frontend and admin panel. Fatal error: Declaration of LaminasServiceManagerServiceLocatorInterface::get($name) […]
We use a combo of color swatches generated by the Magento color picker and image swatches that we upload ourselves. And I am having an impossible time getting our uploaded swatches to behave like the color picker swatches. I have thought I had found the solution in the CSS a […]
i try to add my custom button to the form, not to the header of form, but after some fields inside fieldset, i found some example here https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-button.html like this <form> ... <fieldset> ... <button name="custom_button"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="buttonClasses" xsi:type="string">custom-button-class</item> <item name="actions" xsi:type="array"> <item name="0" […]
Magento beginner here. Currently I am trying to send multiple options for a product attribute via REST api. Since Magento isnt capable of doing this I am trying to override the add function in ProductAttributeOptionManagementInterface I understand that you cannot use preference to override an interface with another interface. So […]
I have a multistore built with Magento 2.4.I don’t know if does it matter but I also have installed Manadev. I tried to sort the products by price but it’s like I sort them by a random order. When I tried by name it was perfectly fine. After that I […]
I need a payment method that allows the uploading of images as a payment method and save those images so that I can later send them to call and the seller can see them. Actually I’m new to magento and I don’t know much, but I’ve already thought the first […]