Search:

Type: Posts; User: swguy

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: Flat Rate Clone and other plugins not yet configured for 2.0

    Delete the old flatClone.php in includes/languages/english/modules/shipping *and* includes/languages/english/modules/shipping/YOUR_TEMPLATE.

    Then use the new plugin I uploaded, which does not...
  2. Replies
    57
    Views
    5,145

    Sticky: v158 Re: FedEx Shipping using REST API

    Grab the latest update; this issue is fixed.
  3. Re: Flat Rate Clone and other plugins not yet configured for 2.0

    OK this module has been updated.

    https://www.zen-cart.com/downloads.php?do=file&id=628
  4. v158 Re: How to display categories under a manufacturer

    I think what he really wants is dynamic filtering. Perhaps some nice person will add this to Zen Cart 2.1.
  5. Re: Flat Rate Clone and other plugins not yet configured for 2.0

    But you might want to start with a fresh copy of flat rate and build the clone from that because you need PHP8 syntax fixes, no dynamic declaration of variables, etc.
  6. Replies
    4
    Views
    667

    Sticky: Re: Known Bugs in 2.0.0

    If you have more than 20 coupons, clicking on a coupon on page 2 or beyond can cause a blank infoBox and the wrong coupons on the page.

    Fix: https://github.com/zencart/zencart/pull/6438/files
  7. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    > I think it would be useful to put a link in the instructions that I referenced above to dbltoe's reply above.

    @dbltoe is responsible for much of our latest installation documentation, in the...
  8. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    This is a much more complete and up to date guide:

    https://docs.zen-cart.com/user/upgrading/upgrading/
  9. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    > Yes, but I am following the very specific instructions at https://docs.zen-cart.com/release/2....how_to_upgrade.

    Thank you for bringing this to my attention, no you're not reading it wrong;...
  10. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    > But I copy the old store files to the new folder and then copy 2.0.0 files on top of that. All the old bits still hang around.

    Don't do that. Start with 2.0.0 and add in updated versions of...
  11. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    > Yes, I definitely want this cleaned up.

    This might be more trouble than it's worth. You can check each mod for uninstall instructions. You may have to install a mod to run the uninstaller if...
  12. Replies
    25
    Views
    293

    Re: Customizations Questions during upgrade

    > Will they cause issues if those plugins are not installed?

    No. You may want to delete them just to clean things up, but there's no real harm in leaving them there.
  13. Replies
    1,284
    Views
    277,405

    v155 Re: ZCA Bootstrap Template

    Works like a champ!
  14. Replies
    1,284
    Views
    277,405

    v155 Re: ZCA Bootstrap Template

    Version 3.4.0 (and perhaps earlier) has a small bug that the checkbox for "conditions" created in includes/templates/bootstrap/templates/tpl_checkout_payment_default.php doesn't include the...
  15. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    > c) Why would an image-file's name end with a single-quote (')?

    It doesn't but the end quote in the function call is somehow converted to %27 when the page is rendered. I think this is a bug in...
  16. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    I'm primarily interested in (b)

    b) Display additional images as full size images just like the main image

    I have received a few inquiries about this and haven't figured out how to tweak it.
  17. v157 Re: Add previously purged shipping locations adds empty lines

    > I purged all countries but one manually via the admin.

    This is a better way:

    https://docs.zen-cart.com/user/admin_pages/locations/countries/#disablingenabling-countries
  18. Replies
    3
    Views
    170

    Re: Recommended charset for DB utf8 or utf8mb4

    > I was doing the same thing yesterday and found that utf8mb4 is the recommended in the installation documents.

    Correct.
  19. Replies
    0
    Views
    295

    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...
  20. 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...
  21. 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...
  22. Replies
    5
    Views
    130

    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.
  23. Replies
    13
    Views
    538

    Re: Opaya PI (formerly sagepay) Integration woes

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

    v156 Re: Customer Tax Exempt v2 - Support Thread

    Great stuff! A very valuable addition to Zen Cart.
  25. Replies
    5
    Views
    130

    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
  26. Replies
    3
    Views
    120

    v158 Re: Cannot get admin reset email

    https://docs.zen-cart.com/user/troubleshooting/reset_admin_password/
  27. Replies
    6
    Views
    227

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

    v158 Re: PHP Warning: Undefined variable

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

    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
  30. Replies
    47
    Views
    11,898

    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.
  31. Replies
    47
    Views
    11,898

    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.)
  32. Replies
    6
    Views
    227

    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.
  33. Replies
    6
    Views
    227

    v157 Re: Admin Reporting Function

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

    Re: Save For Later Support Thread

    Knock yourself out! Glad it's working for you.
  35. 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...
  36. Replies
    4
    Views
    667

    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
  37. Replies
    7
    Views
    232

    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.
  38. Replies
    1,284
    Views
    277,405

    v155 Re: ZCA Bootstrap Template

    Glad to hear you are having success!
  39. Replies
    1,284
    Views
    277,405

    v155 Re: ZCA Bootstrap Template

    Yes - "limited to color codes" would have been better. Fixed.
  40. Replies
    1,284
    Views
    277,405

    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:
    ...
  41. 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 ?? ''));
  42. v158 Re: Discount Coupon Includes Shipping in Discount

    Admin > Modules > Order Total > Coupons > Edit
    Include shipping = false.
  43. 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.
  44. Replies
    10
    Views
    282

    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...
  45. Replies
    10
    Views
    282

    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/
  46. Replies
    3
    Views
    197

    Re: PHP Warning: Undefined array key 0

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

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

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