Zen Cart Logo
Forums / Discounts/Coupons, Gift Certificates, Newsletters, Ads / Product Discount without using coupon

Product Discount without using coupon

Views: 665

Results 1 to 3 of 3
8 Feb 2011, 8:37 AM
#1
jcwynford avatar

jcwynford

New Zenner

Join Date:
Dec 2010
Posts:
20
Plugin Contributions:
0

Product Discount without using coupon

Hi everyone,

Does anyone know if there's a way or a module that can be used like:
a. A registered user purchases first time a product with the price of $100 then when the user purchases the same product for the second time the price will be 50% discounted to $50? Problem is this should not use the coupon discount function.

I haven't seen any modules yet. Any help please :(

8 Feb 2011, 3:14 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product Discount without using coupon

You would need to customize the code to check the previous orders of the customer and apply a discount ...

I have not noticed any add ons for this, but it could be done ...

You should consider how you want this done, such as does the customer see the discount on the Product or as a lump Discount ...

A lump Discount would be the easier approach of the two methods ...

Also, you could add a feature that flags the Products that they will be discounted at checkout ...

And, you should consider with it always be 50% discount on the next order meaning will it never be 40% or 60% on the Discount?

And, you mentioned 50% discount if previously purchased ... what happens the 3rd time that the product is ordered? what happens the 4th time the product is ordered ...

Fun fun thoughts of the day, eh? :cool:

10 Feb 2011, 1:02 AM
#3
jcwynford avatar

jcwynford

New Zenner

Join Date:
Dec 2010
Posts:
20
Plugin Contributions:
0

Re: Product Discount without using coupon

hi, thanks for the thought, for now 3rd and 4th purchase will still be 50% discount.
i'll try to figure this one out then :D