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

Hybrid View

  1. #1
    Join Date
    Nov 2013
    Location
    Lacey, WA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thank you!

    We're a company with a massive laser cutting and engraving machine (150 Watts, 1500 x 1200mm bed)...We have our own designs for sale, but also accept commissioned work, which requires a quoting process. This is an easy way to give our customers a quote request and response mechanism...One problem:

    When I open the order page, it alerts
    Code:
    Warning Warning: One or more of the customer address fields contains a country name unknown to Zen Cart ("Locations / Taxes"->"Countries").
    Taxes and some shipping modules may not function correctly until the issue has been resolved.
    
    This typically occurs if someone deletes or renames a country's name from Zen Cart ("Locations / Taxes"->"Countries"). You can fix the issue by doing one of the following:
    
        Add the country (and name) back to the Zen Cart database.
        Adjust the country name to match one of the country names in the Zen Cart database.
    I have verified, both through the Admin module and directly in the database, that "United States" does in fact exist in the proper areas as suggested, and that there are no leading/trailing spaces in the "orders" or "countries" tables.

    While the ordered items/address portion of the update is successful, the customer is not notified of the update, and update comments are not added to the order.

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

    Default Re: Edit Orders v4.0 Support Thread

    Do you have Edit Orders installed? Because your question doesn't sound like it has anything to do with edit orders..
    Quote Originally Posted by mjhendricks View Post
    Thank you!

    We're a company with a massive laser cutting and engraving machine (150 Watts, 1500 x 1200mm bed)...We have our own designs for sale, but also accept commissioned work, which requires a quoting process. This is an easy way to give our customers a quote request and response mechanism...One problem:

    When I open the order page, it alerts
    Code:
    Warning Warning: One or more of the customer address fields contains a country name unknown to Zen Cart ("Locations / Taxes"->"Countries").
    Taxes and some shipping modules may not function correctly until the issue has been resolved.
    
    This typically occurs if someone deletes or renames a country's name from Zen Cart ("Locations / Taxes"->"Countries"). You can fix the issue by doing one of the following:
    
        Add the country (and name) back to the Zen Cart database.
        Adjust the country name to match one of the country names in the Zen Cart database.
    I have verified, both through the Admin module and directly in the database, that "United States" does in fact exist in the proper areas as suggested, and that there are no leading/trailing spaces in the "orders" or "countries" tables.

    While the ordered items/address portion of the update is successful, the customer is not notified of the update, and update comments are not added to the order.
    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.

  3. #3
    Join Date
    Nov 2013
    Location
    Lacey, WA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Yes, I do. This is a three-day old install of Zen Cart, and Edit Orders is the only mod installed. I poked around the customers => orders function before I installed Edit Orders to see if I could do what I wanted before I started looking for a mod. I already had three "test" orders in the system, created to learn the order creation and fulfillment process. I viewed the same orders before and after adding Edit Orders, and the issue arose immediately after installing Edit Orders

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

    Default Re: Edit Orders v4.0 Support Thread

    And are you using a module allows you to manually add orders? How exactly did you add your test orders..

    Quote Originally Posted by mjhendricks View Post
    Yes, I do. This is a three-day old install of Zen Cart, and Edit Orders is the only mod installed. I poked around the customers => orders function before I installed Edit Orders to see if I could do what I wanted before I started looking for a mod. I already had three "test" orders in the system, created to learn the order creation and fulfillment process. I viewed the same orders before and after adding Edit Orders, and the issue arose immediately after installing 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.

  5. #5
    Join Date
    Nov 2013
    Location
    Lacey, WA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I am using the standard install, selecting a product and checking out

    Quote Originally Posted by DivaVocals View Post
    And are you using a module allows you to manually add orders? How exactly did you add your test orders..

  6. #6
    Join Date
    Nov 2013
    Location
    Lacey, WA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    The details button appears to be the original functionality of customer =>orders, and it still works as it did before Edit Orders was installed, including status updates and email updates. The alert appears when I click the Edit button and the order displays with the editable fields, even before I make any changes.

    Quote Originally Posted by mjhendricks View Post
    Yes, I do. This is a three-day old install of Zen Cart, and Edit Orders is the only mod installed. I poked around the customers => orders function before I installed Edit Orders to see if I could do what I wanted before I started looking for a mod. I already had three "test" orders in the system, created to learn the order creation and fulfillment process. I viewed the same orders before and after adding Edit Orders, and the issue arose immediately after installing Edit Orders

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by mjhendricks View Post
    ...
    When I open the order page, it alerts

    Warning: One or more of the customer address fields contains a country name unknown to Zen Cart ("Locations / Taxes"->"Countries"). ...

    I have verified, both through the Admin module and directly in the database, that "United States" does in fact exist in the proper areas as suggested, and that there are no leading/trailing spaces in the "orders" or "countries" tables.
    This warning is only displayed when one of the addresses in the order has a country which is not found in the Zen Cart database. This is an extra check which was added to warn administrative users. When the country cannot be detected / determined by Zen Cart, tax and shipping calculations may not work correctly.

    What is the country listed in the order (in the order db table) for "customer", "billing", and "delivery"? Does it match exactly (including case) the name of the country (in the country db table)? Are both tables using the same db collation?

    Some 3rd party modules (such as minimum customer info) do not populate the country fields when creating an order (which also results in the country not being found). If you are using one of these you can ignore the warning... Or fix the 3rd party modules code to add the country to the addresses in the order...

    Quote Originally Posted by mjhendricks View Post
    ...
    While the ordered items/address portion of the update is successful, the customer is not notified of the update, and update comments are not added to the order.
    Edit Orders does not automatically send emails to customers when you update order details such as the address, products, or order total lines.

    In Edit Orders 4.1.2 when an administrative user enters a comment AND changes the status of an order the comment is saved to the database. If when the comment was saved AND the administrative user selected notify customer via email, then an email will be sent to the customer's registered email address. So if one adds a comment and changes the status of the order from "pending" to "quoted" and selects notify customer via email, then the customer is sent an email letting them know the status was changed to "quoted" and includes the comments.

    There is a patch posted earlier in this thread outlining what change needs to be made if you want comments to be saved when the status of the order has not been changed. The change is already incorporated into the next release of Edit Orders, but if one wants the change before 4.1.3 is released they need to manually apply the patch.
    Last edited by lhungil; 24 Nov 2013 at 07:25 AM.
    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

  8. #8
    Join Date
    Nov 2013
    Location
    Lacey, WA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    It turns out that shipping address is required, even if the item is store pickup (oversight from my perspective). Have to manually cut and paste.

    Not saving comments when status not changed also seems to be an oversight.

    Quote Originally Posted by lhungil View Post
    This warning is only displayed when one of the addresses in the order has a country which is not found in the Zen Cart database. This is an extra check which was added to warn administrative users. When the country cannot be detected / determined by Zen Cart, tax and shipping calculations may not work correctly.

    What is the country listed in the order (in the order db table) for "customer", "billing", and "delivery"? Does it match exactly (including case) the name of the country (in the country db table)? Are both tables using the same db collation?

    Some 3rd party modules (such as minimum customer info) do not populate the country fields when creating an order (which also results in the country not being found). If you are using one of these you can ignore the warning... Or fix the 3rd party modules code to add the country to the addresses in the order...


    Edit Orders does not automatically send emails to customers when you update order details such as the address, products, or order total lines.

    In Edit Orders 4.1.2 when an administrative user enters a comment AND changes the status of an order the comment is saved to the database. If when the comment was saved AND the administrative user selected notify customer via email, then an email will be sent to the customer's registered email address. So if one adds a comment and changes the status of the order from "pending" to "quoted" and selects notify customer via email, then the customer is sent an email letting them know the status was changed to "quoted" and includes the comments.

    There is a patch posted earlier in this thread outlining what change needs to be made if you want comments to be saved when the status of the order has not been changed. The change is already incorporated into the next release of Edit Orders, but if one wants the change before 4.1.3 is released they need to manually apply the patch.

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

    Default Re: Edit Orders v4.0 Support Thread

    Aye. It is not uncommon in many US states for the collection of taxes based upon the shipping address (or store address when picked up in a store)... If this is the case, with in store pickup the shipping address should most likely be the store's address...

    May be different in your location... But in order to work with all possible configurations... Populating all addresses associated with an order seems to work best...

    This is also why a warning is issued as opposed to stopping one from editing the order (some stores may be exempt from tax, may not need one of the addresses based upon the applicable tax laws in the locations they do business, may not offer shipping, etc).

  10. #10
    Join Date
    Apr 2012
    Posts
    24
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    NO.. as of Zen Cart v1.5.1 the errors logs go to the LOGS folder, and it's not created on the fly, it's part of the install files..

    Amazing what the Zen Cart FAQs section has floating around.. (this found searching for the term "error log")

    http://www.zen-cart.com/content.php?...t-of-a-page%29
    great, that's what I thought, it isn't in the logs folder for me as I am using 1.5.0. So getting back to what we was saying earlier.

    Quote Originally Posted by memorydave View Post
    OK I have had a read of this thread and can't find the issue I am having.

    Everything installed fine it seamed. When I go and press "update" it goes to a blank page.

    But it does actually update the order, you can see that by going back to the order. It has been changed
    Quote Originally Posted by DivaVocals View Post
    blank page = error.. post what the resulting error log says..
    Quote Originally Posted by memorydave View Post
    There is no error logs, I am looking in the cache folder and Im using zen 1.5 and there is no error logs
    So there are no error logs for this. I get a blank page and no error log :-(

 

 
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