I need to do the SCSS file compilation. I have installed the Magento 2 in my windows OS & also tried to use the SnowdogApps/magento2-frontools for that but not working in windows OS. Is anyone know about sass compilation in windows OS then please share the details. Thanks
Magento
I have enabled the templates hint for developer troubleshooting, but the hints not shown at frontend, do you know any reasons?
I am using a Prince_Productattach module on my Magento 2.3.3 CE, how can I troubleshoot some issues on the frontend. as the diagram shown, the product attach block display on two places, i didn’t customize it, how should i find out the reason for this duplicated? The Tab for Download […]
Magento version: 1.9.4.1 Trying to come up with a SOAP api GET request v1 or v2 to bring all the orders list. Have already read the documentation: https://devdocs.magento.com/guides/m1x/api/soap/sales/salesOrder/sales_order.list.html Have already created an apiuser and apikey from the System backend SOAP/XML-RPC with admin permissions. Tried this with no result. https://www.magentohost.com/api/soap/?wsdl?apiuser=xxx&apiKey=xxxxxxxxxxxxx Im […]
I downloaded magento 2-2.4.1.zip. Unzipped it to /var/www/html/magento24/ – my local folder for local domain http://magento24.local configured by nginx on ubuntu20.04. I had done composer update or install and next use this command: bin/magento setup:install --base-url=http://magento24.local --db-host=localhost --db-name=magento24 --db-user=user24 --db-password=1234 --admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com --admin-user=admin --admin-password=test1234 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1 This […]
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 and no working answer there.
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. Looked into other similar questions but the answers didn’t work […]
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: Unable to process binding “if: function(){return regionHasElement(‘promotion’) }” Message: regionHasElement […]
One of our client stores has had Stripe module installed in app/code as shown in the image below. I need to uninstall it and reinstall its latest version in vendor folder. Could you please share steps/links to Magento devdoc that explains how to uninstall a module installed in app?