Hello guys, I need help, its been days Im finding out how can I change category scope from global to storeview. It doesnt give me an option in the attribute too. Can I do it programmatically? and How?
Hi @hot_geek,
I'm not sure if I understand the question.
Can you share an screenshot of what you're trying to change?
I wanna change it to website instead of global since I'm having problem adding a new product... Is there any solution to this problem?
Hi @hot_geek,
I guess it could be another way to solve your problem.
Out of the box you won't be able to change the scope (you'll need some code or even database change... and I'm not sure about the consequences).
Categories aren't just an attribute for porducts, a Category is an entity itself so you can't handle in the same way that any other attribute.
What you're trying to apply, I guess, is to add a product to one category in website A and the same product to another category on website B.
Normally you should be able to add the product to both categories and then enable or disable the category.