Search:

Type: Posts; User: swguy

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    17

    Releases 2.0.1 and 2.1.0

    You can track the changes which are targeted for the next two releases by looking at the Work in Progress page:

    https://docs.zen-cart.com/release/work_in_progress

    2.0.1 will be a patch release...
  2. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    > We are using Shipworks software and we import order details from the website. When we create the shipping labels for new orders, shipworks will automatically put the order number as the reference...
  3. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    This is a weird situation that might be worth documenting on

    https://github.com/lat9/upsoauth/wiki/Creating-Your-OAuth-Client-ID-and-Client-Secret

    below "associate an existing account or...
  4. Replies
    4
    Views
    62

    Re: Quantity discount between different items

    Better Together Admin is no longer supported. But you can write code to configure Better Together; the documentation has some examples.
  5. Replies
    13
    Views
    364

    Re: Opaya PI (formerly sagepay) Integration woes

    Thank you! This will be useful for UK users.
  6. Replies
    19
    Views
    11,687

    v156 Re: Customer Tax Exempt v2 - Support Thread

    Great stuff! A very valuable addition to Zen Cart.
  7. Replies
    4
    Views
    62

    Re: Quantity discount between different items

    The Quantity Discounts plugin allows you to do this sort of thing.

    https://www.zen-cart.com/downloads.php?do=file&id=135
  8. Replies
    3
    Views
    70

    v158 Re: Cannot get admin reset email

    https://docs.zen-cart.com/user/troubleshooting/reset_admin_password/
  9. Replies
    5
    Views
    108

    v157 Re: Admin Reporting Function

    Haven't seen this before but I suspect it's fixed in a newer version; you are two versions back from current.
  10. Replies
    7
    Views
    493

    v158 Re: PHP Warning: Undefined variable

    Use 2.0 for bug fixes. (Core committers will merge it into master after updating 2.0.)
  11. Replies
    7
    Views
    493

    v158 Re: PHP Warning: Undefined variable

    Please open a PR and change this check from

    $address_arr == FALSE

    to

    empty($address_arr)

    includes/modules/payment/paypalwpp.php line 1740
  12. Replies
    47
    Views
    11,820

    v156 Re: Delete Spam Customers

    You'll need to use regular expressions and the syntax is different for different versions of mysql. Use phpMyAdmin to figure out a syntax that works with your version.
  13. Replies
    47
    Views
    11,820

    v156 Re: Delete Spam Customers

    use the Fake Google accounts query and change

    entry_company = 'google'

    to

    entry_postcode = 'YeHsaInklb'

    (and change the query name too.)
  14. Replies
    5
    Views
    108

    v157 Re: Admin Reporting Function

    For a CSV Export, you could use https://www.zen-cart.com/downloads.php?do=file&id=2326
    then in Excel just sort by quantity in stock.
  15. Replies
    5
    Views
    108

    v157 Re: Admin Reporting Function

    Did you mean Admin > Reports > Products Low Stock?
  16. Replies
    211
    Views
    48,112

    Re: Save For Later Support Thread

    Knock yourself out! Glad it's working for you.
  17. Re: Could not update to version 1.5.2. We detect that you currently have v1.5.0, and

    You're going to have to fix up those tables by hand. Not sure what happened to them.
    Refer to the 1.5.0 schema and make sure they match. Download a copy of 1.5.0 and refer to...
  18. Replies
    3
    Views
    520

    Sticky: Re: Known Bugs in 2.0.0

    In cart check $_SESSION['cart']->in_cart_check() fails to work.

    Fix: https://github.com/zencart/zencart/pull/6407
  19. Replies
    4
    Views
    150

    v154 Re: Migrating From Zen Cart to SHopify

    There's a service that does stuff like this - search for "Cart 2 Cart Migration"

    no spaces between first three words.
  20. Replies
    1,257
    Views
    274,306

    v155 Re: ZCA Bootstrap Template

    Glad to hear you are having success!
  21. Replies
    1,257
    Views
    274,306

    v155 Re: ZCA Bootstrap Template

    Yes - "limited to color codes" would have been better. Fixed.
  22. Replies
    1,257
    Views
    274,306

    v155 Re: ZCA Bootstrap Template

    This might help. I wanted to do this for the sidebox and centerbox headers as well as the top nav, so I edited includes/templates/bootstrap/css/site_specific_styles.php and added:
    ...
  23. v2.0.0 Re: Shipstation no longer working after upgrading to 2.0

    Change line 42 from

    $Result = str_replace($FindStr, $NewStr, $Value);

    to

    $Result = str_replace($FindStr, $NewStr, ($Value ?? ''));
  24. v158 Re: Discount Coupon Includes Shipping in Discount

    Admin > Modules > Order Total > Coupons > Edit
    Include shipping = false.
  25. Re: Testing v2.0.0 Upgrade - Issues / Errors When Loading Order Details

    LOL @lat9 has found a bunch already. Watch the issue I linked earlier for more updates.
  26. Replies
    10
    Views
    206

    v152 Re: Error establishing a database connection

    Yes. Open file manager, then go to the public_html folder. They will be under there. If your cart URL is like "mysite.com", they will likely be directly under that folder. If your cart URL is...
  27. Replies
    10
    Views
    206

    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/
  28. Replies
    3
    Views
    138

    Re: PHP Warning: Undefined array key 0

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

    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.
  30. Re: Testing v2.0.0 Upgrade - Issues / Errors When Loading Order Details

    PR https://github.com/zencart/zencart/pull/6403
  31. 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...
  32. 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...
  33. Replies
    3
    Views
    157

    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/
  34. Replies
    3
    Views
    520

    Sticky: 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
  35. Replies
    2
    Views
    137

    Re: possible 2.0 bug in new products

    Thanks Melanie.

    https://github.com/zencart/zencart/issues/6398
  36. Replies
    12
    Views
    1,284

    v157 Re: Beautiful Templates

    This is some FAQ level explaining. Thanks guys.
  37. Replies
    2
    Views
    137

    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.
  38. 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.
  39. 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...
  40. Replies
    19
    Views
    11,687

    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:...
  41. Replies
    378
    Views
    38,017

    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 ...
  42. 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);...
  43. Replies
    4
    Views
    146

    v2.0.0 Re: How to change colors.

    Admittedly, when you gotta, you gotta.
  44. Replies
    55
    Views
    4,972

    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.
  45. Replies
    4
    Views
    146

    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.
  46. Replies
    55
    Views
    4,972

    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.
  47. Replies
    21
    Views
    1,231

    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.
  48. 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:
    ...
  49. 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.
  50. 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/
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR