Subversion Repositories SmartDukaan

Rev

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

Rev 3019 Rev 3023
Line 99... Line 99...
99
		return isMobile;
99
		return isMobile;
100
	}
100
	}
101
	
101
	
102
	public String getAfterSalesSnippet(){
102
	public String getAfterSalesSnippet(){
103
		try {
103
		try {
104
			return FileUtils.read(Utils.EXPORT_ENTITIES_PATH + productId + File.separator + "AfterSalesSnippet.html");
104
			return FileUtils.read(Utils.EXPORT_ENTITIES_PATH + productId + File.separator + "AfterSales.html");
105
		} catch (IOException e) {
105
		} catch (IOException e) {
106
			log.error("Not able to read after sales snippets", e);
106
			log.error("Not able to read after sales snippets", e);
107
		}
107
		}
108
		return "";
108
		return "";
109
	}
109
	}