Subversion Repositories SmartDukaan

Rev

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

Rev 1921 Rev 1966
Line 247... Line 247...
247
    public String getCategoryName() {
247
    public String getCategoryName() {
248
    	return this.categoryName;
248
    	return this.categoryName;
249
    }	
249
    }	
250
	
250
	
251
    public String getPageMetaDesc() {
251
    public String getPageMetaDesc() {
-
 
252
        return "Best price "
252
    	return "Best price " + this.facetSelection + this.categoryName.replaceAll("Phones", "mobile phones") 
253
                + this.facetSelection.replaceAll("Phones", "")
-
 
254
                + this.categoryName
-
 
255
                        .replaceAll("Mobile Phones", "mobile phones")
-
 
256
                        .replaceAll("Phones", "mobile phones")
253
    	    + " in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews."; 
257
                + " in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews."; 
254
    }
258
    }
255
    
259
    
256
    public String getPageMetaKeywords() {
260
    public String getPageMetaKeywords() {
257
        if(CategoryManager.getCategoryManager().getCategory(Long.parseLong(id)).getParentCategoryId()== MOBILE_PHONES_CATEGORY){
261
        if(CategoryManager.getCategoryManager().getCategory(Long.parseLong(id)).getParentCategoryId()== MOBILE_PHONES_CATEGORY){
258
        	return this.categoryName + ", mobile phone";
262
        	return this.categoryName + ", mobile phone";