adding multiple categories in ProductResource error
When i add multiple categories in the ProductResource, it saves them. But on the edit page the categories are removed.
this is the code in the product model:
in the category model i have added this:
in the ProductResource this code:
how can i fix this?
ps how can i add snippets of codes here?
this is the code in the product model:
in the category model i have added this:
in the ProductResource this code:
how can i fix this?
ps how can i add snippets of codes here?
