Search:

Type: Posts; User: paulm

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    125
    Views
    25,371

    Re: Admin Notes Advanced

    Nice to see this add on still is being used!

    A bit unfortunate I never got to optimize the layout and some other details, but all in all still happy with the result :smile:
  2. Re: Shopping cart Subtotal not equal Checkout Subtotal (rounding error)

    I just applied the changes to includes/classes/order.php and includes/classes/currencies.php as described in post #14 on a 1.5.5d store, and it looks like the rounding errors are fixed. I didn't...
  3. Replies
    125
    Views
    25,371

    Re: Admin Notes Advanced

    Should be the admin/notes.php file of course.
  4. Replies
    125
    Views
    25,371

    Re: Admin Notes Advanced

    To prevent the following from appearing in your error log:

    Change (in admin/note.php, 2x):

    $insert_id = mysql_insert_id();
    To:

    $insert_id = $db->Insert_ID();
    (mysql_insert_id() is...
  5. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Thanks :smile:

    It appeared that the Litepaid module did not show some of the possible error messages, this was related to a bug in the API module. This bug has been fixed now, and a new version...
  6. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Here is an update for anyone that gets the "API CALL FAILED" error, or maybe even no response at all.

    Overwrite:

    includes\modules\payment\litepaid_api\litepaid_api.php

    with the one included...
  7. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    In the above case it appeared that some files where not copied to the correct location on the server.
  8. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Great, and thanks for the feedback! :smile:
  9. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    If this is the case: is it possible for you to set "allow_url_fopen = On" on the server? (ask your host if unsure). And to prevent issues like this I think the LitePaid API should be updated to use...
  10. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Please note the latest version is 1.1.0, better use that one only (link to the download in the OP of this thread).

    EDIT: I emailed Litepaid this latest version last week, but I see they still...
  11. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Hi Hans,

    it looks like they silently updated the API (a currency parameter is added to the API url), but I don't think that's the problem as everything still seems to work fine here.

    I guess...
  12. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    When I find a solution for non EUR as default currency shops, a new version will be uploaded to the add ons section.

    Meanwhile version 1.0.2 will be attached to this post and upgrading to version...
  13. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    @joyjoy: Did you try to change mysql_ to mysqli_? And did that change the error message?
  14. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    I that case I misunderstood. You could maybe take a look at the products description code and copy that to the sections you suggested? I would need to look closer into it to say something more...
  15. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    New version ready (to be uploaded soon)
    v1.0.2:
    - Added option to allow other currencies than EUR (beta!).
    - LitePaid testmode added.
    - Test IP-address added, to be able to hide the module in...
  16. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Since I did not expect non EUR payments to work well with Litepaid I build in basic protection against non EUR payments, and that is what you see now (I assume the selected currency was GPB). But...
  17. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    I would leave the first section alone, and try the following hack on the second:
    And document the changes...
  18. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Probably best to install the Litepaid module again and give it another shot (the problem with the payment modules not showing up appeared to be a fatal error, NOT related to the Litepaid module).
  19. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    Bit of an old post, I know, but good to see this add on is still being used and appreciated! :smile:
    (although I can't look at the code now without heavy blushing...)
  20. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    From the top of my head I think "DIR_WS_IMAGES . 'medium/' . $cats[$cat_index][$prod_index]['products_image']" outputs the full path to the image including the filename and extension. To change...
  21. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Most likely one or more files are copied to a wrong location anyway, but if you removed all files it really should work again. Usually checking the server error log is a quick way to track such...
  22. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Safe to use bitcoins on google?? I don't understand the question.

    And yes, you can exchange bitcoins to "normal money", but if you prefer to receive EUR (in stead of the currency the orders are...
  23. v153 Re: Litepaid cryptocurrency payment module [SUPPORT]

    Download
  24. v153 Litepaid cryptocurrency payment module [SUPPORT]

    This is the support thread for the LitePaid payment module for Zen Cart 1.5.x

    Payment provider LitePaid allows you to accept Bitcoin, and lots of other digital currencies, as payment. You can...
  25. Replies
    0
    Views
    819

    iDeal Advanced SEPA [Support thread]

    Support thread for the iDEAL Advanced SEPA payment module.

    This the Advanced version of the iDEAL payment method as described here.

    Please note that I am currently working on another payment...
  26. v151 Re: Intermittent error: "missing file" query_factory.php

    Thanks for the reply.

    I now remember seeing this line was added to the top application_top.php:

    apc_delete_file('/domains/website.nl/public_html/includes/classes/db/mysql/query_factory.php'); ...
  27. v151 Intermittent error: "missing file" query_factory.php

    Occasionally (varying from a couple of times a day to once in a couple of days) I see the following error in the log (both catalog and admin side):


    As far as I know the site (usually) works...
  28. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Meanwhile, if you don't want to remove the box yet, it might be wise to suspend the cache refresh:


    define('TWITTER_BOX_CACHED_CACHE_DURATION', 60*60*24*365*1000);...
  29. Replies
    125
    Views
    25,371

    Re: Admin Notes Advanced

    It's been a while since you posted this, but do you still have an update planned? I currently don't have the time to work on the mod myself, but I would surely be interested in your improvements!
  30. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Thanks for the update, I didn't know that (as I don't follow the Twitter API development). It looks like, with the 1.1 API, authentication is required even to simply get status updates :wacko:

    I...
  31. v151 View Post

    Hi Lewisasding,

    the sql adds the configuration settings of the script to the database, several of these settings can be used to drill down the data display. Note that the data is not generated by...
  32. Replies
    285
    Views
    47,241

    Re: BackUp ZC [Support Thread]

    It appears that in my case using "Download Archive" "No" doesn't work (also checked the suggested server settings but they appeared to be ok), probably due to the server mod_fcgid settings. But...
  33. Replies
    285
    Views
    47,241

    Re: BackUp ZC [Support Thread]

    Hi Skip, thanks for this great mod. I do have an issue when using it though (similar or the same as mentioned above?).

    Depending on my selection some backups succeed and some don't. Whenever I try...
  34. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Hi Landron,

    I assume you somehow installed an old version, the links don't look like "twitter.com/OnlineWineSale/statuses/" in the latest version. Also the problem appears to be solved, so I guess...
  35. v151 Re: CHARSET and charsetClean (potential bug?)

    Thanks for the reply.

    And your suggestion looks good, I will use it for the Twitter sidebox add on :smile:
  36. v151 [Done v1.6.0] CHARSET and charsetClean (potential bug?)

    Maybe not a bug as such, because it looks like this function is not currently used by the Zen Cart core or any other code. I just happened to notice it when I was checking how Zen Cart handles...
  37. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Hi patsky, sorry for the late reply and thanks for posting you fix.

    My guess is that your character set is set to UTF-8 i.s.o. utf-8, or maybe a different encoding is being used which can't be...
  38. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    I see tweets on your site, so I assume it was just the cache that wasn't refreshed yet?

    @bcolby99: please be more specific about what's unclear about the installation instructions.
  39. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Normally it should refresh itself every 20 minutes (you can edit this value in the config file). But if you want a new tweet to appear right away you can manually refresh.
  40. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Maybe I should document the cache feature better? I just manually refreshed your cache (by adding ?refresh_twitter_cache to the url) and I see a tweet :-)
  41. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    New version attached to this post (will be moved to the Zen Cart Plugins section later).

    New in this version (quote from the readme):
  42. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Today I noticed some connection errors are not handled correctly by the mod (which might explain some of the reported incidental problems), and also found a fix for it.

    I hope I will find the time...
  43. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Well, it is correct that it takes a while before the first tweets show, that indicates that the cache works. You can speed that up if you like by refreshing the cache manually by adding...
  44. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Did you already apply the fix? (previous page, post #39)

    (EDIT: the sidebox, including the fix, still works as usual here)
  45. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Great! Thanks soki!

    Applied the change, refreshed the cache, and it works again :clap:
  46. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Stopped here too :ohmy:


    The cache file shows:

    <?xml version="1.0" encoding="UTF-8"?>
    <errors>
    <error code="34">Sorry, that page does not exist</error>
    </errors>
  47. Replies
    125
    Views
    25,371

    Re: Admin Notes Advanced

    The readme apparently should be corrected. It should say notes_install.sql where it says notes.sql. And notes_menu_add.sql was only needed for an in between version, so this can be ignored and should...
  48. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    Are you using the version from this thread? (1.10) Of the one from the downloads section? (1.03)
  49. Replies
    70
    Views
    31,930

    Re: Twitter sidebox Cached

    I am not sure, but it seems that the twitter service is regularly down and responds with invalid xml then, maybe this problem is related (of course when the service is down the the cache should be...
  50. Replies
    724
    Views
    198,753

    Re: Printable Price list :: support thread

    I think the confusion is that the version number of the Pricelist happens to be 1.50.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR