Search:

Type: Posts; User: swguy

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    84

    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/
  2. Replies
    2
    Views
    314

    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
  3. Replies
    2
    Views
    72

    Re: possible 2.0 bug in new products

    Thanks Melanie.

    https://github.com/zencart/zencart/issues/6398
  4. Replies
    12
    Views
    1,193

    v157 Re: Beautiful Templates

    This is some FAQ level explaining. Thanks guys.
  5. Replies
    2
    Views
    72

    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.
  6. 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.
  7. 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...
  8. Replies
    17
    Views
    11,444

    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:...
  9. Replies
    378
    Views
    37,685

    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 ...
  10. 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);...
  11. Replies
    4
    Views
    95

    v2.0.0 Re: How to change colors.

    Admittedly, when you gotta, you gotta.
  12. Replies
    55
    Views
    4,719

    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.
  13. 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.
  14. Replies
    55
    Views
    4,719

    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.
  15. Replies
    21
    Views
    1,074

    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.
  16. 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:
    ...
  17. 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.
  18. 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/
  19. Replies
    4
    Views
    103

    v157 Re: Admin Home Link Won't Load

    See if this helps:

    https://www.zen-cart.com/showthread.php?229771-IntlDateFormatter-php-issue
  20. 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?
  21. Replies
    7
    Views
    236

    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.
  22. Replies
    1
    Views
    1,075

    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:...
  23. Replies
    2
    Views
    314

    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.
  24. Replies
    22
    Views
    8,019

    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".
  25. Replies
    10
    Views
    214

    Re: Customer address data security patch

    How to check your ZenCart version:

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

    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.
  27. Replies
    10
    Views
    214

    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.
  28. Replies
    4
    Views
    133

    v157 Re: Changing the admin folder name problem

    Excellent catch @lat9! I will update the documentation with this reminder.
  29. 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?
  30. Replies
    22
    Views
    8,019

    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
  31. Replies
    16
    Views
    13,785

    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
  32. 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
  33. Replies
    2,791
    Views
    381,921

    v155 Re: One-Page Checkout [Support Thread]

    OK I have:

    2.3.7
    2.4.3
    2.4.5
    2.4.6
  34. Replies
    41
    Views
    5,092

    v154 Re: Common Email Styling [Support Thread]

    I updated the plugin description to indicate this.
  35. Replies
    2,791
    Views
    381,921

    v155 Re: One-Page Checkout [Support Thread]

    Great news!
  36. Replies
    625
    Views
    53,712

    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:
    ...
  37. Replies
    2,791
    Views
    381,921

    v155 Re: One-Page Checkout [Support Thread]

    First!

    Zen Cart 1.5.6c/PHP 7.3/OPC 2.2.2.
  38. Replies
    208
    Views
    53,743

    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.
  39. 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:
    ...
  40. Replies
    72
    Views
    49,214

    v154 Re: Order Comments Status/Update Boilerplate

    I will update this for PHP8 soon.
  41. 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.
  42. 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 ...
  43. Replies
    21
    Views
    1,074

    v2.0.0 Re: Discount coupon value

    +1. Thank you @pilou2 for your contributions.
  44. 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.
  45. Thread: Admin Overrides

    by swguy
    Replies
    10
    Views
    383

    v158 Re: Admin Overrides

    The priority in admin is that you be able to extend or add functionality without modifying *code* files. Not language files; those are easy and fast to diff and patch.
  46. Thread: Admin Overrides

    by swguy
    Replies
    10
    Views
    383

    v158 Re: Admin Overrides

    > This not in the docs?

    It's really not supported. There are sneaky tricks you can use but they might not work in all cases.

    Just update the admin language files in place and do a diff when...
  47. Thread: Sidebox issue

    by swguy
    Replies
    13
    Views
    290

    Re: Sidebox issue

    I *highly* encourage you to have a developer (*) review this template against the list of recommended template fixes in

    https://docs.zen-cart.com/user/template/template_changes/

    The...
  48. Replies
    7
    Views
    1,141

    v157 Re: Braintree now wants SecurityMetrics tests

    You have to purchase the updated Square module from the developer. See:

    https://docs.zen-cart.com/user/payment/square/#square-webpay
  49. Replies
    7
    Views
    1,141

    v157 Re: Braintree now wants SecurityMetrics tests

    PayPal and Square insulate you from this grief (at least for the time being). Good luck.
  50. Replies
    11
    Views
    237

    Re: Opaya PI (formerly sagepay) Integration woes

    Take a look at the Square module - they had to deal with this issue too.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR