Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Feb 2007
    Posts
    5
    Plugin Contributions
    0

    help question How do I give new customers discount

    Is there a way to automatically add 25% discount to new customers order?Right now it will do a 25% off all items or give a coupon code but I dont want to give the code to everyone I would like to automatically have it applied to all new customers

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I give new customers discount

    You could use the Group Discount and customize it to automate adding the customer when an account is created to add them to the group ...

    Or, if this is for a one time order ... you could have the create_account_success page display a Discount Coupon redemption code that they can use with their first order ...

    Or, you can use the built in Discount Coupon on the Welcome email to:

    1 Send the Discount Coupon Redemption code to the customer

    2 Show it on the create_account_success page

    Now the customer has two chances to use it and see it right away as well as the reminder in the Welcome Email ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I give new customers discount

    I am a new zenner can you give me an idea of how to do this please?
    Last edited by theconsignmentcloset; 1 Feb 2007 at 03:41 PM. Reason: This ia a question

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I give new customers discount

    I gave you a couple ideas on what can be done ...

    Can you narrow down which one is what you want to do?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I give new customers discount

    This will be a one time discount for new members. So not the group thing. Thank you

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I give new customers discount

    If you look at the information on the create_account_success page ... as in go create an account ...

    You will see that there is text on that page ...

    You can customize the template to include additional text along with the Welcome Discount Coupon Redemption code ...

    If you customize the language file for this page by copying the file:
    /includes/languages/english/create_account_success.php

    To your templates and overrides directory:
    /includes/languages/english/your_template_dir/create_account_success.php

    You can customize the define statement for:
    TEXT_ACCOUNT_CREATED

    That is the text that appears on that page ...

    Add in there something about the Discount Coupon Redemption code ... perhaps make it stand out in red or something ...

    This way, you are not getting into a lot of coding but rather are just changing the language file to display your Welcome Discount Coupon code ...

    Should they miss it or not read the text about it on the create_account_success then not to worry ... they got it in email and they can use it next time ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Nov 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: How do I give new customers discount

    Linda , how can I show discount coupon code on the create_account_success page...thanks
    ZC

    Zencart Version 1.3.6

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I give new customers discount

    Edit the language file and say:

    The Discount Coupon redemption code is: XXXXXX

    Just change the language to suite your needs in the create_account_success language file using your templates and overrides directory ...

    Then remember you set this up manually so you can change it when you need to ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Idea or Suggestion Re: How do I give new customers discount

    Thank you for sharing this information.

    I'd like to give another idea. My site is not live yet but I used this idea with a picture I created and it worked beautifully!

    (I am posting only part of the picture because I had to pay for some of the images used from a royalty free site and do not want to infringe any copyright if someone copies it (sorry))

    You can use an image in that code also. This is what I used:
    Code:
    <p> <img src="/catalog/images/nameofyourpicturehere.gif"> <p>
    The <p> gives a blank line before and after your image.

    I believe an image will give a better presentation or reward to the eye when a customer creates an account successfully rather than plain text.

    I am getting help from this forum as I go and learning so this is a small give back. More will come as I learn more.
    Attached Images Attached Images  

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do I give new customers discount

    Showing the image is the best method as it really stands out on the create_account_success page vs just plain text ...

    For those immune to images ... I would do both ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 29 Aug 2012, 03:45 AM
  2. How can I give a discount after purchasing an item?
    By bparker in forum General Questions
    Replies: 2
    Last Post: 30 Jun 2012, 05:56 PM
  3. v139h How can I automatically Give 10% discount on orders >$100?
    By brians34 in forum General Questions
    Replies: 9
    Last Post: 9 Jan 2012, 01:17 AM
  4. Replies: 5
    Last Post: 5 Nov 2009, 07:28 PM
  5. Ideas/Suggestions for Discount Coupon - How to give a credit and a discount
    By vegascoug in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 15 Nov 2007, 05:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR