Search:

Type: Posts; User: lat9

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    94
    Views
    9,915

    Re: PayPal RESTful API Payment Module

    No longer beta; make sure you get the updates for v1.0.2 of the payment module. This thread's been pretty quiet for a while.
  2. v157 Re: Is there any way to allow customers to search their orders?

    Nothing currently, but that's a good idea. I've opened a discussion regarding that feature here: https://github.com/zencart/zencart/discussions/6513
  3. Re: Images with additional images when set as large medium

    In general, the quickest-path-to-success in keeping your image-management to a minimum and have the speed benefit of loading the smaller images in various views would be to use Image Handler.
  4. Thread: Sales report 2.0

    by lat9
    Replies
    865
    Views
    208,556

    Re: Sales report 2.0

    v4.0.1 of the Sales Report is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=9

    This version corrects the HTML class name (see issue #44) for one of the report's...
  5. Replies
    727
    Views
    200,006

    Re: Printable Price list :: zc158

    Printable Price List, v4.0.0, is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=173

    This version is released as a Zen Cart encapsulated plugin.

    It's been...
  6. v139h Re: Is there a way to get PayPal Guest Checkout back?

    Zen Cart has no control over PayPal's policies. What I remember regarding PayPal's guest-checkout is that they'll allow a customer (whether email-address or IP-address or both) some number of...
  7. Re: MySQL error 1060 encountered during zc_install - Duplicate column name 'logmessag

    Did you use the zc_install process to perform that upgrade?
  8. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    I've opened a GitHub issue (https://github.com/zencart/zencart/issues/6507) to track the correction.
  9. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    The Finnish (https://www.zen-cart.com/downloads.php?do=file&id=242) language-pack hasn't been updated since zc157 and I'm not finding any publication of an Estonian language-pack in the Zen Cart...
  10. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    What are the other two non-Engish languages?
  11. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    That define is present in includes/languages/english/lang.header.php in Zen Cart 2.0.1's distribution. It shouldn't matter whether/not the define is present in a template override.
  12. v201 Re: How to override/modify an encapsulated Plugin

    Note that template-overrides for a zc_plugin's storefront language /extra_definitions require this Zen Cart PR which will be part of v2.1.0: https://github.com/zencart/zencart/pull/6493
  13. Replies
    118
    Views
    26,189

    Re: Map Version 1.1

    Line 300 of the as-distributed /admin/includes/modules/collect_info.php reads


    <label class="radio-inline"><?php echo zen_draw_radio_field('products_virtual', '0', ($pInfo->products_virtual...
  14. v201 Re: How to override/modify an encapsulated Plugin

    I'm not understanding the question, could you provide a few more specifics?
  15. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    Nice one; thanks for reporting back!
  16. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    Is the site publicly available? If so, shoot me the link via PM.

    Those additional jQuery scripts are loaded (and required by) OPC.
  17. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    In your current template's /common/html_header.php. If you use your browser's "Inspect" feature and then look in the <head>, you'll likely see two <script> tags loading version 3.7.1 of jQuery.
  18. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    Looks like you've got multiple versions of jQuery 3.7.1 loaded.
  19. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    Check your browser's "Console Logs", there might be multiple versions of jQuery being loaded.
  20. Replies
    2,836
    Views
    391,808

    v155 Re: One-Page Checkout [Support Thread]

    That link requires me to login to something I don't have credentials for. Check the OPC settings for payment methods allowed for guest checkout, as a guess.
  21. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    Good idea, Jeff. I've created this (https://github.com/lat9/ZCA-Bootstrap-Template/issues/391) GitHub issue to track that update.
  22. v154 Re: Search: Prioritize Matching Names [Support Thread]

    v1.0.1 of "Prioritize Matching Names" is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2038

    This release contains changes associated with the following GitHub...
  23. Thread: Lots of log files

    by lat9
    Replies
    6
    Views
    174

    v157 Re: Lots of log files

    That'll work, but I'll be changing Prioritize Matching Names (https://www.zen-cart.com/downloads.php?do=file&id=2038) to

    class zcObserverPrioritizeSearchMatchInName extends base {
    protected...
  24. Replies
    6
    Views
    184

    Re: Image generation Windows App

    Alternately, you could install Image Handler 5: https://www.zen-cart.com/downloads.php?do=file&id=2169
  25. v157 Re: log file is filling up with myDEBUG...warning and deprecated logs

    :thumbsup:
  26. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    v1.3.5 of UPS/OAuth-RESTful is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release removes the string type-hints from the API class' function, enabling...
  27. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    Those Dutch locale definitions should use underscores (_) not hyphens (-):


    global $locales;
    $locales = ['nl_NL', 'nl_NL.utf8','nl'];
    @setlocale(LC_TIME, $locales);
  28. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    Dave, if the site's publicly accessible, send me a PM with the link so I can "see" for myself, please.
  29. v158 Re: How to display categories under a manufacturer

    FWIW, I took a look at the current Zen Cart plugin (and associated GitHub) version which was last updated for zc154. It'll take a fair amount of unraveling (since I don't have any means to install a...
  30. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    I'm not sure I understand the issue, Dave. What, exactly, is the "hover background" that displays and won't go away? Are you talking about the overall 'offcanvas menu'?
  31. v158 Re: payment module and am having issues with getting any sort of information from the

    When I need to clear the session variables for a Zen Cart site, I use the browser's "Developer Tools" (normally F12 on Windows), and then view the site's cookies and delete the associated zenid one.
  32. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    You control the size of images in product listings via Configuration :: Images :: Image - Product Listing Width/Height. The default is 100/80. Perhaps you've got the values set too high?
  33. Replies
    2
    Views
    103

    v156 Re: computer crash now having db issues

    You've installed some code that has added a field named ship_option to the database's orders table that doesn't have a default value (as the log indicates). Are you familiar with the use of your...
  34. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    Actually, it's not using strftime since you're running PHP 8.2 ... and that function's deprecated/removed.

    What language is the site using and what's that main language file's (e.g....
  35. Replies
    49
    Views
    3,133

    v158 Re: Google Product Search Feeder II [Support Thread]

    No clue, but you can backtrace the code prior to includes/classes/gpsfFeedGenerator.php(717) to see the function that's called to determine a product's category tree and compare between zc157c and...
  36. Replies
    49
    Views
    3,133

    v158 Re: Google Product Search Feeder II [Support Thread]

    Haven't seen that before, but it sure "sounds like" the master_categories_id of 1049 doesn't exist in the categories table.
  37. v158 Re: Multiple images not showing on my product page

    I'm hoping that you meant to say Image Handler 5, since IH-4 has not worked for many years.
  38. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    As indicated via that PM, a private link to a gzipped copy of the database will help me to figure out what the heck is going on.
  39. Replies
    727
    Views
    200,006

    Re: Printable Price list :: zc158

    I've got an 'encapsulated plugin' version of Printable Price List staged for release: https://github.com/lat9/printable_price_list/tree/4.0.0

    It requires Zen Cart 1.5.8a or later (i.e. 2.0.0 and...
  40. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    v3.7.0 of the ZCA Bootstrap Template is now available: https://www.zen-cart.com/downloads.php?do=file&id=2191

    This major release contains changes associated with the following GitHub issues:

    ...
  41. Replies
    1,315
    Views
    281,598

    v155 Re: ZCA Bootstrap Template

    That documentation is now available: https://github.com/lat9/ZCA-Bootstrap-Template/wiki/Configuring-Sidebox-and-Centerbox-Carousels
  42. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    Right, but are both databases being run under the exact-same code to produce those differing results? That's what I am trying to understand.
  43. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    OK, I'm running out of ideas here, but it's starting to sound like a .php file mismatch between the code that's running the updated database and the code that's running the new database.

    If both...
  44. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    Yep, that log's got no bearing on your issue. If you use your webhost's phpMyAdmin tool and inspect the `plugin_control` table, what do you see for the "DisplayLogs" entry?
  45. Replies
    16
    Views
    396

    v157 Re: Product update notification issue

    What's the customer's "customers_id"? You can find that by navigating to the admin's Customers :: Customers tool and then searching by email address. The "customers_id" displays in the ID field in...
  46. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    The template in use has no "play" in this issue, since Display Logs is an admin function.

    @celextel108, if you use your webhost's cPanel to view the site's /logs directory with the File Manager...
  47. Replies
    16
    Views
    396

    v157 Re: Product update notification issue

    Yep and yep.
  48. Replies
    16
    Views
    396

    v157 Re: Product update notification issue

    For "unlimited" downloads in the future
    - Set Configuration :: Attribute Settings :: Download Expiration (Number of Days) to 0

    To set all customers' downloads to have no restrictions, copy the...
  49. Replies
    16
    Views
    396

    v157 Re: Product update notification issue

    In what manner do you want to "reset" the downloads? Do you want to limit the future downloads to a number of days since purchase or do you want the downloads to be "perpetual"?
  50. Replies
    16
    Views
    396

    v157 Re: Product update notification issue

    Email notifications are sent to customers that have "opted in" to the receipt of those emails, so not everyone that purchased will receive it. Additionally, some who simply signed up for product...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR