Subversion Repositories SmartDukaan

Rev

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

Rev 2547 Rev 2651
Line 98... Line 98...
98
			filenames.add("PhonesIOwnSnippet");
98
			filenames.add("PhonesIOwnSnippet");
99
			filenames.add("CompareProductSnippet");
99
			filenames.add("CompareProductSnippet");
100
			filenames.add("ComparisonSnippet");
100
			filenames.add("ComparisonSnippet");
101
			filenames.add("CompareProductSummarySnippet");
101
			filenames.add("CompareProductSummarySnippet");
102
			filenames.add("SlideNamesSnippet");
102
			filenames.add("SlideNamesSnippet");
-
 
103
			filenames.add("RelatedAccessories");
103
		}
104
		}
104
		getHtmlFromVelocity(filenames,exportPath,context,catalogId);
105
		getHtmlFromVelocity(filenames,exportPath,context,catalogId);
105
	}
106
	}
106
	
107
	
107
	public void getHtmlFromVelocity(List<String> filenames, String exportPath, VelocityContext context, long catalogId){
108
	public void getHtmlFromVelocity(List<String> filenames, String exportPath, VelocityContext context, long catalogId){
Line 182... Line 183...
182
		if(CategoryManager.getCategoryManager().getCategory(items.get(0).getCategory()).getParent_category_id() != Utils.MOBILE_ACCESSORIES_CATEGORY){
183
		if(CategoryManager.getCategoryManager().getCategory(items.get(0).getCategory()).getParent_category_id() != Utils.MOBILE_ACCESSORIES_CATEGORY){
183
			filenames.add("CompareProductSnippet");
184
			filenames.add("CompareProductSnippet");
184
			filenames.add("ComparisonSnippet");
185
			filenames.add("ComparisonSnippet");
185
			filenames.add("CompareProductSummarySnippet");
186
			filenames.add("CompareProductSummarySnippet");
186
			filenames.add("SlideNamesSnippet");
187
			filenames.add("SlideNamesSnippet");
-
 
188
			filenames.add("RelatedAccessories");
187
		}		
189
		}		
188
		generator.getHtmlFromVelocity(filenames,Utils.EXPORT_ENTITIES_PATH_SAHOLIC,context,1001210);
190
		generator.getHtmlFromVelocity(filenames,Utils.EXPORT_ENTITIES_PATH_SAHOLIC,context,1001210);
189
	}
191
	}
190
}
192
}
191
 
193