Subversion Repositories SmartDukaan

Rev

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

Rev 6842 Rev 6871
Line 140... Line 140...
140
	public static final long ZERO_SLIDE_DEFINITION_ID = 130000;
140
	public static final long ZERO_SLIDE_DEFINITION_ID = 130000;
141
	public static final long AFTER_SALES_SLIDE_DEFINITION_ID = 130088;
141
	public static final long AFTER_SALES_SLIDE_DEFINITION_ID = 130088;
142
	public static final long SUMMARY_SLIDE_DEFINITION_ID = 130054;
142
	public static final long SUMMARY_SLIDE_DEFINITION_ID = 130054;
143
	public static final String OFFER_MSG_TEMPLATE = "\t{1}\tfalse\t{0}";
143
	public static final String OFFER_MSG_TEMPLATE = "\t{1}\tfalse\t{0}";
144
	public static final String EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE = "Few items will achieve its expected arrival date after tomorrow. Please take appropriate action within 24 hours if needed.";
144
	public static final String EXPECTED_ARRIVAL_ACHIEVED_TEMPLATE = "Few items will achieve its expected arrival date after tomorrow. Please take appropriate action within 24 hours if needed.";
-
 
145
	public static final String POPULARITY_JSON = "popularity.json";
145
	/**
146
	/**
146
	 * Brand's facet definition
147
	 * Brand's facet definition
147
	 */
148
	 */
148
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
149
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
149
	
150