Page 18 of 31 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 309
  1. #171
    Join Date
    Mar 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: Gift Certificate Help Please

    I have made a gift certificate product under Gift Certificates Category. I want to have a list of available gift cerificate amounts but the attributes won't allow me to place : quantity (1)...$25, Quantity (1)....$50, Quantity (1)...$100


    How do i get around this? Do i price these by attributes? Do I make a drop down list? Any advice would help!

    Thanks!

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

    Default Re: Gift Certificate Help Please

    In the Demo Date, there is a Gift Certificate setup as Priced by Attribute where the Product Price is set to 0.00 ...

    Then make an Option Name such as:
    Amount

    as a Radiobutton ...

    and then add Option Values to it such as:
    $5.00
    $10.00
    $15.00
    $25.00
    $50.00
    $100.00

    Then add them to the Product in the Attributes Controller ... with the Price set on each Attribute ...
    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. #173
    Join Date
    Mar 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Gift Certificate Help Please

    Dear all,

    I have set up Gift Certificate as a product under "Gift Certificate" category

    I want to send the Gift Certificate to a particular customer under admin panel, how can I do so?

    There is "Mail Gift Certificate" under admin panel, but the page cannot be displayed when I go there, what is the problem and how can I fix it?

    Thanks

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

    Default Re: Gift Certificate Help Please

    How many customers do you have in your database?

    Depending on your server and number of customers, the page could be timing out trying to draw the dropdown for the customer list ...
    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. #175
    Join Date
    Feb 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: Gift Certificate Help Please

    The problem I'm having isn't with releasing or purchasing, its when a new user redeems their gift certificate during checkout via the code. It will give a green box at the top saying it was redeemed successfully but it doesn't give the user an option to apply an amount towards the purchase. is there a fix for this or do I have something setup wrong?

    all help is appreciated in advance

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

    Default Re: Gift Certificate Help Please

    If you test this, and purchase a Gift Certificate ... then release it in the Admin ... then go to purchase something else ... do you see the Apply on the checkout_payment page?
    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. #177
    Join Date
    Feb 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: Gift Certificate Help Please

    The goal of what I want to do is have my users redeem gift certificates via redemption code and NOT the link that gets sent through email (this is so I can sell them offline).

    To test this what I did was mail myself a gift certificate through the admin area, took the redemption code and started the checkout process. I redeemed the gift certificate after registering (before confirm order). It gave me a redemption successful message (which I verified in the admin area) but it didn't give me the apply amount box. I then clicked confirm order, it went to the order page, then it forwarded me to paypal without applying the gift certificate amount. To get the apply amount box I had to click back to the page in which I redeemed the gift certificate and then I had that option.


    My problem here is that for a new user its not obvious that they have to click back to checkout after clicking confirm order in order to get the apply amount box, so I would like to know if there is a way to change this, or am I redeeming these codes in a bad way, or do I have something setup wrong?


    thank you

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

    Default Re: Gift Certificate Help Please

    Test to see if you enter the GV code, and hit enter ... does it get redeemed and now show the Apply box?
    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. #179
    Join Date
    Feb 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: Gift Certificate Help Please

    it gets redeemed (I get the green message) but I don't get the apply box, the only time I get the apply box is when I click confirm and then I click back via the top menu

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

    Default Re: Gift Certificate Help Please

    The Apply Amount: box does not show unless there is a GV balance in the customer's account ...

    You could change this by customizing the Gift Certificate module and change:
    Code:
      function selection_test() {
        if ($this->user_has_gv_account($_SESSION['customer_id'])) {
          return true;
        } else {
          return false;
        }
      }
    to read:
    Code:
      function selection_test() {
        if ($this->user_has_gv_account($_SESSION['customer_id'])) {
          return true;
        } else {
          return true;
        }
      }
    This would display the Apply Amount: with or without a current balance so that the customer can enter the GV Redeem Code, the Apply Amount, Select PayPal and click CONTINUE and when you get to the checkout_confirmation you will see the Success Message on the Redeem of the Gift Certificate and the amount entered in the Apply on the Order so that when the customer goes to PayPal the amount has been deducted ...
    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 18 of 31 FirstFirst ... 8161718192028 ... LastLast

Similar Threads

  1. coupon/gift certificate/other help please
    By h_2_o in forum Basic Configuration
    Replies: 1
    Last Post: 17 Dec 2009, 01:29 PM
  2. Gift Certificate Help Please!
    By weezee in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 17 Oct 2007, 10:58 PM
  3. gift certificate help please
    By thomasjones2002 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 11 Jul 2007, 05:19 AM
  4. Selling Gift Certificate....Please help...........
    By rakhi in forum General Questions
    Replies: 1
    Last Post: 7 Jun 2007, 05:53 PM
  5. Gift Certificate error, help needed please
    By angelicdezigns in forum Customization from the Admin
    Replies: 1
    Last Post: 28 Aug 2006, 07:25 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