Page 1 of 2 12 LastLast
Results 1 to 10 of 1916

Hybrid View

  1. #1
    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.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    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...

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    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...

  4. #4
    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

  5. #5
    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

  6. #6
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    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

    Apologies for duplicating this, in a support thread of it's earlier version, but I still need to ask:

    I am using ZC 1.5.1 and would like to install Super orders. The problem I have, is updating the invoice.php and orders.php and packingslip.php pages: because we have the Stock By Attributes plugin installed, we also need to include this in the code. However this is tricky as one of these pages has been completely re-written (I think it's the invoice page).

    Please could anyone offer any advice on where I would need to add the 3 SBA blocks of code to the Super orders modified files. Please any help would be gratefully received.

    Best regards
    Debbie Harrison
    DVH Design | Web Design blog

  7. #7
    Join Date
    Jul 2012
    Posts
    16,817
    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 dharrison View Post
    Hi

    Apologies for duplicating this, in a support thread of it's earlier version, but I still need to ask:

    I am using ZC 1.5.1 and would like to install Super orders. The problem I have, is updating the invoice.php and orders.php and packingslip.php pages: because we have the Stock By Attributes plugin installed, we also need to include this in the code. However this is tricky as one of these pages has been completely re-written (I think it's the invoice page).

    Please could anyone offer any advice on where I would need to add the 3 SBA blocks of code to the Super orders modified files. Please any help would be gratefully received.

    Best regards
    While I don't have an answer for you nor am I sure if this area is the correct place to post this question, it is also not stated which SBA module is being attempted to merge. Hopefully though an answer will be found and the question addressed in the correct area.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    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 mc

    The latest version of SBA. version 1.5.3 that runs on 1.5.1.

    It's only 3 blocks of code but only being able to follow patterns and syntax, this is impossible to do where the invoice.php page has been completely re-written. Shall I include the PHP for both pages?
    Debbie Harrison
    DVH Design | Web Design blog

  9. #9
    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 dharrison View Post
    Hi

    Apologies for duplicating this, in a support thread of it's earlier version, but I still need to ask:

    I am using ZC 1.5.1 and would like to install Super orders. The problem I have, is updating the invoice.php and orders.php and packingslip.php pages: because we have the Stock By Attributes plugin installed, we also need to include this in the code. However this is tricky as one of these pages has been completely re-written (I think it's the invoice page).

    Please could anyone offer any advice on where I would need to add the 3 SBA blocks of code to the Super orders modified files. Please any help would be gratefully received.

    Best regards
    Why is this posted in the Edit Orders support thread?????
    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.

  10. #10
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    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

    Quote Originally Posted by DivaVocals View Post
    Why is this posted in the Edit Orders support thread?????
    I am sorry I thought I was on the correct thread. Instead of shrieking at every post I write, would you be so kind as to point me in the right direction?
    Debbie Harrison
    DVH Design | Web Design blog

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 817
    Last Post: 29 Apr 2026, 07:53 PM
  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

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