Page 25 of 38 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 373
  1. #241
    Join Date
    Aug 2008
    Posts
    105
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Love edit orders - thanks for the mod!
    This is the second site I am using it on and have plans to use it on a third.

    The second site just went live and received their first order (yippee) - however when we try to add a comment and click up date to send it to the customer, we get this error message -

    Warning: require_once(includes/languages/english/modules/payment/googlecheckout.php) [function.require-once]: failed to open stream: No such file or directory in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108

    Fatal error: require_once() [function.require]: Failed opening required 'includes/languages/english/modules/payment/googlecheckout.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108


    So I went to the orders.php at line 108 this is what is there -
    // ** GOOGLE CHECKOUT **

    chdir("./..");

    require_once(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/payment/googlecheckout.php');

    $payment_value= MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_TITLE;

    $result = $db->Execute("select google_order_number from google_orders where orders_id= ". (int)$oID);

    $num_rows = $result->RecordCount();

    For the record - we are NOT using google checkout, we process manually.
    Here is the site - just in case -
    http://www.TracksideQuilting.com

    TIA for any help!!
    Mona

  2. #242
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Order Editor 1.3.7 Issues

    Just delete that whole google checkout block, someone left it in there from their own installation when they uploaded their version to the downloads section.

    Zen Cart and it's community are the best!!

  3. #243
    Join Date
    Aug 2008
    Posts
    105
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Thanks lankeeyankee! I looked at the code and decided that it would be easier to copy the orders.php from the cart that was working properly...and it workd. Thanks again for your help!!

  4. #244
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    I'm just looking to see if the current MOD, v 1.5.3 works with Zen V 1.3.7, which I am still running.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  5. #245

    Default Re: Order Editor 1.3.7 Issues

    margecc -- I highly recommend you use version 2 -- see my link to download it -- its free just change all the options to the free ones before checking out. V2 has many upgrades and bug fixes. As for 1.3.7 support, I haven't tested either version on 1.3.7, but I can't think of any reason off the top of my head that they wouldn't work with 1.3.7.

  6. #246
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Good afternoon. Thank you so much for your reply. I downloaded from your site V2. It installed perfectly and is working great with v 1.3.7 except for one problem I am seeing so far:

    When I make the changes to the products, it is adjusting the shipping tax as well.

    Here is a screen shot of the original order:
    http://www.actionforms.ca/sample/1-original.gif

    And once I updated the product quantity and unit price, it adjusted the tax correctly for the product, but it also adjusted the shipping tax, and obviously calculated off the product price, not the shipping price, which didn't change.
    http://www.actionforms.ca/sample/2-c...h-tax-prob.gif

    (The unit price I keyed in was actually .448 and it calculated the total price correctly with that to $112, but it displays the rounded up price).

    I hope that makes sense.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  7. #247

    Default Re: Order Editor 1.3.7 Issues

    Yes-- That is the way it is supposed to work. Since shipping tax rates are not stored in the database for an order you'll need to manually enter the shipping tax rate before updating an order. You can set a default rate right in the code if you prefer.

  8. #248
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Oh, I get it. That works! Brilliant.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  9. #249
    Join Date
    Oct 2008
    Location
    UK
    Posts
    8
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    My apologies if I repeat anything already discussed. I have searched through the forum but cannot find the answer that I believe relates to my problem.

    I am having a problem with changing the status of customer orders in admin. Whether I click on the order itself or highlight it then click edit I get the error:

    Fatal error: Call to undefined function zen_address_format() in /home/******/public_html/******/orders.php on line 365

    I have never used the facility to update status of customer orders before so do not know if it has been like this since install or if it has just recently happened. My site is 3 years old, but had a new template installed a year ago.

    I am using the current version of zen cart after upgrading a few months ago. I don't have any add ons or anything, and have no other issues with the site, it's functions or anything else...apart from this.

    Will this edit orders v2 mod help me resolve this problem, or is there something else amiss that I need to sort out?

    I can find my way around zen cart in a very long winded way, but am by no means fluent with it, especially when it comes to php stuff, so if anyone is willing to help i'd be extremely grateful.

    Oh, and not sure if necessary, but this is my site: www.funkywellyboots.com

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

    Default Edit Order merged with Super Orders

    After reading through all the hoopla on how to merge Edit Orders with Super Orders, I finally took a look tonight, and took a stab at it. (See details of the changes here: http://www.zen-cart.com/forum/showpo...postcount=1510) It's all working fine with a few quirks as follows:

    The Notify and Append checkboxes in Edit Orders do not work like the orders.php Notify and Append checkboxes.

    In the original "Customers" > "Order", we have two checkboxes, one that says "Notify Customer" and one that says "Append Comments". If neither of the boxes are ticked, then the order history still updates with whatever in the textarea.

    The original
    • "Notify Customer" means send the customer the change in status email,
    • "Append Comments" means add the comments in the textarea to the "change in status email".
    In Edit Orders the customer only gets notified if BOTH checkboxes are selected.. Is this by design??

    The other minor quirk is that the "Back" button on the edit_orders.php page only takes you back to the the Super Orders order list page (super_orders.php). I believe that it should take you back to the detail page of the order you were editing.. It's minor and I can live with it, but there is a fix this I'd be grateful to learn how to "fix" this..

    All in all, I'm pretty pleased that I got these two great mods playing together..

 

 
Page 25 of 38 FirstFirst ... 15232425262735 ... LastLast

Similar Threads

  1. Editor issues with images
    By amebb in forum General Questions
    Replies: 0
    Last Post: 18 May 2011, 04:45 PM
  2. html editor issues?
    By 510ego in forum General Questions
    Replies: 2
    Last Post: 24 Feb 2011, 05:07 PM
  3. IE 7 issues with tables in ezpage editor
    By perkiekat in forum General Questions
    Replies: 2
    Last Post: 11 Nov 2009, 12:13 PM
  4. Page Editor and Mod Security issues
    By Scarlet in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 23 Apr 2009, 12:59 AM
  5. Define Pages Editor Issues
    By jemenvy in forum General Questions
    Replies: 3
    Last Post: 5 Apr 2007, 08:21 PM

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