ECMS Product Discounts
From NewHaven Software Wiki
(Created page with 'To setup a discount first create a discount table. Discount tables are how you define the quantity and discount type. For example, say you wanted to offer the following discount:…') |
|||
Line 7: | Line 7: | ||
50+ = $2.49/each | 50+ = $2.49/each | ||
- | You can set your product price in CMS or eCMS to $4.99 and then use a discount table to apply the discounts for 10-49 and 50+. You would then setup a discount table wit two rows, one for the 10-49 and one for any number of products above 50. Navigat to eCMS >> Inventory >> Add Discount Table and give your table a name and a description to help you identify it (the description will not be viewable by the customer). Then select the quantity for the discount | + | You can set your product price in CMS or eCMS to $4.99 and then use a discount table to apply the discounts for 10-49 and 50+. You would then setup a discount table wit two rows, one for the 10-49 and one for any number of products above 50. Navigat to eCMS >> Inventory >> Add Discount Table and give your table a name and a description to help you identify it (the description will not be viewable by the customer). Then select the quantity for the discount, create a lable |
Line 15: | Line 15: | ||
!width="325"|Discount | !width="325"|Discount | ||
|- | |- | ||
- | | 10|| 10 - 49 products || 3.49 (new product price) | + | | 10 || 10 - 49 products || 3.49 (new product price) |
|- | |- | ||
| colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | | colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | ||
Line 29: | Line 29: | ||
!width="325"|Discount | !width="325"|Discount | ||
|- | |- | ||
- | | 10|| 10 - 19 products || 3.49 (new product price) | + | | 10 || 10 - 19 products || 3.49 (new product price) |
|- | |- | ||
- | | 20|| 20 - 29 products || 3.29 (new product price) | + | | 20 || 20 - 29 products || 3.29 (new product price) |
|- | |- | ||
- | | 30|| 30 - 39 products || 2.99 (new product price) | + | | 30 || 30 - 39 products || 2.99 (new product price) |
|- | |- | ||
- | | 40|| 40 - 49 products || 2.69 (new product price) | + | | 40 || 40 - 49 products || 2.69 (new product price) |
|- | |- | ||
| colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | | colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | ||
Line 49: | Line 49: | ||
!width="325"|Discount | !width="325"|Discount | ||
|- | |- | ||
- | | 10|| 10 - 19 products || 5 (percentage off product price) | + | | 10 || 10 - 19 products || 5 (percentage off product price) |
|- | |- | ||
- | | 20|| 20 - 29 products || 7 (percentage off product price) | + | | 20 || 20 - 29 products || 7 (percentage off product price) |
|- | |- | ||
- | | 30|| 30 - 39 products || 10 (percentage off product price) | + | | 30 || 30 - 39 products || 10 (percentage off product price) |
|- | |- | ||
- | | 40|| 40 - 49 products || 15 (percentage off product price) | + | | 40 || 40 - 49 products || 15 (percentage off product price) |
|- | |- | ||
| colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | | colspan="3" align="center" style="background:#cccccc; font-weight:bold" | Discount for each additional product above qty: | ||
Line 61: | Line 61: | ||
| 50 || 50 or more products || 20 (percentage off product price) | | 50 || 50 or more products || 20 (percentage off product price) | ||
|} | |} | ||
+ | |||
+ | Give a products for free for every 10 products they buy (we will use a discount group to apply this to every 10 products): | ||
+ | |||
+ | {| border="1" cellpadding="2" | ||
+ | !width="50"|Qty | ||
+ | !width="150"|Label | ||
+ | !width="325"|Discount | ||
+ | |- | ||
+ | | 10 || Free product for every 10 purchashed || 1 (number of free product(s)) | ||
+ | |} | ||
+ | |||
[[File:ECMS_HWT_Discount_Table.png|thumb]] | [[File:ECMS_HWT_Discount_Table.png|thumb]] | ||
The next step would be to setup a discount group so you can select which products the discount applies to. | The next step would be to setup a discount group so you can select which products the discount applies to. | ||
+ | |||
+ | {| border="1" cellpadding="2" | ||
+ | ! style="background:#14466F; color:#FFFFFF;" | Product Group Information | ||
+ | |- | ||
+ | | '''Group Name:''' | ||
+ | |- | ||
+ | | '''Group Description:''' | ||
+ | |- | ||
+ | | '''Choose Discount Table:''' | ||
+ | |- | ||
+ | | '''Type:''' | ||
+ | |- | ||
+ | | '''Exclude Products on Special:''' | ||
+ | |- | ||
+ | | style="background:#14466F; color:#FFFFFF;" | Choose Products | ||
+ | |} | ||
[[File:ECMS_HWT_Discount_Group.png|thumb]] | [[File:ECMS_HWT_Discount_Group.png|thumb]] | ||
<br clear="all" /> | <br clear="all" /> |
Revision as of 17:59, 12 February 2013
To setup a discount first create a discount table. Discount tables are how you define the quantity and discount type. For example, say you wanted to offer the following discount:
1-9 = $4.99/each
10-49 = $3.49/each
50+ = $2.49/each
You can set your product price in CMS or eCMS to $4.99 and then use a discount table to apply the discounts for 10-49 and 50+. You would then setup a discount table wit two rows, one for the 10-49 and one for any number of products above 50. Navigat to eCMS >> Inventory >> Add Discount Table and give your table a name and a description to help you identify it (the description will not be viewable by the customer). Then select the quantity for the discount, create a lable
Qty | Label | Discount |
---|---|---|
10 | 10 - 49 products | 3.49 (new product price) |
Discount for each additional product above qty: | ||
50 | 50 or more products | 2.49 (new product price) |
Adding a more granular set of discounts would look like:
Qty | Label | Discount |
---|---|---|
10 | 10 - 19 products | 3.49 (new product price) |
20 | 20 - 29 products | 3.29 (new product price) |
30 | 30 - 39 products | 2.99 (new product price) |
40 | 40 - 49 products | 2.69 (new product price) |
Discount for each additional product above qty: | ||
50 | 50 or more products | 2.49 (new product price) |
You don't have to set a new price for the product, you can also take a certain amount off the product price, a percentage off the product price, or give a number of products free.
Qty | Label | Discount |
---|---|---|
10 | 10 - 19 products | 5 (percentage off product price) |
20 | 20 - 29 products | 7 (percentage off product price) |
30 | 30 - 39 products | 10 (percentage off product price) |
40 | 40 - 49 products | 15 (percentage off product price) |
Discount for each additional product above qty: | ||
50 | 50 or more products | 20 (percentage off product price) |
Give a products for free for every 10 products they buy (we will use a discount group to apply this to every 10 products):
Qty | Label | Discount |
---|---|---|
10 | Free product for every 10 purchashed | 1 (number of free product(s)) |
The next step would be to setup a discount group so you can select which products the discount applies to.
Product Group Information |
---|
Group Name: |
Group Description: |
Choose Discount Table: |
Type: |
Exclude Products on Special: |
Choose Products |