Search:

Type: Posts; User: Dave224

Page 1 of 9 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    81

    v158 Re: Admin Overrides

    Expanding my question a bit...I'm late to the 1.5.8a party and hopelessly confused about where to place array-based language defines so that no admin core files are modified for the following three...
  2. Replies
    2
    Views
    81

    v158 Admin Overrides

    Is it possible to override files contained in admin/includes/languages/english/images/buttons in admin/includes/languages/english/extra_definitions/images/buttons or place files for new buttons there...
  3. Re: PHP Deprecated: Creation of dynamic property ups::$quotes

    mc...Can you provide additional detail? Placing #[\AllowDynamicProperties] just before the class declaration doesn't seem to help me. Is there anything else that needs to be done to temporarily kill...
  4. Replies
    1
    Views
    217

    v158 Re: No email on MAMP server

    I think it's highly unlikely that the problem is in zen-cart, so I withdraw my previous post.
    Dave
  5. Replies
    1
    Views
    217

    v158 No email on MAMP server

    Trying to get updated to zc158a. Not getting any emails sent on MAMP Pro development system. Works fine on zc157c. Email settings in both zc versions the same. Using sendmail transport method. No...
  6. Replies
    1,222
    Views
    270,652

    v155 Re: ZCA Bootstrap Template

    Thank you Lat9! Reading the link got me to initialize the tooltip correctly which made a nicer looking tooltip. For those interested, some more googling and experiments resulted in adding the...
  7. Replies
    1,222
    Views
    270,652

    v155 Re: ZCA Bootstrap Template

    I would like to add a tooltip to the font awesome bars icon in the header. I was successful by changing the code in tpl_header.php line 29 to the following:

    <i class="fas fa-bars"...
  8. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I'm new to the responsive classic template. In the desktop view, I'd like to switch to the mobile view if the browser window is smaller than say 750 px. Any suggestions on how to accomplish this?...
  9. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    Has anything been done yet on describing how to update the SDK used in the Square Webpay module? Our webhost will be forcing a minimum of php 8.1 soon and I'd really like to get to 8.2 or above....
  10. Replies
    0
    Views
    113

    v157 Intermittant SMTP connect() failed

    We have encountered problems recently with some emails not being sent due to SMTP connect failures. Most emails are sent successfully. A sample log received recently follows:


    After reading the...
  11. Replies
    208
    Views
    35,676

    Re: Is a Permanent Login (Auto-Login) Possible?

    Since manual login success loads the home page, I've decided to load the home page on auto-login too, even if the customer entered the store with a bookmark, browser history item, or restored a...
  12. Replies
    208
    Views
    35,676

    Re: Is a Permanent Login (Auto-Login) Possible?

    Another possible idea would be to redirect to the home page or login page on auto-login, regardless of what page was requested by the browser. This could potentially avoid all negative impacts of...
  13. Replies
    208
    Views
    35,676

    Re: Is a Permanent Login (Auto-Login) Possible?

    I'm looking for a general solution that would detect the scenario regardless of the page returned to, and not re-execute any damaging code. I've already tested for the missing data (a custom session...
  14. Replies
    208
    Views
    35,676

    Re: Is a Permanent Login (Auto-Login) Possible?

    Please consider the following scenario for a customer who has activated auto-login. They go to the store and select a product and checkout, so the checkout_success page is displayed. They close the...
  15. Replies
    4
    Views
    369

    v157 Re: $db->Execute Question

    Thank you all so much. I learn so much here. Donation on the way.
    Dave
  16. v151 Re: reuse of SQL query results without rerunning query and with minimal memory use

    Thank you so much mc. $results->rewind() did the trick! Donation on the way.
    Dave
  17. v151 Re: reuse of SQL query results without rerunning query and with minimal memory use

    I ran into a similar problem troubleshooting a modification to a plugin. I used a foreach after a query to output some variables in the query results. Subsequent plugin code used a while...
  18. Replies
    4
    Views
    369

    v157 $db->Execute Question

    Ran across the following code in the sales report plugin:

    $order_info = $db->Execute(
    "SELECT o.currency, o.currency_value, o.order_total
    FROM " . TABLE_ORDERS...
  19. Replies
    2
    Views
    327

    v157 zen_db_perform and null values

    Function zen_db_perform apparently does not treat null values properly, at least with PHP 8. If inserting or updating a table containing a field with a null value, the function changes the value from...
  20. Replies
    2
    Views
    297

    v157 Notifier inside observer

    Can an observer contain a notifier to another observer?
    Thank you!
  21. Replies
    2
    Views
    271

    v157 Re: Admin customer update data validation

    Thank you, thank you, thank you!!!! Works great!
    Dave224
  22. Replies
    2
    Views
    271

    v157 Admin customer update data validation

    I would like to validate custom customer data in admin/customers.php without using javascript form validation. If the data input is bad, I want to display a message at the top of the admin customer...
  23. Replies
    1,783
    Views
    246,539

    v150 Re: 1.5.8 Compatable?

    I'm getting an undefined array key 'tax_rate' error when editing orders with no tax. The myDEBUG log is:

    No errors occur if tax>0. I've found that edit orders changes the tax_groups array in the...
  24. Re: Pay by invoice ("bill me later"/""store credit account")

    Thank you for the reason for the code block! Will be cautious.
    Dave
  25. Re: Pay by invoice ("bill me later"/""store credit account")

    Old topic, but invoice payment method is not displayed if order contains only virtual products or contains any virtual products. Relevant code block is:


    // disable the module if the order only...
  26. Replies
    7
    Views
    445

    v157 Re: Location for common store/admin defines?

    I thought so swguy. What I'm trying to do is create and mail an invoice to customers who use the invoice payment method, currently restricted to selected customers, when they checkout. The invoice...
  27. Replies
    7
    Views
    445

    v157 Re: Location for common store/admin defines?

    Thanks, that's very helpful. How would I access admin files from the store-side? DIR_FS_ADMIN does not appear to be present on the store-side.
    Thank you!
  28. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    Yeah, I thought of both those approaches but was hesitant because I don't know if that button ever gets displayed to the customer and under what conditions it would be displayed. Think I'll wait...
  29. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    Sure. "store.febt DOT org".
    Dave
  30. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    I'm using the standard 3-page checkout and standard non-responsive template. Updated to 1.0.4 with no change to appearance.
    Dave
  31. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    I'd like to reduce the empty vertical space below the credit card info entry box and above the next payment method on the checkout_payment page. Using browser web developer tools, I see there is a...
  32. Replies
    7
    Views
    445

    v157 Location for common store/admin defines?

    Is there a file location for custom defines that are used on both the store side and admin? I've got the same defines in extra_definitions on both store and admin sides and it's a nightmare to...
  33. Re: Pay by invoice ("bill me later"/""store credit account")

    I'm getting undefined array key warnings when using the invoice payment method. Logs show:
    Undefined array key "customer_id" in includes/modules/payment/invoice.php on line 51, and
    Undefined array...
  34. Replies
    5
    Views
    306

    v157 Re: Admin Order Status Update Notifier

    Thanks. Not relevant in this case.
  35. Replies
    5
    Views
    306

    v157 Re: Admin Order Status Update Notifier

    Perfect! Thank you. Don't know how I missed it.:blush:
  36. Replies
    5
    Views
    306

    v157 Admin Order Status Update Notifier

    Can someone suggest a notifier in admin that fires after an order status update is completed successfully. There's a notifier before the status is updated, and several during order status update...
  37. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Re: Attribute Cost

    Thanks! I'll look into that approach.
  38. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Re: Attribute Cost

    Ugh, should be In other words, the cost of a software package installed does not depend on what other packages are installed in the hypothetical example given.
  39. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Re: Attribute Cost

    torvista,

    Yeah, an ERP solution might be best for the organization, but I don't think they're ready for it yet. I understand someone is off looking at packages, but nothing has been reported back...
  40. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Re: Attribute Cost

    mc12345678, all good questions. I need to store the total unit cost of the product to the seller at the time of the customer order. That includes the cost of the base product plus the cost of each...
  41. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Re: Attribute Cost

    Just to be clear, in the previous post, I'm referring to the cost to the seller, not the price that the customer sees and pays.
    Dave
  42. Thread: Attribute Cost

    by Dave224
    Replies
    9
    Views
    1,538

    v157 Attribute Cost

    I have a requirement to record product cost in the orders_products table. I have the cost of products without attributes figured out, and cost of products where only one value of an attribute can be...
  43. Replies
    2
    Views
    445

    v157 Re: Session_recreate

    The client is sending a second POST request while the first POST request is still processing in create_account.php. When initial POST processing reaches the test on SESSION_RECREATE, the server...
  44. Replies
    2
    Views
    445

    v157 Session_recreate

    What are the implications (if any) of setting SESSION_RECREATE to false? I believe that the session id is changed during account creation if SESSION_RECREATE is set to true.
    Thank you!
  45. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    I have Square WebPay logging set to Always and Verbose set to true in the handler. Should I receive a log on successful token refresh when the handler is run from a cron job (the automated token...
  46. Replies
    610
    Views
    52,758

    v157 Re: Square WebPay support thread.

    I have been using square_handler_cron.php from swguy to automatically refresh the Square token. Do I need to make any changes to it to work with Square_webPay? I can't find his code anymore to see if...
  47. Replies
    6
    Views
    1,027

    v157 Re: Account Creation Error Debug Help

    Thank you for your interest lat9. I appreciate it.

    The two logs for each account creation failure occur on the create_account page. There are other http access logs before and after the two cited...
  48. Replies
    6
    Views
    1,027

    v157 Re: Account Creation Error Debug Help

    Raising this problem again...

    Since September 1, I have encountered 8 occurrences of this problem in 52 account creations. The symptoms are identical in each. In the logs, after the account create...
  49. Replies
    6
    Views
    1,027

    v157 Re: Account Creation Error Debug Help

    Thank you lat9 for your response. But i'm not sure. It's possible that something was wrong when USPS address validation did it's thing but I don't think it was the country or zone_id because the...
  50. Replies
    6
    Views
    1,027

    v157 Account Creation Error Debug Help

    A customer encountered an error creating an account and I would appreciate some assistance in finding the cause. The error is undefined array keys 'customer_country_id' and 'customer_zone_id' in...
Results 1 to 50 of 406
Page 1 of 9 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR