cancel
Showing results for 
Search instead for 
Did you mean: 

category not showing in store view

SOLVED

category not showing in store view

something strange, I have the normal store all working well in English, I decided to create a view for Spanish, everything works fine.

But theres a category that gives me 404 in the Spanish view, in English everything works normal when I change the view to Spanish that category simply does not appear. or the products in that category.

 

I go to the categories and it is normal, I even copy the url of the category and paste it in the address bar and even then it does not appear if I have the spanish view.

 

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: category not showing in store view

Hello @starlyn_tejada1 

 

Navigate in admin to Catalog > Categories > Select the category which is not appearing

change the store view to specific store view from scope in header

Make sure it is enabled, if not then enable it.

Also run below commands :

php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex php bin/magento c:f

Hope it helps !

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

View solution in original post

Re: category not showing in store view

Ok i fixed it.

the categories were set to enabled and  "not show in menu"

in catalog even if it showing is enabled, click show in menu in the new view. check in frontend they will get a new url copy it.

  hide from menu and now products and category appear.

View solution in original post

6 REPLIES 6

Re: category not showing in store view

Hello @starlyn_tejada1 

 

Navigate in admin to Catalog > Categories > Select the category which is not appearing

change the store view to specific store view from scope in header

Make sure it is enabled, if not then enable it.

Also run below commands :

php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex php bin/magento c:f

Hope it helps !

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: category not showing in store view

it doesnt work after deploy and reindex everything is the same. i test in thor browser and incognito.

Re: category not showing in store view

it did not work and even the products dont appear in that category. only in the new view. if I use default english view everything works fine

Re: category not showing in store view

can you please try with this kind of URL :

 

https://HOST/catalog/category/view/id/ID

pass HOST and ID of category and hit the URL.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: category not showing in store view

Ok i fixed it.

the categories were set to enabled and  "not show in menu"

in catalog even if it showing is enabled, click show in menu in the new view. check in frontend they will get a new url copy it.

  hide from menu and now products and category appear.

Re: category not showing in store view

thank you. But I'm having a similar problem as well https://Host/catalog/category/view/id/42 but didn't work when i tried this method

 

Could this be something different?