Unanswered Questions
915 questions with no upvoted or accepted answers
7
votes
1
answer
8k
views
Magento 2 Import categories using csv
I have around 500+ categories in my csv.
I'm trying to import only categories using csv.
Can anyone knows how to import only categories in magento 2 using csv?
6
votes
2
answers
8k
views
URL Rewrite: From category to CMS Page
I've created a CMS Page.
URL Key = about/page1.
I've created some Categories. One of them, category #1, it's called about.
URL Key = about
and its first subcategory, category #2, is named Page
...
6
votes
0
answers
1k
views
Displaying Subcategory Blocks Magento 1.9.2
I'm having trouble displaying subcategory blocks in Magento. I have followed several solutions posted on here and this tutorial.
I created a static block with this code:
{{block type="catalog/...
6
votes
1
answer
267
views
Add new options into sorter
In magento 2 project, it provides 3 options by default.
Position
Product Name
Price
I need to change these options to sort as,
Most Popular
Price high to low
Price low to high
I can add from ...
5
votes
0
answers
2k
views
Magento 2 - Move Category Page Toolbar/Sorting Options Above Both Columns
What I'm trying to do is move the toolbar/sorting options on the category page above the left column and right column so it spans the full width of my content area. I'm trying everything and nothing ...
5
votes
3
answers
3k
views
Show product of a category in a custom page
I create a category with some product. Also create a custom layout for my page that I add new cms page with this layout that I created. I need to have this page with my layout because I want to add ...
4
votes
2
answers
3k
views
Elastic Search: Custom sorting options not working after enable elastic search
I'm trying to add custom sorting options like newest products,price high-to-low & price low-to-high in category page using plugin. After creating plugin it's working good in category page and ...
4
votes
1
answer
2k
views
Magento 2 : Catalog Layer has been already created
On category page I am getting this exception
Catalog Layer has been already created
I tried to debug it in vendor/magento/module-catalog/Model/Layer/Resolver.php, for the moment i commented the code ...
4
votes
0
answers
287
views
Magento 2 How to duplicate the category with same structure?
I want to duplicate the category with the same structure and data.
How to duplicate child categories here? It is working correctly for a single category.
In my controller file, I have the parent ...
4
votes
1
answer
2k
views
How to Display Vertical mega menu in Magento 2?
I want to display a vertical menu instead of the default horizontal menu for category and subcategory
4
votes
3
answers
2k
views
magento 2 | Categories not showing in Admin Product Edit Page
I have started working with magento earlier this year, I am running magento CE 2.2.2
I have noticed that when I go back to edit a product from the catalog I have noticed that the categories are not ...
4
votes
0
answers
1k
views
Issue with Magento 2 generated sitemap.xml
I'm using Magento's built in sitemap generation tool and have it set to generated nightly. The issue I'm facing with it is that the urls in the sitemap do not match the ones found on the site.
To ...
4
votes
0
answers
674
views
Magento 2.2.5 - Categories are not getting saved in the database
In my Magento 2.2.5 Store, When I try to edit the existing categories content and press the save button, the categories content stays the same, there is no change being reflected in the admin panel,...
4
votes
1
answer
1k
views
Modify dynamically created product url in magento 2
I have enabled "Use Categories Path for Product URLs". Because of this, I get category path in product url. But when we search the product, it redirect to the product url that does not contain ...
4
votes
1
answer
3k
views
Magento 2.2 - Breadcrumbs issue
Currently i've got products in a category sub of default for example:
Root -> Sub cat -> product
I've noticed that on the product page itself the breadcrumbs are working fine for some products and ...