Search:

Type: Posts; User: swguy

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    727
    Views
    199,901

    Re: Printable Price list :: zc158

    A nice refresh for one of our earlier plugins! Thank you @lat9.
  2. Replies
    67
    Views
    5,755

    Sticky: v158 Re: FedEx Shipping using REST API

    You are right - the old one had features the new one doesn't have.
  3. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    You can try to update your old language packs or rebuild them from the /english/ versions.

    https://docs.zen-cart.com//dev/languages/creating_a_language_pack/
  4. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    Be sure it's in

    includes/languages/YOURLANGUAGE/lang.header.php

    and/or

    includes/languages/YOURLANGUAGE/YOURTEMPLATE/lang.header.php
  5. Replies
    67
    Views
    5,755

    Sticky: v158 Re: FedEx Shipping using REST API

    Correct, this is for order total free shipping.

    The behavior you are described is part of Zen Cart; you'd have to write custom code to disable it.
  6. Replies
    67
    Views
    5,755

    Sticky: v158 Re: FedEx Shipping using REST API

    Would this work for your store?

    https://docs.zen-cart.com/user/shipping/free_shipping/#how-can-i-allow-free-shipping-but-still-show-other-shipping-options-as-choices
  7. Replies
    698
    Views
    171,397

    Re: Better Together Contribution Support Thread

    It's a database setting. You probably have to remove and re-install under Admin > Modules > Order Total.
  8. v156 Re: Authorize.net API with Card on File transactions support thread...

    This could just be client confusion - thanks for checking into it.
  9. Re: Upgrading from v1.5.5 to 2.0.1 - store pages come up with error 500, Admin workin

    Is this define in

    includes/languages/english/YOURTEMPLATE/lang.header.php
  10. Replies
    6
    Views
    162

    Re: Image generation Windows App

    We really can't allow the distribution of Windows .exe files either on the forum or in the Plugins library.
  11. Replies
    118
    Views
    26,153

    Re: Map Version 1.1

    You're right, @lat9. It looks as though both of those files are from Github on the master branch (i.e. unreleased version 2.1.0).
  12. v156 Re: Authorize.net API with Card on File transactions support thread...

    Does this module have some sort of BNPL (buy now pay later) functionality?
  13. Replies
    118
    Views
    26,153

    Re: Map Version 1.1

    This define should be in admin/includes/languages/english/lang.product.php.
    Check that you haven't overwritten that file with an older copy.
  14. Re: Logs from a Payment Method not even installed

    Here's a specific example I recently debugged. A customer was complaining that even though wholesale pricing was in 2.0.0, it wasn't showing up.

    I thought, ok, maybe the configuration flag...
  15. Re: Logs from a Payment Method not even installed

    I specifically told you not to do this!

    https://www.zen-cart.com/showthread.php?230105-Customizations-Questions-during-upgrade&p=1400726#post1400726

    Start with the new release.
    Add your...
  16. Re: Logs from a Payment Method not even installed

    That file should not be in your installation.

    If you installed *on top of* an old installation, you will have to review the "Changed Files" documents and delete all the files that were deleted...
  17. Replies
    6
    Views
    158

    v157 Re: Lots of log files

    This is a plugin that needs to be updated.

    Post to
    https://www.zen-cart.com/showthread.php?218702-Search-Prioritize-Matching-Names-Support-Thread/

    The update is quite straightforward. In...
  18. Replies
    21
    Views
    939

    v158 Re: Problem with Product Images

    Added to the docs. Great job team! A very subtle and tricky situation now resolved.
  19. Re: Extra Fields for Customer Sign Up (Create Account) Page

    I have suggested that RoyalDave look into using the Observer Notifier feature in Zen Cart to build this plugin without needing to modify core code at all. If and when he does that, you'll be able to...
  20. v157 Re: Use of undefined constant - please help a novice

    Glad you had success with your fix!

    Remember there's a lightweight way to get you upgraded:
    https://docs.zen-cart.com/user/upgrading/db_only_upgrade/

    Then you can slowly and carefully...
  21. v158 Re: Trying to stop a person/company from accessing my website

    If you have a VPS you ought to have cpHulk or CSF or something. Call Dreamhost and complain.

    Worst case you can start using Cloudflare. https://docs.zen-cart.com/user/security/cloudflare/
  22. v158 Re: Trying to stop a person/company from accessing my website

    > I am also on dreamhost with a VPS.

    Can you not use cpHulk?
    https://docs.zen-cart.com/user/troubleshooting/blocking_attacks/#config-server-firewall-csf-and-cphulk
  23. Replies
    1,315
    Views
    281,384

    v155 Re: ZCA Bootstrap Template

    > What metrics drives the number of displayed columns and why are my images not matching?

    Possibly helpful:
    https://docs.zen-cart.com//user/template/listing_columns/#fluid-mode-in-bootstrap
  24. v158 Re: payment module and am having issues with getting any sort of information from the

    Try removing the clone files and see if that fixes it.

    Review https://docs.zen-cart.com/dev/code/modules/clone_payment/
  25. v158 Re: payment module and am having issues with getting any sort of information from the

    What exactly is happening? I interpreted your original post to mean "Going to admin > modules > payment" gives a white screen.

    What are your symptoms?
  26. v158 Re: payment module and am having issues with getting any sort of information from the

    You likely have debug logs in your /logs folder that need to be fixed.
  27. Re: Issue When Searching Customers From Orders Page

    TY. Will investigate ASAP.

    https://github.com/zencart/zencart/issues/6468
  28. v156 Re: Authorize.net API with Card on File transactions support thread...

    In the constructor, after setting sort_order and enabled, you should do a check:

    if (null === $this->sort_order) return;

    otherwise you get a bunch of logs for undefined constants. ...
  29. Re: Issue When Searching Customers From Orders Page

    Wayne, would you please create an issue on Github about this? I have seen it too occasionally but I haven't been able to chase it down.

    https://github.com/zencart/zencart/issues
  30. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    > Now is it recomended to skip ZC 1.5.8 and upgrade straight to ZC 2.01 from ZC1.5.7d?

    Yes.
  31. Re: Extra Fields for Customer Sign Up (Create Account) Page

    I'm guessing that in the old installation, you edited includes/functions/functions_email.php and changed function email_collect_extra_info() to account for these extra arguments.

    Rather than do...
  32. Replies
    5
    Views
    1,057

    Sticky: Re: Known Bugs in 2.0.0

    All of the preceding bugs have been fixed in Zen Cart 2.0.1. See

    https://www.zen-cart.com/showthread.php?230139-Zen-Cart-2-0-1-Released
  33. Replies
    0
    Views
    1,014

    Sticky: Zen Cart 2.0.1 Released

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

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

    Minimum Requirements:...
  34. Replies
    16
    Views
    394

    v157 Re: Product update notification issue

    @lat9 is going to give you a SQL command that requires on you knowing this piece of information.
  35. Replies
    16
    Views
    394

    v157 Re: Product update notification issue

    Just to be sure, because I have been tripped up in this very area:

    The first command (Download Expiration = 0) changes *future purchases* to have unlimited downloads.

    The second command...
  36. Replies
    16
    Views
    394

    v157 Re: Product update notification issue

    Bear in mind that if they have signed up for notifications, even though they have not YET purchased, you could consider them likely future purchasers.
  37. Replies
    662
    Views
    197,144

    Re: Recover Cart

    Updated to use new language files.
  38. Replies
    662
    Views
    197,144

    Re: Recover Cart

    I have some fixes that I will get in ASAP.
  39. v157 Re: importing data base error and general question about zen

    > And, as to growth, take a look at https://docs.zen-cart.com/user/about_us/whats_new/. That's very encouraging to me.

    EVERY MONTH something is happening. You probably know that but many people...
  40. v157 Re: importing data base error and general question about zen

    Rather than trying to boil the ocean, just hire a developer for your site. The last person to update the MAP plugin is a working developer who would likely be happy to work for you if you were...
  41. v200 Re: Misplaced tag in tpl_product_info_display.php

    Would you please PR this fix? Thanks.
  42. Re: Extra Fields for Customer Sign Up (Create Account) Page

    We are always looking for developers who would be willing to adopt orphaned plugins.

    https://docs.zen-cart.com/dev/plugins/adoption/

    It's a great way to help support the project.
  43. v200 Re: What is the process of adding a new composer plugin

    > Wouldn't it be better to do this inside the laravel directory so that all the composer elements are together and managed together through one auto load.

    You asked me how to do this, and I told...
  44. v200 Re: What is the process of adding a new composer plugin

    Running

    composer install

    from the top of your cart hierarchy will create a vendor folder.

    Then you can use

    require DIR_FS_CATALOG . 'vendor/autoload.php';
  45. v200 Re: Possible Bug

    You may want to double check all your files in that case to make sure you have the final 2.0.0 fileset.
  46. v157 Re: importing data base error and general question about zen

    > The MAP mod was taken over from the original presenter.

    MAP is also just much less common than it once was. I don't have any clients who use it, and I doubt @lat9 does either, or it would have...
  47. v157 Re: importing data base error and general question about zen

    > The Flate Rate Clone was updated on the 10th of May to include compliance with 2.0.0. If you are using any mod with a support thread, make sure you are subscribed to that thread. It's automatic if...
  48. v200 Re: Possible Bug

    I'm stumped. Copy product with product type 1 works for me in ZC 2.0.0/PHP8.3. Let's see if someone else can reproduce it.
  49. v200 Re: Possible Bug

    You should have a file

    admin/includes/init_includes/init_general_funcs.php

    that contains:

    require DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'functions_products.php';
  50. Re: Flat Rate Clone and other plugins not yet configured for 2.0

    Yep, I fat-fingered it. Try again, it has been fixed.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR