I have added one extra tinyint field say A for oxcategories table. Now I am getting value of A only if that category is active(left navigation). But I want it for all the non-active category also. How to do it? Any help is appreciated. I am using CE 4.4.1. As for older version, if I access a field by name then its value is loaded using lazy load. If there is any change of this functionality in this version?
[QUOTE=mousumi;38996]I have added one extra tinyint field say A for oxcategories table. Now I am getting value of A only if that category is active(left navigation). But I want it for all the non-active category also. How to do it? Any help is appreciated. I am using CE 4.4.1. As for older version, if I access a field by name then its value is loaded using lazy load. If there is any change of this functionality in this version?[/QUOTE]
http://www.musterdenker.de/2009/09/oxid-eshop-enable-lazy-loading-for-categories/comment-page-1/
Without using lazy loading is there any other way to do it?
The answer is no.
What is wrong with “lazy loading”?
Nothing, just wanted to know if any. It worked. Thanks a lot.