Search:

Type: Posts; User: edadk

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    610
    Views
    52,822

    v157 Re: Square WebPay support thread.

    Thanks very much for your efforts to look into this, much appreciated.

    If it happens again, I'll try to get additional info from the customer about what they were buying, and what they saw when...
  2. Replies
    610
    Views
    52,822

    v157 Re: Square WebPay support thread.

    I do not have any active coupons. I have a couple of downloadable products, but not something that usually sells. I got several detailed error messages about "Pan Failure" from what you did on the...
  3. Replies
    610
    Views
    52,822

    v157 Re: Square WebPay support thread.

    Standard checkout flow. Msg sent with website.
    thanks,
    Ed
  4. Replies
    610
    Views
    52,822

    v157 Re: Square WebPay support thread.

    Upgraded my Square module to the WebPay module last week, was working great, taking charges with no issue.

    Today I got a debug file with this at the end:
    PHP Notice: missing token result: check...
  5. Replies
    749
    Views
    260,928

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    The upgrade instructions for the Square plugin contain 4 steps. After those 4 steps, is the upgrade complete or do I have to continue with the configuration options, or will those settings remain in...
  6. Replies
    2
    Views
    360

    v156 Re: v1.56 and php7.4?

    Thanks for the quick reply, Scott.

    Looks like it's back to php as cgi for a while.
  7. Replies
    2
    Views
    360

    v156 v1.56 and php7.4?

    I'm currently running 1.56c and just got a notice that my server will be upgraded to php 7.4 from 7.3.

    Is 1.56c compatible with php 7.4?

    thanks.
  8. Re: Undefined Constant - gift certificate checkout

    Thank you for the quick reply. I will make the string wrapping changes.

    I also see that there's change to a line in the function apply_credit() , should I also make that change also or is that...
  9. Undefined Constant - gift certificate checkout

    V156c
    php 7.2x
    mysql 5.7

    Received this warning when a customer tried to use a gift certificate. Customer could not tell me how it happened, and I have been unable to reproduce this with a...
  10. Replies
    6
    Views
    10,348

    Re: Checkout success array error

    I've now implemented those changes. It took a while since testing required checking out.

    Thanks for the update.
  11. Replies
    6
    Views
    10,348

    Re: Checkout success array error

    Ok, so would it be correct to make this change a few lines above the problem line:

    change from this:

    $flag_global_notifications = $global->fields['global_product_notifications'];

    if...
  12. Replies
    6
    Views
    10,348

    Checkout success array error

    v156c
    php 5.7x
    mysql 7.2

    Debug log:

    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in...
  13. Replies
    4
    Views
    524

    Re: external calls to jquery.com

    Thanks for the replies and info. It just seemed like executing code from another site could be a potential source of trouble.
  14. Replies
    4
    Views
    524

    external calls to jquery.com

    zc156c
    php7.2x
    mysql5.7x

    Unless I'm mistaken, it appears that both the front end and the admin side make calls to jquery.com .

    If this is happening, can it be prevented by adding some...
  15. v156 Re: ADMIN_NAME_MINIMUM_LENGTH missing from Admin Minimum Values

    Tried to add this to my test site, but it already exists in my 156c installation, which was an upgrade from 139h.
  16. Replies
    749
    Views
    260,928

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    When receiving payments via Square, the credit card owner line is blank on the order details screen. Also, when viewing the transaction on Square, the credit card owner line is also blank. Is this...
  17. v156 Re: Square Payment Processing: myDEBUG file generated

    Received an order today with no warnings, so that change works.

    Thanks very much.
  18. v156 Re: Square Payment Processing: myDEBUG file generated

    Thank you for the reply.

    I will try the first code block and report any change.

    The line 954 error came up during a refund. Previously, a similar error that referenced line 354 came after a...
  19. v156 Re: Square Payment Processing: myDEBUG file generated

    Not sure if this belongs here or if it should be in the Square support thread -

    I've added the define for $errors_object per your suggestion, but am still getting warnings for orders and refunds. ...
  20. Re: Using date picker in featured and special pages

    Ok, now I see. I was fooled by the larger bold left arrow and X on the right side, didn't notice the smaller <>'s.

    Thanks for pointing that out.
  21. Using date picker in featured and special pages

    v156c
    php7.2
    mysql 5.7

    When using the date picker on the Specials or Featured screen, the arrow to advance the calendar to the next month is missing and is replaced with an X, which closed the...
  22. Replies
    2
    Views
    342

    Re: Searching orders for product name

    Thank you. That fixed if for me.
  23. Re: zencart down! after upgrading database to 5.7

    I saw another message that mentioned a date of 0000-00-00 and that it needed to be changed for more recent versions of mysql. I think the fix was to change it to 0001-01-01 , but I don't know if...
  24. Replies
    2
    Views
    342

    Searching orders for product name

    php7.2
    zencart 1.56c
    mysql 5.7x

    Not sure if this is a bug or by design -

    When using the product search box to search through orders, results are only returned if the searched word or phrase...
  25. Thread: tab titles

    by edadk
    Replies
    1
    Views
    2,461

    Re: tab titles

    Found it in the init_includes on the admin side. My tabs now just show the page name.
  26. Thread: tab titles

    by edadk
    Replies
    1
    Views
    2,461

    tab titles

    The page titles that now appear on admin page tabs have the following format:

    admin-store name-page name

    I'd like to get rid of the first 2 portions of this so that the tab only reads the name...
  27. Re: Dropdown customer list goes to end on Gift Certificate Send screen

    Thank you, that works for me.
    Ed
  28. Dropdown customer list goes to end on Gift Certificate Send screen

    v156b
    php7.2
    mysql 5.7

    When sending a gift certificate, the dropdown for the list of customers is defaulting to the last customer (last name begins with "Z") instead of defaulting to the first...
  29. Replies
    2
    Views
    1,372

    Re: undefined constant in usps module

    Thank you for the fast response. Fix applied.
  30. Replies
    2
    Views
    1,372

    undefined constant in usps module

    Not sure if this belongs here or in the shipping module section.

    Running 1.56b, received this warning/error:


    [12-Aug-2019 10:44:32 America/New_York] Request URI:...
  31. Replies
    1
    Views
    170

    Admin directory protection

    In the past, I have always used an .htaccess password to protect my admin directory.

    After updating to 1.56b, I am no longer able to utilize this feature.

    This code in admin/.htaccess:


    #...
  32. Replies
    1
    Views
    294

    Cents in Minimum Order Amount being ignored

    Only the dollar amount of a configured "minimum order amount" is being used to screen orders.

    For example, set a minimum order amount of $9.95, customers can check out with a cart value of $9.00....
  33. Customer Summary Box showing first order instead of last order

    In v1.56b -

    When viewing customer information by highlighting a specific customer in the customer list, the line that indicates Last Order and the Date of that order is incorrect. It is showing...
  34. Replies
    32
    Views
    16,712

    v155 Re: Spam - fake customers

    Found the email send in modules/create_account. I've disabled that for the moment. New customers will not get a welcome email but that will work for now.
  35. Replies
    32
    Views
    16,712

    v155 Re: Spam - fake customers

    Can anyone tell me where the line of code is that sends email when an account is created, I can't find it.
  36. Replies
    5
    Views
    530

    v139h Re: TLS and 1.39 and authorize.net

    Actually, my host has been very accommodating. They have somehow set my dedicated server up in an emulated environment that allow me to continue to run my version while the actual server is running...
  37. Replies
    5
    Views
    530

    v139h Re: TLS and 1.39 and authorize.net

    I understand that I am out of date, but lots of customization and lack of huge amounts of money to have someone do the upgrades preclude that.

    My authorize net files are updated for the changes...
  38. Replies
    5
    Views
    530

    v139h TLS and 1.39 and authorize.net

    I'm running 1.39h and my server is up to date re tls.

    Do I need to make any changes/updates to my authorize.net module going forward?

    thanks,
    Ed
  39. Replies
    5
    Views
    1,108

    v139h Re: USPS Post office rate problems today?

    Ok, thanks, just wanted to make sure it wasn't something on my end.

    Ed
  40. Replies
    5
    Views
    1,108

    v139h USPS Post office rate problems today?

    Hi,

    I'm having a lot of trouble getting domestic postal rates today using the latest USPS shipping module. International rates are coming up ok, but for the last few hours domestic shipping rate...
  41. Replies
    29
    Views
    7,617

    Re: checking out with gift certificate

    I may have found an issue with this, not sure if it's just my setup or if others can reproduce this.

    If you have a valid gift certificate code and enter it in the discount code box instead of in...
  42. Replies
    29
    Views
    7,617

    Re: checking out with gift certificate

    Lanbo,

    Many thanks, this seems to be working perfectly. This solves a problem that has existed for my customers for a long time!

    Ed
  43. Replies
    15
    Views
    3,414

    v150 Re: Will USPS module be OK? (Jan. 2013)

    It appears to be working fine for me on 1.39h with limited testing :)

    Ed
  44. Replies
    29
    Views
    7,617

    Re: checking out with gift certificate

    If a customer redeems a gift certificate during the checkout process, I'd like ZenCart to assume that the customer intends to actually use the gift certificate right now.

    I would like it to...
  45. Re: Urgent gift certificate issue, not ZenCart related

    Yes, that customer id belongs to us, so that worked out ok.

    Everything seems to be back to normal now, aside from the couple of new entries in the gv list. Just a couple :)

    Looks like I'll be...
  46. Re: Urgent gift certificate issue, not ZenCart related

    I think I'm back in business. My store seems ok now, just have to deal with the fallout of all those messages.

    I just sent another $100 on top of my previous donations.

    Many thanks,

    Ed
  47. Re: Urgent gift certificate issue, not ZenCart related

    Alright, I changed the admin ip address and left the other 2 fields.

    I then ran the file and preliminary results seem to show that you've solved the problem.

    Hugs and another $100 are on the...
  48. Re: Urgent gift certificate issue, not ZenCart related

    I'll try that but I have a question. Do I need to edit the info in the 3 fields that are in the above code for admin ip, customer id, and fake order id?
  49. Re: Urgent gift certificate issue, not ZenCart related

    Ok, the file must have timed out because the number stopped rising.

    However, I can still successfully redeem gift certificates that are marked as N in the Active field so I still have a big...
  50. Re: Urgent gift certificate issue, not ZenCart related

    I put the store in maintenance mode and the number of gv's sent stopped rising at about 7,000 as soon as took the store down. But I have over 10,000 customers, so I think that as soon as I put the...
Results 1 to 50 of 191
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR