Subversion Repositories SmartDukaan

Rev

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

Rev 3561 Rev 3656
Line 88... Line 88...
88
				location = "/all-mobile-phones/" + categoryId;
88
				location = "/all-mobile-phones/" + categoryId;
89
				return "redirect";
89
				return "redirect";
90
			}else if(categoryId == Utils.MOBILE_ACCESSORIES_CATEGORY){
90
			}else if(categoryId == Utils.MOBILE_ACCESSORIES_CATEGORY){
91
				location = "/all-mobile-accessories/" + categoryId;
91
				location = "/all-mobile-accessories/" + categoryId;
92
				return "redirect";
92
				return "redirect";
93
			}else if(categoryId == Utils.TABLETS_CATEGORY){
93
			} else if(categoryId == Utils.TABLETS_CATEGORY){
94
				location = "/all-tablets/" + categoryId;
94
				location = "/all-tablets/" + categoryId;
95
				return "redirect";
95
				return "redirect";
-
 
96
			} else if(categoryId == Utils.LAPTOPS_CATEGORY){
-
 
97
                location = "/all-laptops/" + categoryId;
-
 
98
                return "redirect";
96
			}else{
99
            }else{
97
				return "index";
100
				return "index";
98
			}
101
			}
99
		}
102
		}
100
		sortUrl = url;
103
		sortUrl = url;
101
		if(this.request.getParameter("sort") != null){
104
		if(this.request.getParameter("sort") != null){