Subversion Repositories SmartDukaan

Rev

Rev 35497 | Rev 35745 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35497 Rev 35498
Line 352... Line 352...
352
        if (smartWatch) {
352
        if (smartWatch) {
353
            categoryId = 6;
353
            categoryId = 6;
354
        }
354
        }
355
 
355
 
356
        if (openBoxLapTops) {
356
        if (openBoxLapTops) {
357
            categoryId = 17007;
357
            categoryId = 6;
358
        }
358
        }
359
        var url = `${context}/entity?brands=${brands.join(",")}&categoryId=${categoryId}&limit=0`;
359
        var url = `${context}/entity?brands=${brands.join(",")}&categoryId=${categoryId}&limit=0`;
360
        $select = $brandsContainer.closest('.item-criteria').find('.criteria-catalogids');
360
        $select = $brandsContainer.closest('.item-criteria').find('.criteria-catalogids');
361
        $select.html('');
361
        $select.html('');
362
        if (brands.length > 0) {
362
        if (brands.length > 0) {