Search:

Type: Posts; User: lat9

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1,240
    Views
    272,257

    v155 Re: ZCA Bootstrap Template

    A link to an example of what you're looking for would be appreciated.
  2. Replies
    79
    Views
    65,972

    v153 Re: jQuery Scrolling Sideboxes [Support Thread]

    I dunno, haven't tried. When you're viewing the site, press your browser's F12 (in Windows or the equivalent for your OS) to view the Developers' Tools. Click the "Console" tab to see if there are...
  3. Thread: Odd MySQL Error.

    by lat9
    Replies
    10
    Views
    319

    Re: Odd MySQL Error.

    Yep, good call. I was looking at a zc158a database.
  4. Replies
    4
    Views
    81

    Re: Complex Attributes

    Both of those option-values need to be associated with the same option-name.
  5. Thread: ZipShip Issue

    by lat9
    Replies
    2
    Views
    60

    Re: ZipShip Issue

    ZipShip's support thread is here: https://www.zen-cart.com/showthread.php?221303-ZipShip-Support-Thread

    I'm quite puzzled as to how you can receive the error that you're getting, since...
  6. Replies
    79
    Views
    65,972

    v153 Re: jQuery Scrolling Sideboxes [Support Thread]

    I see no reason why these sideboxes should not work on zc200's responsive_classic template or a clone thereof.
  7. Thread: Odd MySQL Error.

    by lat9
    Replies
    10
    Views
    319

    Re: Odd MySQL Error.

    Yep, I've seen that too on my XAMPP installation when MySQL isn't shut down properly. Any tables that are of Type InnoDB are easily corrupted and show "In use" in their Collation column when viewing...
  8. v158 Re: How to remove the bar from the bottom of the store.

    A link to the site in question?
  9. Replies
    7
    Views
    102

    v2.0.0 Re: Layout Boxes Misaligned

    GitHub issue created: https://github.com/zencart/zencart/issues/6397
  10. Replies
    7
    Views
    102

    v2.0.0 Re: Layout Boxes Misaligned

    It's /includes/templates/template_default/templates/tpl_modules_upcoming_products.php. Change this section


    <fieldset>
    <legend><?php echo TABLE_HEADING_UPCOMING_PRODUCTS; ?></legend>
    <table...
  11. Replies
    17
    Views
    11,449

    v156 Re: Customer Tax Exempt v2 - Support Thread

    GitHub issue created: https://github.com/lat9/customer_tax_exempt_2/issues/5
  12. Replies
    17
    Views
    11,449

    v156 Re: Customer Tax Exempt v2 - Support Thread

    Doesn't a tax-exemption need to be associated with a company?
  13. Replies
    378
    Views
    37,692

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    GitHub issue created: https://github.com/lat9/usps/issues/44
  14. v157 Re: Remove Attribute Price from Product Listing

    Hopefully, you commented that line out in your active template's override of that module, i.e. /includes/modules/{your-template}/attributes.php.
  15. Replies
    7
    Views
    102

    v2.0.0 Re: Layout Boxes Misaligned

    It's difficult to tell what's going on without a link to the site; is one available? If it's a site under construction and you don't (yet) want it to be quickly found by search engines, specific the...
  16. v2.0.0 Re: How to disable the dropdown countries in registration?

    That one's not quite as easy. While customers could still create accounts using addresses in one of those states, you could create a Shipping Zone for the "Lower 48 states" so that customers can...
  17. v2.0.0 Re: How to disable the dropdown countries in registration?

    Just disable all countries except for the US. The dropdown (with only one selection) will be presented.

    In your admin's Tools :: Install SQL Patches, enter

    UPDATE countries SET `status` = 0...
  18. Replies
    1,786
    Views
    246,999

    v150 Re: Edit Orders v4.0 Support Thread

    EO's notifiers issued are fairly well documented: https://github.com/lat9/edit_orders/wiki/Notifications-Issued-by-Edit-Orders
  19. Replies
    1,240
    Views
    272,257

    v155 Re: ZCA Bootstrap Template

    My bad, added post zc158a, present in zc200. So, yes you do need that definition.
  20. v2.0.0 Re: PHP error with langauge french in zca_bootstrap_colors

    Never mind; your admin is set to use french, but the zca_bootstrap_colors' tool's languages don't exist in that language.
  21. v2.0.0 Re: PHP error with langauge french in zca_bootstrap_colors

    What page does that PHP error log reference?
  22. Replies
    1,240
    Views
    272,257

    v155 Re: ZCA Bootstrap Template

    Yes, that was introduced post-zc158 release.
  23. Re: Cannot Download v2.0.0 - Microsoft malware blocking it

    Thanks for the update, Delia.
  24. Replies
    984
    Views
    213,654

    Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    After a quick review of the code, I don't see anything that would prohibit v4.0.1's use on zc158/zc200. Give it a whirl and report back any issues.
  25. Re: Cannot Download v2.0.0 - Microsoft malware blocking it

    ... and what is the first?
  26. Re: Cannot Download v2.0.0 - Microsoft malware blocking it

    Holy crow! Talk about a false-positive! Thanks for sussing this out, @simon1066!
  27. Replies
    984
    Views
    213,654

    Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Nope, but I'll put it on my list of stuff to check. No guaranteed timeframe, though.
  28. Re: Issues with Custom Payment Module Retrieving Latest Order ID for Webhook

    The actual orders_id isn't generated and available to the payment module until the module's after_order_create method is called with that just-created order-id.
  29. Replies
    4
    Views
    105

    v157 Re: Admin Home Link Won't Load

    That looks correct. For a server-500 error, there's a /logs/myDebug-adm-{date/time information}.log file waiting to tell you/us what's going on.

    Note the the log will contain you admin...
  30. v158 Re: ERROR 10002.... help please !

    PayPal Express has no interaction with PayPala RESTful; they're totally separate payment modules. However, you should use one or the other.
  31. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    That comment was referring to the Zen Cart 2.0.0-rc2 release (https://github.com/zencart/zencart); IH v5.4.3 is what I've validated on that forthcoming release.
  32. Re: Upgrade from v1.5.6c to v1.5.8a issue with admin login after database upgrade

    I think your problem started here:



    I'm guessing that however you did that initial importing failed to create various "keys" in the database and, apparently, various fields' defaults. When you...
  33. Replies
    7
    Views
    237

    v157 Re: Possible hacking attempt alert

    See this thread: https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series

    It's a real hacking attempt.
  34. Replies
    45
    Views
    2,026

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

    v1.0.2 of Google Product Search Feeder II is available for download: https://www.zen-cart.com/downloads.php?do=file&id=2379

    This release contains changes associated with these GitHub issues:

    ...
  35. Replies
    10
    Views
    215

    Re: Customer address data security patch

    Are you sure you're running on zc158a? That release (a) has /includes/functions/database.php and (b) does not have an admin/includes/functions/database.php.

    I'm having a hard time envisioning a...
  36. Replies
    2,791
    Views
    381,957

    v155 Re: One-Page Checkout [Support Thread]

    If you give me a clue as to what shipping/payment modules are in use, I can give you some suggestions. No guarantees, since you're running on a Zen Cart base that's coming up on 5 years old and an...
  37. Replies
    33
    Views
    6,669

    v158 Re: GA-4 Analytics [Support Thread]

    v1.2.4 of GA4 Analytics is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2368

    This release no longer includes blank categories' names in a product's...
  38. Replies
    4
    Views
    135

    v157 Re: Changing the admin folder name problem

    :thumbsup: Thanks, @swguy; I was just going to suggest that update!
  39. Replies
    4
    Views
    135

    v157 Re: Changing the admin folder name problem

    Are you using Ceon URI Mappings? If so, the site's .htaccess includes the admin-directory's name as one of the URLs to "leave alone" and that file needs to be updated, too.
  40. Replies
    10
    Views
    215

    Re: Customer address data security patch

    Note, too, that the checker-tool simply looks for any changes made by the SQL script and reports if any such changes were made.
  41. Replies
    10
    Views
    215

    Re: Customer address data security patch

    They're not removed to, as indicated, keep the audit-trail but also to keep the database-schema 'intact'.

    I'm guessing that the message you refer to is coming from the Install SQL Patches tool,...
  42. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    Tested w/ zc200-rc2 (plus changes as of this posting)!

    I suppose the IH installation should be one of the early ones to be installed post-zc_install/upgrade so that it can start "chewing" on the...
  43. v158 Re: Products Price Manager discounts aren't working on multiple attributes even thoug

    PR created: https://github.com/zencart/zencart/pull/6379
  44. Replies
    2,791
    Views
    381,957

    v155 Re: One-Page Checkout [Support Thread]

    ... and that patch can be provided by the security update just posted here: https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series
  45. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Yep, https://www.zen-cart.com/downloads.php?do=file&id=2375
  46. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    ... and the OPC version v2.5.1, containing these changes, is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095
  47. Replies
    41
    Views
    5,100

    v154 Re: Common Email Styling [Support Thread]

    Not needed; it's been in-core since v1.5.5.
  48. Replies
    2,791
    Views
    381,957

    v155 Re: One-Page Checkout [Support Thread]

    After review of the changes required, only sites running zc157/158 with OPC require patching!
  49. Replies
    2,791
    Views
    381,957

    v155 Re: One-Page Checkout [Support Thread]

    v2.5.1 of One-Page Checkout is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

    This release contains changes associated with these GitHub issues:

    #408:...
  50. Re: Upgrade from v1.5.6c to v1.5.8a issue with admin login after database upgrade

    This doesn't look right, either. Those statements aren't part of a 'standard' admin configure.php file. I'd remove them or comment them out.

    define('SESSION_WRITE_DIRECTORY',...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR