Subversion Repositories SmartDukaan

Rev

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

Rev 5552 Rev 5930
Line 174... Line 174...
174
				filenames.add("PhonesIOwnSnippet");
174
				filenames.add("PhonesIOwnSnippet");
175
			}
175
			}
176
			if(parentCategory.isHasAccessories()){
176
			if(parentCategory.isHasAccessories()){
177
				filenames.add("RelatedAccessories");
177
				filenames.add("RelatedAccessories");
178
			}
178
			}
-
 
179
			filenames.add("CompareProductSnippet");
-
 
180
			filenames.add("SlideNamesSnippet");
-
 
181
			filenames.add("ComparisonSnippet");
179
			if(parentCategory.isComparable()) {
182
			if(category.isComparable()) {
180
				filenames.add("MostComparedProducts");
183
				filenames.add("MostComparedProducts");
181
				filenames.add("CompareProductSnippet");
-
 
182
				filenames.add("ComparisonSnippet");
-
 
183
				filenames.add("CompareProductSummarySnippet");
184
				filenames.add("CompareProductSummarySnippet");
184
				filenames.add("SlideNamesSnippet");
-
 
185
				filenames.add("MostComparedSnippet");
185
				filenames.add("MostComparedSnippet");
186
			}
186
			}
187
		}
187
		}
188
		getHtmlFromVelocity(filenames,exportPath,context,catalogId);
188
		getHtmlFromVelocity(filenames,exportPath,context,catalogId);
189
		return minPriceItem.getSellingPrice();
189
		return minPriceItem.getSellingPrice();