Subversion Repositories SmartDukaan

Rev

Rev 974 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 974 Rev 980
Line 225... Line 225...
225
    public String getCategoryName() {
225
    public String getCategoryName() {
226
    	return this.categoryName;
226
    	return this.categoryName;
227
    }	
227
    }	
228
	
228
	
229
    public String getPageMetaDesc() {
229
    public String getPageMetaDesc() {
230
    	return "Best price " + this.categoryName.replaceAll("phones", "mobile phones") 
230
    	return "Best price " + this.categoryName.replaceAll("Phones", "mobile phones") 
231
    	    + " in India.  Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews."; 
231
    	    + " in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews."; 
232
    }
232
    }
233
    
233
    
234
    public String getPageMetaKeywords() {
234
    public String getPageMetaKeywords() {
235
        if(CategoryManager.getCategoryManager().getCategory(Long.parseLong(id)).getParentCategoryId()== 10001){
235
        if(CategoryManager.getCategoryManager().getCategory(Long.parseLong(id)).getParentCategoryId()== 10001){
236
        	return this.categoryName + ", mobile phone";
236
        	return this.categoryName + ", mobile phone";