Page 46 of 188 FirstFirst ... 3644454647485696146 ... LastLast
Results 451 to 460 of 1878
  1. #451
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    So i loaded that and then did the same test.
    Again a blank page with
    [29-Jan-2014 14:00:27] PHP Fatal error: Call to undefined function getrewardpoints() in /home4/w57dsjmm/public_html/d132s/includes/modules/order_total/ot_reward_points_display.php on line 40

    as my log.

  2. #452
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    email error EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Hi - I just upgraded to EO 4.1.4 (from 4.1.2 I believe) and since then, when tracking # is present, comment text doesn't get included in the email sent to the customer. The comment gets sent fine when there is no tracking # attached. Seems like a TPT problem, except it began after the EO upgrade, that's why I'm posting it here. Sadly, no error logs... (EO trace logs just list the products and OT values, but don't report any problem, either.)

    I did make a huge mistake while upgrading and somehow TPT code flew out of the admin/orders.php file, however putting it back in didn't fix the problem. I checked and all of the other TPT and EO files are where they should be and have all the code they're supposed to have (unless I missed something, running on 2-3 hrs of sleep per day for the past week or so...).

    Should I check all of my code again or is there a simpler answer to this issue? Any help will be much appreciated.
    Thank you!
    Magz

  3. #453
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Quote Originally Posted by magz View Post
    Hi - I just upgraded to EO 4.1.4 (from 4.1.2 I believe) and since then, when tracking # is present, comment text doesn't get included in the email sent to the customer. The comment gets sent fine when there is no tracking # attached. Seems like a TPT problem, except it began after the EO upgrade, that's why I'm posting it here. Sadly, no error logs... (EO trace logs just list the products and OT values, but don't report any problem, either.)

    I did make a huge mistake while upgrading and somehow TPT code flew out of the admin/orders.php file, however putting it back in didn't fix the problem. I checked and all of the other TPT and EO files are where they should be and have all the code they're supposed to have (unless I missed something, running on 2-3 hrs of sleep per day for the past week or so...).

    Should I check all of my code again or is there a simpler answer to this issue? Any help will be much appreciated.
    Thank you!
    Magz
    You already posted the answer.. check your code.. You have borked the Ty Package Tracker code and that has NOTHING to do with Edit Orders..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #454
    Join Date
    Jan 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Hi,

    I've come across an error with the Edit Orders 4.1.4 module in that when clicking 'update' button an error message of:

    WARNING: An Error occurred, please refresh the page and try again.

    comes up and nothing is saved into the database. Edit orders module was installed with Admin New Order and Super Orders, which I understand are designed to work together and while the other 2 mods work okay, this one is throwing the error upon save.

    I'm running ZC 1.5.1. Any ideas?

    Regards,
    dp

  5. #455
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    There will be an error log in your /logs directory. See what it says.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #456
    Join Date
    Jan 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Hi,

    The log comes out with the following:

    ============================================================
    = Edit Orders (4.1.4) Action Log
    ============================================================
    Order ID: 7616
    Action Requested: update_order
    Enabled Order Totals: ot_subtotal;ot_shipping;ot_coupon;ot_group_pricing;ot_tax;ot_gv;ot_total

    Requested Products:
    array (
    8 =>
    array (
    'qty' => '1',
    'name' => 'Bathroom Vanity Unit',
    'onetime_charges' => '0.0000',
    'attr' =>
    array (
    1 =>
    array (
    'value' => '46',
    'type' => '0',
    ),
    2 =>
    array (
    'value' => '51',
    'type' => '0',
    ),
    3 =>
    array (
    'value' => '55',
    'type' => '0',
    ),
    4 =>
    array (
    'value' => '60',
    'type' => '0',
    ),
    ),
    'model' => 'S502',
    'tax' => '0',
    'final_price' => '379.99',
    ),
    )


    ============================================================
    = Processing Requested Updates to Products
    ============================================================

    Not sure what/where the error is within that output - I can only see that 'attr' doesn't have a value after it (I'm guessing here). I've tried using/not using the 'Mock Shopping Cart' and 'Strip Tags from Shipping' options within the EO 4 options to no avail either.

    Regards,
    dp
    Last edited by dp-web; 7 Mar 2014 at 02:35 PM.

  7. #457
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Quote Originally Posted by dp-web View Post
    Hi,

    The log comes out with the following:

    ============================================================
    = Edit Orders (4.1.4) Action Log
    ============================================================
    Order ID: 7616
    Action Requested: update_order
    Enabled Order Totals: ot_subtotal;ot_shipping;ot_coupon;ot_group_pricing;ot_tax;ot_gv;ot_total

    Requested Products:
    array (
    8 =>
    array (
    'qty' => '1',
    'name' => 'Bathroom Vanity Unit',
    'onetime_charges' => '0.0000',
    'attr' =>
    array (
    1 =>
    array (
    'value' => '46',
    'type' => '0',
    ),
    2 =>
    array (
    'value' => '51',
    'type' => '0',
    ),
    3 =>
    array (
    'value' => '55',
    'type' => '0',
    ),
    4 =>
    array (
    'value' => '60',
    'type' => '0',
    ),
    ),
    'model' => 'S502',
    'tax' => '0',
    'final_price' => '379.99',
    ),
    )


    ============================================================
    = Processing Requested Updates to Products
    ============================================================

    Not sure what/where the error is within that output - I can only see that 'attr' doesn't have a value after it (I'm guessing here).

    Regards,
    dp
    That's not the log that was asked for. There should be/expected to be a debug log in your /logs folder off of the root of your store.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #458
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Quote Originally Posted by dp-web View Post
    Hi,

    The log comes out with the following:

    ============================================================
    = Edit Orders (4.1.4) Action Log
    ============================================================
    Order ID: 7616
    Action Requested: update_order
    Enabled Order Totals: ot_subtotal;ot_shipping;ot_coupon;ot_group_pricing;ot_tax;ot_gv;ot_total

    Requested Products:
    array (
    8 =>
    array (
    'qty' => '1',
    'name' => 'Bathroom Vanity Unit',
    'onetime_charges' => '0.0000',
    'attr' =>
    array (
    1 =>
    array (
    'value' => '46',
    'type' => '0',
    ),
    2 =>
    array (
    'value' => '51',
    'type' => '0',
    ),
    3 =>
    array (
    'value' => '55',
    'type' => '0',
    ),
    4 =>
    array (
    'value' => '60',
    'type' => '0',
    ),
    ),
    'model' => 'S502',
    'tax' => '0',
    'final_price' => '379.99',
    ),
    )


    ============================================================
    = Processing Requested Updates to Products
    ============================================================

    Not sure what/where the error is within that output - I can only see that 'attr' doesn't have a value after it (I'm guessing here).

    Regards,
    dp
    That's not the log that was asked for. There should be/expected to be a debug log in your /logs folder off of the root of your store.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #459
    Join Date
    Jan 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Sorry, I read the one from the /logs/edit_orders/ folder not the /logs/ folder.

    This is the correct log:

    [07-Mar-2014 13:27:30 UTC] PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `products` WHERE `p`.`products_id` = '531' in /home/mysite/public_html/includes/classes/db/mysql/query_factory.php on line 120

    dp

  10. #460
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: EO 4.1.4 with TPT 3.1.3 (ZC 1.5.1) - comment text doesn't get appended to email

    Quote Originally Posted by dp-web View Post
    Hi,

    The log comes out with the following:

    ============================================================
    = Edit Orders (4.1.4) Action Log
    ============================================================
    ...
    Just a reminder to turn off the Edit Orders "action debug log" for performance reasons.

    Quote Originally Posted by dp-web View Post
    ...
    [07-Mar-2014 13:27:30 UTC] PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `products` WHERE `p`.`products_id` = '531' in /home/mysite/public_html/includes/classes/db/mysql/query_factory.php on line 120
    ..
    This is a known bug in Edit Orders 4.1.4 when product downloads are disabled. The fix will be included in the next release of Edit Orders.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR