Subversion Repositories SmartDukaan

Rev

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

Rev 5229 Rev 5282
Line 133... Line 133...
133
	
133
	
134
	public static final long ZERO_SLIDE_DEFINITION_ID = 130000;
134
	public static final long ZERO_SLIDE_DEFINITION_ID = 130000;
135
	public static final long AFTER_SALES_SLIDE_DEFINITION_ID = 130088;
135
	public static final long AFTER_SALES_SLIDE_DEFINITION_ID = 130088;
136
	public static final long SUMMARY_SLIDE_DEFINITION_ID = 130054;
136
	public static final long SUMMARY_SLIDE_DEFINITION_ID = 130054;
137
	public static final String OFFER_MSG_TEMPLATE = "Apply coupon {0} to avail discount of Rs.{1}";
137
	public static final String OFFER_MSG_TEMPLATE = "Apply coupon {0} to avail discount of Rs.{1}";
-
 
138
	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.";
138
	/**
139
	/**
139
	 * Brand's facet definition
140
	 * Brand's facet definition
140
	 */
141
	 */
141
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
142
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
142
	
143