Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42
  1. #31
    Join Date
    May 2011
    Posts
    90
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - not working yet?

    is there any alternative module for this that would work with 1.5.0 ? i see this module been abandoned for some reason, but it is so useful. we are having problems with our gift certificates, because our customers are "old school" and think its very complicating process (to buy, to wait for the approval, then login and send it to someone, then someone have to redeem it.. etc... we had too much complaints, so we try to make it more simplified). The idea is customer buy a gift certificate for someone, we treat it as a product, print it and mail it to whomever it was purchased for, and they redeem it at the checkout. plastic cards would be ideal module if it would show the balance on card, and would work with 1.5.0 . any advise would be very appreciated. thanks.

  2. #32
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Your Store Gift Cards (plastic, etc) - not working yet?

    Quote Originally Posted by getyler2 View Post
    it errors out.
    How exactly does it "error out"?
    What's in your myDebug-xxxxxx.log files?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #33
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - not working yet?

    Hi DrByte,

    I don't see any values in "Sold on Order#" column at the backend. Any thoughts?

    - Thanks

  4. #34
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - not working yet?

    Quote Originally Posted by vivek_advsol View Post
    Hi DrByte,

    I don't see any values in "Sold on Order#" column at the backend. Any thoughts?

    - Thanks
    Okay. I have modified the line 556 (SQL) at "\includes\modules\order_total\ot_giftcard.php" to
    Code:
    $giftcard_query = "update " . TABLE_GIFTCARDS . " set giftcard_balance = '" . $new_giftcard_amount . "',sale_order='".(int)$insert_id."' where giftcard_code = '" . strval($giftcard_code) . "'";
    . It always adds the latest order-number the card was used against (its enough for me). Hope I am not breaking the code!!!

  5. #35
    Join Date
    May 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    I have installed the files. The module order total works and is installed for the giftcard. I am using most current version of Zencart. When I go to tools, giftcard manager, I get a blank page. it is mywebiste/adminame/zencart/giftcard_admin.php. Not sure what I am doing wrong. Thanks. Also is there a way for a customer to enter more than one gift card on one order.

  6. #36
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    Other than for people who are actually creating physical gift cards, is there any reason to use this mod instead of just the plain old built-in GV system? I'm not positive I get it.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #37
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    I have this installed. Works great! I do have a question, How can I prevent a customer using their card if the total amount that is suppose to be?

    For an example $25.00 gift card only for purchase of $150.00 or more. So if a customer purchase $50.00 they can't use the $25.00 Gift Card.

  8. #38
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    Can anyone help me in this area?

  9. #39
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Default Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    Greetings,

    Downloaded latest (DrByte - 16 Mar 2013 ) and testing on localhost using ZC 1.5.4.

    After initial install I went to the Tools -> Gift Card manager page and noticed that the top admin menus were not dropping down on mouse hover. Noticed that some code was missing in the giftcard_admin.php file. Below is the code I added to get it working.

    FIND IN YOUR_ADMIN/giftcard_admin.php
    Code:
    <script language="javascript" src="includes/general.js"></script>
    ADD AFTER
    Code:
    <script type="text/javascript">
      <!--
      function init()
      {
    	cssjsmenu('navbar');
    	if (document.getElementById)
    	{
    	  var kill = document.getElementById('hoverJS');
    	  kill.disabled = true;
    	}
      }
      // -->
    </script>
    FIND
    HTML Code:
    <body>
    REPLACE WITH
    HTML Code:
    <body onLoad="init()">
    How this helps others!
    Experience is what you get when you don’t get what you want…

  10. #40
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    help question Re: Your Store Gift Cards (plastic, etc) - anyone using this yet?

    Greetings,
    Hopefully folks are still watching this thread!

    Successfully installed on 1.5.4 (localhost) using default settings. After running some test orders, I don't see the gift card numbers, masked or unmasked, on the checkout page or admin order invoice as described in the giftcard_README.txt.

    4. Allows for masking of numbers on checkout pages and invoices
    5. Allows for displaying any number of digits (not just 4) in masks

    Does anyone know if this part is working?

    Thanks
    Experience is what you get when you don’t get what you want…

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. EZ Populate not working yet
    By I wish I could in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 24 Mar 2011, 03:09 PM
  2. Not a Zen user yet - couple questions: How user friendly? UPS & Paypal etc
    By eseesnad in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Aug 2009, 08:31 PM
  3. Selling Plastic Gift Certificates
    By vandahm in forum General Questions
    Replies: 3
    Last Post: 17 Jan 2007, 09:13 PM
  4. HOW TO set up Gift Wrapping for your store
    By swguy in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 12 Dec 2006, 11:19 AM

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