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/21 13:58] – [Discount Methods] adamv:1.0:coupons_and_discounts [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 22: Line 22:
   ; ''Discount Type''   ; ''Discount Type''
   : The specific type of discount, such as an "all units quantity discount", a "one off" discount, a "Buy One, Get One", or etc. [[#discount_types|Details.]]   : The specific type of discount, such as an "all units quantity discount", a "one off" discount, a "Buy One, Get One", or etc. [[#discount_types|Details.]]
-  ; ''Discount Amount'' 
-  : The amount of the discount, either applied as a set dollar (or other currency) amount or as a percentage of the product price. [[#discount_amounts|Details.]] 
   ; ''Discount Tier''   ; ''Discount Tier''
   : The threshold (either a currency value or a product quantity value) that must be reached in order for a the corresponding ''discount amount'' to be applied. All discount types can accept multiple tiers except for the ''repeat'' type.   : The threshold (either a currency value or a product quantity value) that must be reached in order for a the corresponding ''discount amount'' to be applied. All discount types can accept multiple tiers except for the ''repeat'' type.
 +  ; ''Discount Amount''
 +  : The amount of the discount, either applied as a set dollar (or other currency) amount or as a percentage of the product price. [[#discount_amounts|Details.]]
 +  ; ''Discount Logic''
 +  : The combination of the discount type (if specified) with the discount tiers and amounts. For example this could be ''allunits|1-10|2-20'' or ''1-5|5-10|3-50'' or ''1-50''.
  
  
Line 31: Line 33:
 ==== Discount Methods ==== ==== Discount Methods ====
 Four different methods are provided for discounts to dictate what type of discount is applied based on what criteria Four different methods are provided for discounts to dictate what type of discount is applied based on what criteria
-{{section>.:cheat_sheet#discount_methods&noheader&noeditbutton&permalink&footer&nodate&nouser&noident&inline}}+{{section>.:cheat_sheet#discount_methods&noheader&noeditbtn&permalink&footer&nodate&nouser}} 
 + 
 + 
 +<HTML></div></HTML>
  
  
 ==== Discount Types ==== ==== Discount Types ====
-{{section>.:cheat_sheet#discount_types&noheader&noeditbutton&permalink&footer&nodate&noident}}+{{section>.:cheat_sheet#discount_types&noheader&noeditbtn&permalink&footer&nodate&nouser}} 
 + 
 + 
 +<HTML></div></HTML> 
  
  
 ==== Syntax ==== ==== Syntax ====
 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&noeditbutton&permalink&footer&nodate&noident}}+{{section>.:cheat_sheet#discount_syntax&noheader&noeditbutn&permalink&footer&nodate&nouser}} 
 + 
 + 
 +<HTML></div></HTML> 
 + 
  
  
Line 46: 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 56: Line 76:
  
 Product discounts are added to the cart inside the product add to cart link or form that the product is created in. Product discounts are added to the cart inside the product add to cart link or form that the product is created in.
 +
 +=== How are they added to an order ===
 +
 +Product discounts are automatically added with the product when it is added to the cart
  
 === How are they displayed === === How are they displayed ===
Line 80: Line 104:
 {{ :v:1.0:discounts_categorysettings.png?direct&300|}} {{ :v:1.0:discounts_categorysettings.png?direct&300|}}
 Category discounts are created from within your store's FoxyCart administration, within the settings for each individual category. Category discounts are created from within your store's FoxyCart administration, within the settings for each individual category.
 +
 +=== How are they added to an order ===
 +
 +Category discounts are automatically added to any products associated the category it applies to.
  
 === How are they displayed === === How are they displayed ===
Line 108: Line 136:
  
 Coupons are created from within your store's FoxyCart administration, on the coupons page. Coupons are created from within your store's FoxyCart administration, on the coupons page.
 +
 +=== How are they added to an order ===
 +
 +Coupons can be added in two ways. 
 +
 +== Automatically ==
 +Coupons can be added with a product add to cart link or form by specifying the ''coupon'' parameter with the coupon's code as the value. This means that the customer won't need to take any action for the coupon to be applied, and will appear in their cart when the order matches the coupons requirements.
 +
 +== Manually ==
 +A customer can enter a coupon manually on the cart page of the FoxyCart checkout process. If a valid coupon exists for the store, a link to 'Add a coupon' will appear within the carts totals area between the subtotal and the total. Clicking this link will display a text input that customers can enter the code into and click to update the cart and add the coupon.
 +
 +Something to note here is that if there is currently no valid coupon for the store, then the 'Add a coupon' functionality won't be displayed in the cart. This prevents possible cart abandonment as people may possibly leave your store in search of a coupon that doesn't exist. There are a couple ways that a coupon may not be valid or active:
 +
 +  * The current date is outside of the active date range set for the coupon
 +  * The coupon has been used as many times as is allowed
  
 === How are they displayed === === How are they displayed ===
Line 136: 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