Search:

Type: Posts; User: lat9

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds; generated 46 minute(s) ago.

  1. Replies
    2,833
    Views
    391,036

    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.
  2. Replies
    2,833
    Views
    391,036

    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.
  3. Replies
    2,833
    Views
    391,036

    v155 Re: One-Page Checkout [Support Thread]

    Looks like you've got multiple versions of jQuery 3.7.1 loaded.
  4. Replies
    2,833
    Views
    391,036

    v155 Re: One-Page Checkout [Support Thread]

    Check your browser's "Console Logs", there might be multiple versions of jQuery being loaded.
  5. Replies
    2,833
    Views
    391,036

    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.
  6. Replies
    1,314
    Views
    280,650

    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.
  7. 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...
  8. Thread: Lots of log files

    by lat9
    Replies
    6
    Views
    74

    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...
  9. Replies
    3
    Views
    63

    Re: Image generation Windows App

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

    :thumbsup:
  11. 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...
  12. Replies
    1,314
    Views
    280,650

    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);
  13. Replies
    1,314
    Views
    280,650

    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.
  14. 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...
  15. Replies
    1,314
    Views
    280,650

    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'?
  16. 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.
  17. Replies
    1,314
    Views
    280,650

    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?
  18. Replies
    2
    Views
    85

    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...
  19. Replies
    1,314
    Views
    280,650

    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....
  20. Replies
    49
    Views
    3,097

    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...
  21. Replies
    49
    Views
    3,097

    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.
  22. 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.
  23. Replies
    19
    Views
    476

    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.
  24. Replies
    725
    Views
    199,762

    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...
  25. Replies
    1,314
    Views
    280,650

    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:

    ...
  26. Replies
    1,314
    Views
    280,650

    v155 Re: ZCA Bootstrap Template

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

    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.
  28. Replies
    19
    Views
    476

    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...
  29. Replies
    19
    Views
    476

    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?
  30. Replies
    16
    Views
    377

    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...
  31. Replies
    19
    Views
    476

    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...
  32. Replies
    16
    Views
    377

    v157 Re: Product update notification issue

    Yep and yep.
  33. Replies
    16
    Views
    377

    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...
  34. Replies
    16
    Views
    377

    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"?
  35. Replies
    16
    Views
    377

    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...
  36. Replies
    5
    Views
    165

    v200 Re: dragable_categories support thread

    Developer trick: Since the admin/includes/extra_datafiles/*.php files are loaded prior to the database initialization, you could create a teeny .php file there for testing to override that setting:...
  37. Replies
    9
    Views
    196

    v200 Re: Plugin path for icons

    Hmm, the as-shipped /zc_plugins/.htaccess provides access for various image files:


    #
    # @copyright Copyright 2003-2022 Zen Cart Development Team
    # @license...
  38. Replies
    2,833
    Views
    391,036

    v155 Re: One-Page Checkout [Support Thread]

    That is an issue with the Japanese language-pack then; I suggest reporting in that plugin's support-thread.
  39. Re: Pulling in front end classes into admin for plugins

    That class is not "normally" used on the admin-side, so unless you have multiple plugins that might be installed and all need that class you should be OK.

    For multiple plugins that "might" be...
  40. v200 Re: Possible Bug

    How about the sites' /includes/functions/functions_products.php. For the zc200 release, lines 838-849 contain


    /**
    * Check if a product in the catalogue has a special price defined or not.
    *...
  41. Re: Corrupted path when searching for plugin css/js files

    Point taken. I'll need to review that method's usage as it might make the overall implementation more complex to save a teeny bit of I/O.
  42. Replies
    9
    Views
    196

    v200 Re: Plugin path for icons

    Hmm, good point on the file-system vs. web path. Perhaps


    $gif_file_web_path = str_replace(DIR_FS_CATALOG, '', $plugin_admin_root) . 'images/mygiffilename.gif';
  43. Replies
    4
    Views
    129

    v157 Re: Create ezPages for another language

    Let's go back to basics. In what manner was the additional language added?

    When you "Insert" a new language via the admin's Localization :: Languages, any EZ-Pages along with other...
  44. Re: Corrupted path when searching for plugin css/js files

    It looks like the /javascript sub-directory is located at v1.0.0/admin/javascript instead of /v1.0.0/admin/includes/javascript. Was that intentional?
  45. Replies
    9
    Views
    196

    v200 Re: Plugin path for icons

    I'm just trying to figure out what you are trying to accomplish.

    If you're "in the observer" in the admin, the admin-root directory of your encapsulated plugin can be found by

    ...
  46. Thread: Sales report 2.0

    by lat9
    Replies
    864
    Views
    208,090

    Re: Sales report 2.0

    Oops! Sorry about that user-interface change and thanks for reporting back your findings.
  47. Re: Corrupted path when searching for plugin css/js files

    @DrByte is requesting that you post the section of your code that is performing that /javascript file load or to post a screenshot of the directory structure of your PhoneSystem plugin (including...
  48. Replies
    2,833
    Views
    391,036

    v155 Re: One-Page Checkout [Support Thread]

    The entry_telephone field is not in the as-shipped Zen Cart address_book table. Any idea where that field's presence comes from?
  49. Thread: Sales report 2.0

    by lat9
    Replies
    864
    Views
    208,090

    Re: Sales report 2.0

    That looks like a "partial white-page", implying that there might be a PHP log indicating what the underlying issue is.
  50. Replies
    92
    Views
    9,656

    Re: PayPal RESTful API Payment Module

    My bad. Since you're using the Bootstrap template, copy the paypalr_bootstrap.css file and make the changes there.
Results 1 to 50 of 498
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR