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/27 04:47] – [Important Words to Understand] adam | v:1.0:coupons_and_discounts [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| {{section> | {{section> | ||
| + | |||
| + | < | ||
| ==== Discount Types ==== | ==== Discount Types ==== | ||
| {{section> | {{section> | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| Line 44: | 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 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?**\\ | ||
| + | [[: | ||
| + | </ | ||
| + | |||
| ==== Product Discount ==== | ==== Product Discount ==== | ||
| Line 59: | 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 83: | 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 111: | 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 139: | 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. | ||