Search:

Type: Posts; User: swguy

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds; generated 23 minute(s) ago.

  1. Replies
    10
    Views
    71

    v152 Re: Error establishing a database connection

    These two files are under the root level of your cart installation.

    https://docs.zen-cart.com/user/miscellaneous/configure/
  2. Replies
    3
    Views
    38

    Re: PHP Warning: Undefined array key 0

    PR https://github.com/zencart/zencart/pull/6404
  3. Replies
    3
    Views
    38

    Re: PHP Warning: Undefined array key 0

    Change Admin > Configuration > My Store > Server Uptime to false (or ask your sysadmin / hoster to install the uptime command) . I'll put in a fix so this doesn't log.
  4. Re: Testing v2.0.0 Upgrade - Issues / Errors When Loading Order Details

    PR https://github.com/zencart/zencart/pull/6403
  5. Re: Testing v2.0.0 Upgrade - Issues / Errors When Loading Order Details

    @WayneStephens you will likely run into others, but now you know the drill for fixing them. Would you please do a quick report when you encounter these issues on this thread so we can be sure to get...
  6. Re: Testing v2.0.0 Upgrade - Issues / Errors When Loading Order Details

    for the first one, would you please edit admin/includes/functions/general.php line 720 and remove the double quotes - change

    language_id = "'
    to
    language_id = '

    and change

    '" ORDER BY...
  7. Replies
    3
    Views
    97

    v2.0.0 Re: bug or intention?

    It would be a big help if you updated the documentation:

    https://docs.zen-cart.com/user/images/popups/
  8. Replies
    2
    Views
    339

    Re: Known Bugs in 2.0.0

    New Products page does not show new products no matter how Admin > Configuration > Maximum Values > "New Product Listing - Limited to ..." is set.

    Fix:
    https://github.com/zencart/zencart/pull/6399
  9. Replies
    2
    Views
    75

    Re: possible 2.0 bug in new products

    Thanks Melanie.

    https://github.com/zencart/zencart/issues/6398
  10. Replies
    12
    Views
    1,205

    v157 Re: Beautiful Templates

    This is some FAQ level explaining. Thanks guys.
  11. Replies
    2
    Views
    75

    Re: possible 2.0 bug in new products

    Yep, something's wrong. And it looks like we should really remove zen_get_products_new_timelimit(), since we aren't using it anymore.
    Would you please create an issue in Github? Thanks.
  12. v158 Re: How to remove the bar from the bottom of the store.

    You could modify includes/templates/responsive_classic/common/tpl_footer.php and remove that block (it's lines 25-36). Or you could change your css to not display that block.
  13. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    IH 5.3.1 on ZC 1.5.7. Can I

    a) Disable the image (additional replaces main on hover).
    b) Display additional images as full size images just like the main image
    c) Fix the issue where a...
  14. Replies
    17
    Views
    11,454

    v156 Re: Customer Tax Exempt v2 - Support Thread

    Seems like the case NOTIFY_ADMIN_CUSTOMERS_CUSTOMER_EDIT in admin/includes/classes/observers/CustomerTaxExemptAdminObserver.php also needs to return fieldname or you get

    --> PHP Warning:...
  15. Replies
    378
    Views
    37,697

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

    A password with an embedded ampersand causes the latest USPS to choke - the error response is

    80040B19 - XML Syntax Error: Please check the XML request to see if it can be parsed.(B)

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

    The old UPS API had a way to look up tracking numbers based on the order ID that a shipper used:

    $tracking = new Ups\Tracking($accessKey, $userId, $password);...
  17. Replies
    4
    Views
    95

    v2.0.0 Re: How to change colors.

    Admittedly, when you gotta, you gotta.
  18. Replies
    55
    Views
    4,721

    Sticky: v158 Re: FedEx Shipping using REST API

    version 1.3.1 released - version 1.3 was accidentally built from the wrong files; please re-download if you downloaded it this morning.
  19. Replies
    4
    Views
    95

    v2.0.0 Re: How to change colors.

    If you switch to the Bootstrap template:
    https://docs.zen-cart.com/user/template/bootstrap/

    Color changing is built into your admin. So no file changing required.
  20. Replies
    55
    Views
    4,721

    Sticky: v158 Re: FedEx Shipping using REST API

    Version 1.3 released; fixes Saturday delivery issue.
    Note that you must have "Show Estimated Transit Time" setting in the config to "True" to do Saturday Delivery.
  21. Replies
    21
    Views
    1,078

    v2.0.0 Re: Discount coupon value

    Please proceed! There's always another release around the corner. We appreciate the hard work you have put into fixing this problem.
  22. v151 Re: How Can I Find/EditDelete a Catalog item by using the only ID#?

    No need to go to intermediate versions. Doing it like this works like a charm, and is especially recommended for very old versions like yours:
    ...
  23. v151 Re: How Can I Find/EditDelete a Catalog item by using the only ID#?

    If you upgrade, this is allowed in newer versions (as far back as 1.5.8 I believe). Certainly in 2.0.0.
  24. v156 Re: I have noticed lots of connections from places in HK , russia and singapore and t

    Other options:
    https://docs.zen-cart.com/user/troubleshooting/blocking_attacks/
  25. Replies
    4
    Views
    107

    v157 Re: Admin Home Link Won't Load

    See if this helps:

    https://www.zen-cart.com/showthread.php?229771-IntlDateFormatter-php-issue
  26. Re: Cannot Download v2.0.0 - Microsoft malware blocking it

    Would you please try deleting the commented out lines of code - lines 23-33 and 36, 39, 44, and see if that makes a difference?
  27. Replies
    7
    Views
    243

    v157 Re: Possible hacking attempt alert

    Yes, it means your site was attacked. Go ahead and do what it says and install the updated database.php file patch and you'll be protected.
  28. Replies
    1
    Views
    1,243

    Sticky: Zen Cart 2.0.0 Released

    We are pleased to announce the release of Zen Cart v2.0.0!

    Download available here: https://github.com/zencart/zencart/releases/

    Minimum Requirements:...
  29. Replies
    2
    Views
    339

    Known Bugs in 2.0.0

    Confirmed bug reports and fixes for v2.0.0 will be posted here by the project maintainers.

    As we find issues, we will fix them in Github for delivery in the next update to 2.0.0.
  30. Replies
    22
    Views
    8,029

    Sticky: v158 Re: Known bugs (and fixes) for v1.5.8 series

    Bugs from post #19 to post #22 are fixed in the updated version of the 1.5.8a zip file called "zencart-1.5.8a-patched-2024-04-05".
  31. Replies
    10
    Views
    218

    Re: Customer address data security patch

    How to check your ZenCart version:

    https://docs.zen-cart.com/user/first_steps/version/
  32. Replies
    55
    Views
    4,721

    Sticky: v158 Re: FedEx Shipping using REST API

    You have to set the "Show Estimated Transit Time" setting in the config to "True" to see this data.
  33. Replies
    10
    Views
    218

    Re: Customer address data security patch

    There should be a file called `includes/functions/database.php` starting from the root of your shop. This is not under the admin, this is a storefront file.
  34. Replies
    4
    Views
    137

    v157 Re: Changing the admin folder name problem

    Excellent catch @lat9! I will update the documentation with this reminder.
  35. v158 Re: Products Price Manager discounts aren't working on multiple attributes even thoug

    Looks like this was an error that happened during the consolidation of common functions between storefront and admin. Would you please create a 2.0 PR?
  36. Replies
    22
    Views
    8,029

    Sticky: v158 Re: Known bugs (and fixes) for v1.5.8 series

    All users of 1.5.8/1.5.8a should install the Address Security patch:

    https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series
  37. Replies
    16
    Views
    13,791

    Sticky: v157 Re: 157: Malformed value for session-based shipping module

    All users of 1.5.7/1.5.7a/1.5.7b/1.5.7c/1.5.7d should install the Address Security patch:

    https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series
  38. Sticky: Re: Security patch for Zen Cart v1.5.7-series and v1.5.8-series

    If you are running Email Archive Manager, you will also want to install this update ASAP:

    Email Archive Mgr:
    https://www.zen-cart.com/downloads.php?do=file&id=101
  39. Replies
    2,791
    Views
    381,977

    v155 Re: One-Page Checkout [Support Thread]

    OK I have:

    2.3.7
    2.4.3
    2.4.5
    2.4.6
  40. Replies
    41
    Views
    5,102

    v154 Re: Common Email Styling [Support Thread]

    I updated the plugin description to indicate this.
  41. Replies
    2,791
    Views
    381,977

    v155 Re: One-Page Checkout [Support Thread]

    Great news!
  42. Replies
    625
    Views
    53,752

    v157 Re: Square WebPay support thread.

    > I am working on getting up to 7.4. MY other site (on same server) throws a tantrum when any higher than 7.3

    Instructions for running multiple versions of PHP on a server:
    ...
  43. Replies
    2,791
    Views
    381,977

    v155 Re: One-Page Checkout [Support Thread]

    First!

    Zen Cart 1.5.6c/PHP 7.3/OPC 2.2.2.
  44. Replies
    208
    Views
    53,745

    Re: Email Archive Manager 2.0 for Zen Cart 1.57c

    Version 3 of Email Archive Manager has been submitted to the plugins area and is now available. This version contains various security enhancements to the plugin.
  45. Re: Upgrade from v1.5.6c to v1.5.8a issue with admin login after database upgrade

    This is wrong:

    define('HTTP_CATALOG_SERVER', 'https://<webaddressforshop>com.au/shop3/');
    define('HTTPS_CATALOG_SERVER', 'https://<webaddressforshop>.com.au/shop3');

    You want instead:
    ...
  46. Replies
    72
    Views
    49,231

    v154 Re: Order Comments Status/Update Boilerplate

    I will update this for PHP8 soon.
  47. v157 Re: how can I remove the 'more info' line in product listing?

    If you want to compress the rows more so they're skinnier, I would try this:

    - show Weight and Stock on the same line
    - reduce spacing under Price
    - remove Date Added.
  48. v157 Re: how can I remove the 'more info' line in product listing?

    The easiest way would be to simply not display the description.

    Set Display Product Description to 0 on the New/Featured/All Listing pages ...
  49. Replies
    21
    Views
    1,078

    v2.0.0 Re: Discount coupon value

    +1. Thank you @pilou2 for your contributions.
  50. v155 Re: Payment Module Fee (or Discount) - Order Total Module [Support]

    Change the (int) casts in the process() function to (float) casts and it should work.

    @OldNGrey, this change should be made to the official version.
Results 1 to 50 of 488
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR