Sometimes you notice the categories can’t be accessed from the Magento 2 website front-end, and you realize that this is due to The URL Rewrites Rule for that category being missing at Magento Admin > MARKETING > SEO & Search > URL Rewrites.
Continue reading “Magento 2 Regenerate Category URL Rewrites”Magento 2 Get Currency Symbol in JS File.
If you are looking to get the current currency symbol in Magento 2 JavaScript file and want a formatted price in Magento 2 JS file then this blog post is for you.
When you add the custom price somewhere on your Magento 2 quote, that price should be in the proper formats, like with a currency symbol, current store currency, and 2 decimal points. Magento provides Magenot_Catalog/js/price-utils JS file which does this for you.
Continue reading “Magento 2 Get Currency Symbol in JS File.”Magento 2 bin/magento Missing
You’ve probably run into the problem of the bin/magento file being missing if you’re using Magento 2. Developers and business owners frequently encounter this issue, particularly following a new installation or upgrade. All CLI commands stop working because bin/magento is missing.
Your Magento 2 development can come to a complete stop if you encounter the annoying “bin/magento Missing” issue. As a firm that develops e-commerce websites, we know how important it is to find rapid and effective solutions for these kinds of problems. We’ll take you through the root causes of this issue and offer workable fixes in this extensive tutorial.
Continue reading “Magento 2 bin/magento Missing”Excel Formula Not Working Unless Double Click Cell
Sometimes you may face issues like any formula of excel does not work until you double on each cell. This is a very command issue and I also faced this while working on one of the websites. When excel has too much data then it’s not possible to click each cell one by one to fix the formula issue. We found one solution to mass click each cell of excel to fix the formula issue in the excel or CSV file.
Continue reading “Excel Formula Not Working Unless Double Click Cell”Create Customer Custom attribute in Adobe Commerce
If you are looking to add a custom attribute for the customer in your Magento 2 website and your Magento version is Adobe Commerce (Enterprise Version) then you can do it without writing a signal code. Adding a custom attribute for customers is natively provided by Adobe Commerce.
Continue reading “Create Customer Custom attribute in Adobe Commerce”Magento 2 Get URL Without Trailing Slash in CMS Page and Block
The trailing slash at the end of the URL creates an issue of duplicate content on your website. URLs with and without trailing slash are considered as different pages by the Google search engine. Google considers these pages as two separate pages with the same content. In Magento 2 when you call any page in your CMS block using store URL it automatically adds a trailing slash at the end of URL. This blog post by Dhairvi Solutions helps you to know how to add a URL without trailing slash in the Magento 2
Continue reading “Magento 2 Get URL Without Trailing Slash in CMS Page and Block”Magento 2 Display Product Based on Store View
in Magento 2, products are always based on the website, not on the store. We can update product attribute values at the store level but the products itself is global for all the stores. You may have business requirements like hiding and showing products for a specific store. This blog post by Dhairvi Solutions show you how to display product on the store level. Before we go ahead if you are unaware of how Magento Product Scope works then you should review it over Magento doc.
Continue reading “Magento 2 Display Product Based on Store View”Magento 2 Install Sample Data
After Installing Magento 2, you can download the sample data like products, categories, customers, orders etc for testing purposes. Magento provides a repository for ready-to-use data. You can either clone that repository or install the sample data by command line. Here we discuss how to install sample data using the command line.
Continue reading “Magento 2 Install Sample Data”Install Magento 2 Using Composer
Before Magento 2.3.x, there is a way to install Magento 2 from the browser but with the latest Magento 2 version it’s not possible, you must have to use the command line to install Magento 2.
Continue reading “Install Magento 2 Using Composer”Download Magento 2 Using Composer
If you want to download Magento 2.4.5 then you can not download it in the zip format. Magento stops providing the zip of the Magento version. You must have to download Magento 2 by command line.
Continue reading “Download Magento 2 Using Composer”
