Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v:1.0:coupons_and_discounts [2012/09/21 14:59] – adam | v:1.0:coupons_and_discounts [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| ; '' | ; '' | ||
| : The specific type of discount, such as an "all units quantity discount", | : The specific type of discount, such as an "all units quantity discount", | ||
| - | ; '' | ||
| - | : The amount of the discount, either applied as a set dollar (or other currency) amount or as a percentage of the product price. [[# | ||
| ; '' | ; '' | ||
| : The threshold (either a currency value or a product quantity value) that must be reached in order for a the corresponding '' | : The threshold (either a currency value or a product quantity value) that must be reached in order for a the corresponding '' | ||
| + | ; '' | ||
| + | : The amount of the discount, either applied as a set dollar (or other currency) amount or as a percentage of the product price. [[# | ||
| + | ; '' | ||
| + | : The combination of the discount type (if specified) with the discount tiers and amounts. For example this could be '' | ||
| Line 33: | Line 35: | ||
| {{section> | {{section> | ||
| + | |||
| + | < | ||
| ==== Discount Types ==== | ==== Discount Types ==== | ||
| {{section> | {{section> | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| Line 42: | Line 50: | ||
| The discount syntax below shows all the pieces to creating a discount. In a coupon or category discount, the '' | The discount syntax below shows all the pieces to creating a discount. In a coupon or category discount, the '' | ||
| {{section> | {{section> | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | |||
| Line 47: | 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?**\\ | ||
| + | [[: | ||
| + | </ | ||
| + | |||
| ==== Product Discount ==== | ==== Product Discount ==== | ||
| Line 57: | 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 81: | Line 104: | ||
| {{ : | {{ : | ||
| Category discounts are created from within your store' | Category discounts are created from within your store' | ||
| + | |||
| + | === 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 109: | Line 136: | ||
| Coupons are created from within your store' | Coupons are created from within your store' | ||
| + | |||
| + | === 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 '' | ||
| + | |||
| + | == 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' | ||
| + | |||
| + | Something to note here is that if there is currently no valid coupon for the store, then the 'Add a coupon' | ||
| + | |||
| + | * 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 137: | Line 179: | ||
| : This is nearly identical to the " | : This is nearly identical to the " | ||
| ; 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 | + | : If the coupon has dates set, it can only be used within |
| ; 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. | ||