You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently just reports the category used (i.e. what is in the opencart database). e.g. for the nested categories;
Computers
Big Ones
Yellow Big Ones
currently reports "Yellow Big Ones". Would maybe be better to report full path e.g. "Computers > Big Ones > Yellow Big Ones".
Test if ($category_info['top']==1) , if so then use name (reached top category)
If not, recusively work up tree by using $category_info['parent_id'] to get the next category.
Form full string, maybe limit to 3-5 categories say?
The text was updated successfully, but these errors were encountered:
currently just reports the category used (i.e. what is in the opencart database). e.g. for the nested categories;
currently reports "Yellow Big Ones". Would maybe be better to report full path e.g. "Computers > Big Ones > Yellow Big Ones".
Test if ($category_info['top']==1) , if so then use name (reached top category)
If not, recusively work up tree by using $category_info['parent_id'] to get the next category.
Form full string, maybe limit to 3-5 categories say?
The text was updated successfully, but these errors were encountered: