Subversion Repositories SmartDukaan

Rev

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

Rev 7279 Rev 7670
Line 141... Line 141...
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
	public static final String POPULARITY_JSON = "popularity.json";
-
 
146
	public static final String RISKY_PAUSED_JSON = "availability.json";
146
	/**
147
	/**
147
	 * Brand's facet definition
148
	 * Brand's facet definition
148
	 */
149
	 */
149
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
150
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
150
	
151