Enable Template Path Hints for Storefront for Magento 2 No Effect
I have enabled the templates hint for developer troubleshooting, but the hints not shown at frontend, do you know any reasons?
I have enabled the templates hint for developer troubleshooting, but the hints not shown at frontend, do you know any reasons?
I am using setup my local Cloud Docker https://devdocs.magento.com/cloud/docker/docker-development.html local hostname set – test.test To configure the custom host and port, add the host and port options to the build:compose command. ./vendor/bin/ece-docker build:compose –host=test.test –port=80 Still SSL certificate showing default… Read More »Magento 2 Cloud Docker SSL certificate hostname change
I’m looking to turn off compression for product pages specifically, meaning if I uploaded a 200k jpeg file, I expect to see exactly the same 200k file on a product page. Looking to find a line that governs said compression.… Read More »Where is the line responsible for jpeg compression level for the product page?
for example if you have 3 colors product, we need to show in the listing page 3 products, all the three will then point to the same main product page, I have found another question here but it’s very dated… Read More »in category page show each color swatch as a separated product
I’m new to magento and don’t know much about magento, Recently I have installed a custom theme in magento ver 2.3.2-p2 and the theme was working perfectly but then It start throwing the given error on home page: Uncaught ReferenceError:… Read More »Magento2.3.2 Uncaught ReferenceError: Unable to process binding, Message: regionHasElement is not defined
sales_order_grid.xml <column name=”order_status”> <argument name=”data” xsi:type=”array”> <item name=”options” xsi:type=”object”>ModuleCustomerOrderUiComponentListingColumnOptions</item> <item name=”config” xsi:type=”array”> <item name=”filter” xsi:type=”string”>select</item> <item name=”label” xsi:type=”string” translate=”true”>Order</item> <item name=”component” xsi:type=”string”>Magento_Ui/js/grid/columns/select</item> <item name=”dataType” xsi:type=”string”>select</item> <item name=”editor” xsi:type=”array”> <item name=”editorType” xsi:type=”string”>select</item> <item name=”validation” xsi:type=”array”> <item name=”required-entry” xsi:type=”boolean”>false</item> </item> </item> </item>… Read More »How to open modal popup while changing the order grid select option?
Please check the attached image. This happens when the customer adds the product to the cart. And can’t go to the checkout page, or cart page, and can’t remove items in Mini-Cart. The magento version is 2.4.5 I think it’s… Read More »Magento 2.4.5 – Minicart actions not working
How to get search to be in category part, please look at the picture below even cart icon
i have a marketplace with 2.4.4 version in frontend i have mandatory product attribute field. Will be possible to make a product attribute mandatory in frontend and not mandatory in backend? https://ibb.co/LdNQcVc Thanks
Magento offers an out-of-the-box integration to the third party currency conversion api Fixer.io. Having acquired a free api key I have attempted to update the currency rates on my magento build to be given the error message “No API Key… Read More »Fixer.io Currency Converter Not Working