Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v:1.0:coupons_and_discounts [2012/09/27 05:02] adamv:1.0:coupons_and_discounts [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 35: Line 35:
 {{section>.:cheat_sheet#discount_methods&noheader&noeditbtn&permalink&footer&nodate&nouser}} {{section>.:cheat_sheet#discount_methods&noheader&noeditbtn&permalink&footer&nodate&nouser}}
  
 +
 +<HTML></div></HTML>
  
  
 ==== Discount Types ==== ==== Discount Types ====
 {{section>.:cheat_sheet#discount_types&noheader&noeditbtn&permalink&footer&nodate&nouser}} {{section>.:cheat_sheet#discount_types&noheader&noeditbtn&permalink&footer&nodate&nouser}}
 +
 +
 +<HTML></div></HTML>
 +
  
  
Line 44: Line 50:
 The discount syntax below shows all the pieces to creating a discount. In a coupon or category discount, the ''discount_method'' is specified separate from the  The discount syntax below shows all the pieces to creating a discount. In a coupon or category discount, the ''discount_method'' is specified separate from the 
 {{section>.:cheat_sheet#discount_syntax&noheader&noeditbutn&permalink&footer&nodate&nouser}} {{section>.:cheat_sheet#discount_syntax&noheader&noeditbutn&permalink&footer&nodate&nouser}}
 +
 +
 +<HTML></div></HTML>
 +
 +
  
  
Line 49: Line 60:
  
 There are three different ways that a discount can be applied - automatically at the product level or and the category level, or manually by the customer in the form of a coupon. There are three different ways that a discount can be applied - automatically at the product level or and the category level, or manually by the customer in the form of a coupon.
 +
 +<WRAP center round tip 60%>
 +**Need a hand creating your discount tiers?**\\
 +[[:snippets:discounts|Try out our helper interface]] to create your discount.
 +</WRAP>
 +
  
 ==== Product Discount ==== ==== Product Discount ====
Line 162: Line 179:
   : This is nearly identical to the "Category Discounts" above, but applies to product-level discounts.   : This is nearly identical to the "Category Discounts" above, but applies to product-level discounts.
   ; Valid Dates   ; Valid Dates
-  : If the coupon has dates set, it can only be used on those dates. The end date is not inclusive, so coupon codes can be used on the start date, but not the end date. The dates are setup in the database as of midnight and are compared to "now" so if you're even one second past the end date at 00:00:00, it won't be valid for that day. For example, if you want a coupon to be valid on 11/27/2010 only, then you'll have to set the end date as 11/28/2010 because the 24 hours of valid coupon time will be from 11/27/2010 00:00:00 to 11/28/2010 00:00:00.+  : If the coupon has dates set, it can only be used within those date ranges. The start and end dates are inclusive, so coupon codes can be used on the start and end dates as well.
   ; Apply to Categories   ; Apply to Categories
   : Similar to the category quantity discounts, but can be applied to multiple or all categories. So if a coupon code only applies to the T-Shirt category and there are no T-Shirts in the cart, no discount will be applied.   : Similar to the category quantity discounts, but can be applied to multiple or all categories. So if a coupon code only applies to the T-Shirt category and there are no T-Shirts in the cart, no discount will be applied.

Site Tools