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.
Solved! Go to Solution.
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 !
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.
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 !
it doesnt work after deploy and reindex everything is the same. i test in thor browser and incognito.
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
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.
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.
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?