Search:

Type: Posts; User: bigandrew

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1,786
    Views
    247,313

    v150 Re: Edit Orders v4.0 Support Thread

    Also, I'm getting this error at the same time as the previous one I posted.

    [22-Mar-2023 20:06:04 UTC] Request URI: /admin folder/, IP address: xx
    #1 trigger_error() called at...
  2. Replies
    1,786
    Views
    247,313

    v150 Re: Edit Orders v4.0 Support Thread

    I upgraded from EO 4.6.1 to 4.6.2, now I'm getting the error on my admin page "One or more notifiers (NOTIFY_ADMIN_ORDERS_SHOW_ORDER_DIFFERENCE), required for Edit Orders operation, are missing from...
  3. v157 Re: PDF Attachment in Product Description v2.2.0 for 1.5.7c [Support Thread]

    After installing this mod, I have the following error when trying to "copy" (create a duplicate) a product.

    WARNING: An Error occurred, please refresh the page and try again.If you were entering...
  4. v157 Re: PHP Warnings and Fatal errors after upgrading to PHP 8

    Thank you for this, I will take a look!!
  5. v157 Re: PHP Warnings and Fatal errors after upgrading to PHP 8

    Will do. As soon as I dropped down to 7.4, a customer submitted an order. Thanks!
  6. v157 Re: PHP Warnings and Fatal errors after upgrading to PHP 8

    Got it, thanks!!
  7. v157 Re: PHP Warnings and Fatal errors after upgrading to PHP 8

    Roger that, thank you!
  8. v157 Re: PHP Warnings and Fatal errors after upgrading to PHP 8

    Update: I'm using Ceon Manual Card 4.0.1 as well.

    When I downgrade to PHP 7.4, the checkout process works again. These are the only 2 errors that hit in the logs:

    [28-Jul-2021 17:50:25...
  9. v157 PHP Warnings and Fatal errors after upgrading to PHP 8

    I recently upgraded from 1.5.4 using PHP 5.6 to 1.5.7c, still using 5.6 for about a week. Everything was working fine until I upgraded to PHP 8.0.

    Payment modules stopped working, and customers...
  10. v157 Re: HTTP 500 on store page, log into admin just fine

    I re-downloaded the 1.5.7c zip file - and I'm not sure how this happened, but the index file is different than what I downloaded the other day. So long story short, whatever that index file was that...
  11. v157 Re: HTTP 500 on store page, log into admin just fine

    After re-installing this multiple times only to get the same error message, I thought why not replace this index.php file (v1.5.7c) with the one from my live site (1.5.5f). It worked, however, I'm...
  12. v157 Re: HTTP 500 on store page, log into admin just fine

    Results of the search:

    /home/andrewangelina/public_html/dragonqueenwinery.us/store_new/index.php

    Line #41 : require DIR_FS_INSTALL . DIR_WS_INSTALL_TEMPLATE . 'common/html_header.php';
    ...
  13. v157 Re: HTTP 500 on store page, log into admin just fine

    This is the original index.php file - unchanged:
    <?php
    /**
    * index.php -- This is the main controller file for the Zen Cart installer
    * @copyright Copyright 2003-2020 Zen Cart Development Team...
  14. v157 HTTP 500 on store page, log into admin just fine

    Just finished upgrading from 1.5.5f to 1.5.7c, followed directions exactly as they are written in the upgrade post.

    I can log into the admin just fine. Main store page (customer facing) will not...
  15. Replies
    9
    Views
    696

    v151 Re: Image distortion issue

    is there any way you could screenshot what you are seeing on the website? Also, what web browser are you using?

    Thank you!!!
  16. Replies
    9
    Views
    696

    v151 Re: Image distortion issue

    Hello all,

    I'm having a similar issue with the image displayed when "call for price" is activated. The image is distorted, blurry...The source image (which I changed to say "In Store Pickup Only,...
  17. Replies
    1,864
    Views
    406,008

    Re: Westminster New

    It is specifically related to this template only. I'm not getting a blank web page, the configuration options for the template are missing. Those options are usually inserted once a sql file is...
  18. Replies
    1,864
    Views
    406,008

    Re: Westminster New

    Hello all,

    Admin:Config:Westminster New Template Config has gone blank, I think I might have deleted something. Is there a way to reload the sql file for this? Where might that be?

    Thanks,...
  19. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Disregard, I found this in another post:

    " // disable only when entire cart is free shipping
    if (zen_get_shipping_enabled($this->code)) {
    $this->enabled =...
  20. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Hi, me again.
    I want to turn on Freeoptions for orders that total $100 or more. The issue is that I need to exclude certain items just like I did for the Flat Rate shipping module. I tried modifying...
  21. Replies
    5
    Views
    3,233

    v150 Re: How to disable group price if coupon used

    This doesn't seem to work for me, however, I have installed the Online Group Pricing mod. Is there a different file to update?

    Thanks,
    Andrew
  22. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Thanks!! Summary:

    I enabled flat rate shipping, excluded some items/categories (I chose based on weight, size, ect), so if those excluded items are added to the cart, the flat rate shipping...
  23. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Thanks!!
  24. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    1 last clarification: some of those product IDs that I'm using are actually category IDs. Can I just do this:

    $chk_cart += $_SESSION['cart']->in_cart_check('categories_id','96');

    Thanks,
    Andrew
  25. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    My coding error in the Flat Rate file was due to placing the edits too high in the file. I moved it to just behind the class methods and it worked. It just didn't look right when I placed it behind...
  26. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Not sure why the attachment has jibberish, however, I think I found my issue. testing now...
  27. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    [23-Oct-2015 15:48:38 America/New_York] PHP Parse error: syntax error, unexpected 'else' (T_ELSE) in .../store/includes/modules/shipping/flat.php on line 95
  28. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    I updated the Flat Rate and USPS and lost the shipping module in the admin, and those shipping options don't show at all on the site during checkout. It seems to be the Flat Rate file that makes the...
  29. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Correct. I would rather block 30 items than allow over 1000...know what I mean? So I'm just blocking the big, bulky, heavy items from flat rate shipping. They can still ship, just using the other...
  30. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    I'm wondering if this is set to allow rather than disallow. I have about 30 items that will not be allowed to use Flat Rate, and more than 1000 that will.
  31. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    1st section = excluded items will be treated as normal and based on weight

    2nd section = flat rate shipping (leaning towards $8.99) no matter how many items

    3rd section = shipping would default...
  32. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Linda,

    I'm back. I wasn't sure if I should start a new post or continue this one. I've done quite a bit of searching in the forums for what I want to accomplish, and I've found a lot of promising...
  33. v151 Re: Slow, then fast, then slow, then fast...

    I may have stumbled across an answer...

    Optimized the zen cart database in myphp admin, problem seems to be solved. If anyone has this issue in the future and needs to know how to optimize the...
  34. v151 Slow, then fast, then slow, then fast...

    Load times vary. Hosting company can't figure it out. They say it has to be my zen cart. Thought I would check with the pros in the Forums. Below are 3 different readings at my home page...
  35. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    That seems to have done it! Thank you again. We will not forget you when we make the big time!
  36. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    sorry, it won't upload my png file.

    if you go to the shipping options page during checkout, do you see the UPS module showing? select a 5.99 kit, go to checkout, and you will see UPS, Store...
  37. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Thanks for that. I must have messed something up with the USPS file. That one was missing from my admin shipping module. Looks like it's working now, except for the ups shipping option tries to show...
  38. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    getting http 500 error at checkout now. no error logs.
  39. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Product Master Category: ID# 193 Gift Cards
    Always Free Shipping: xYes, Always Free Shipping
    Gift Card Product ID: 1646
    No weights assigned to any of the attributes for the gift card
  40. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    The weight on the gift card is set to 0.
  41. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    It is a beer kit, but not one of the Operation Homebrew Beer kits that qualify for per item shipping. Only these kits would qualify for the per item shipping: ...
  42. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Okay, after changing weight to 0, shipping charges are adding up like they should. however, the gift card thing still has the same issue.

    We are getting closer!
  43. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Flat rate is indeed uninstalled.
  44. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    no, I will do that now and see what happens.
  45. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    I will double check and make sure flat rate is off (uninstalled).
  46. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    Yes, that works. however, if I add a 5.99 kit to the cart, shipping should only be 5.99 since the gift card is free. instead, UPS and USPS show up during checkout and the shipping cost is 15.85.
    ...
  47. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    I know, I know... I am going to compare a couple of things and let you know. Is it possible to have a gift card ship for free and only pay 5.99 per kit? Right now it won't do that.

    Thanks again!
  48. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    hmmmm....not so much? so it won't work that way?
  49. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    i'm thinking we don't need to tell the UPS and USPS modules to add 5.99 for those kits if they are being purchased with other items. Can't we just let the UPS/USPS modules figure out the shipping...
  50. Replies
    76
    Views
    6,204

    v153 Re: Per Item shipping for 1 category

    This seems to have fixed it! I will continue testing and report back.
Results 1 to 50 of 74
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR