Subversion Repositories SmartDukaan

Rev

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

Rev 6792 Rev 7287
Line 171... Line 171...
171
		context.put("OFFER_TEXT", offerText);
171
		context.put("OFFER_TEXT", offerText);
172
		context.put("OFFER_DETAIL_TEXT", offerDetailText);
172
		context.put("OFFER_DETAIL_TEXT", offerDetailText);
173
		context.put("OFFER_DETAIL_LINK", offerDetailLink);
173
		context.put("OFFER_DETAIL_LINK", offerDetailLink);
174
		context.put("AFTER_ARRIVAL", afterArrival);
174
		context.put("AFTER_ARRIVAL", afterArrival);
175
		context.put("SHOW_PRICE", showPrice);
175
		context.put("SHOW_PRICE", showPrice);
-
 
176
		context.put("SHOW_PRICE", domain.contains("store")?"FALSE":"TRUE");
176
		List<String> filenames = new ArrayList<String>();
177
		List<String> filenames = new ArrayList<String>();
177
		filenames.add("ProductDetail");
178
		filenames.add("ProductDetail");
178
		filenames.add("WidgetSnippet");
179
		filenames.add("WidgetSnippet");
179
		filenames.add("HomeSnippet");
180
		filenames.add("HomeSnippet");
180
		filenames.add("SearchSnippet");
181
		filenames.add("SearchSnippet");