Page 45 of 202 FirstFirst ... 3543444546475595145 ... LastLast
Results 441 to 450 of 2020
  1. #441
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    OK try to uninstall and re-install the module in admin
    Zen cart PCI compliant Hosting

  2. #442
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I think that the trouble I had w/ SO is fixed, and what is remaining is not related to SO, so I am going to move my search for answers off this thread, which does not need any more traffic than it already gets!

    : )
    Audra

  3. #443
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    "Good news" update: All the logic and reporting for returns and exchanges is complete. The entire process for returns and exchanges is done using a four-step popup window, including all the auto-status and notification options used elsewhere in SO. The system also stores enough info to generate a "snapshot view" of the order as it existed at the time the return was processed, allowing you to view the changes over time.

    I am moving on to the code to add a new product (independent of a return), and edit existing products. Since these are derivatives of the return/exchange logic, I'm hoping it won't take too long (but of course they vie for the same attention I have to give to the rest of my work). Still, though you'd like to know.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  4. #444
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Thanks for the update and hard work.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #445
    Join Date
    Jan 2005
    Posts
    28
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I have done a fresh install of super orders 2 on Zen Cart 1.3.7 Everything seems to have gone right except for one thing. I dont have the customers > super orders option.

    I checked my tables and all the inserts seemed to perform properly. What can it be?

  6. #446
    Join Date
    Jan 2005
    Posts
    28
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Also

    Install "Purchase Order" Payment Module

    I dont have "Purchase Order" under payment module

  7. #447
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by kmallea
    I have done a fresh install of super orders 2 on Zen Cart 1.3.7 Everything seems to have gone right except for one thing. I dont have the customers > super orders option.

    I checked my tables and all the inserts seemed to perform properly. What can it be?
    You didn't upload the files properly, or didn't upload at all. Make sure the files ended up in your admin folder. For instance, make sure you don't have a folder "admin" inside the real admin folder.
    Also

    Install "Purchase Order" Payment Module

    I dont have "Purchase Order" under payment module
    Likely the same problem. Make sure the files are all uploaded properly.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  8. #448
    Join Date
    Jan 2005
    Posts
    28
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    FTP the contents of [temp directory]/catalog into the root of your Zen Cart
    installation (i.e. your "/catalog" folder).

    your "/catalog"

    I assumed there was a folder already called catalog.

    catalog represents my root.

    "FTP the contents" I read but didnt comprehend I guess. I got it now.

  9. #449
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hey Blindside,

    Okay, I verified I had installed rev45. I redownloaded the latest version from this site and went through each file, verifying that the modified dates were the same. They are. Plus, this snippet I got when running the upgrade file is in the latest version of the super_upgrade.php.

    I got a little thrown by the idea it was an older version, because I can't find any mention of this installation step in the README or anywhere else. If this was just a mistake, no problem -- just let me know because I'm waiting to try to find the right place in that file to add the snippet.

    I'm being cautious as I can too easily create bugs by doing things I don't understand.

    I include our previous posts on this subject so you know what I'm talking about. :) And, thanks for being so thorough by responding to everyone's issues!

    Quote Originally Posted by BlindSide View Post
    The line numbers likely changed in newer versions since I wrote that text, however the code block you quoted is from an older version. Are you sure you have the latest one from the download section of the site? Double-check, and then read through the readme, as this installation step is described there as well.
    Quote Originally Posted by magicpants View Post
    I searched through and couldn't find a mention of this:

    When I run the upgrade file, I get a message at the bottom saying:
    Code:
    Add the CC code to /includes/modules/pages/checkout_success/header_php.php, Line 97:
    //SO_EDIT_START
    // Add the CC payment to the Super Orders payment system
    $cc_insert = $db->Execute("select cc_type, cc_owner, cc_number, cc_expires, cc_cvv, date_purchased, order_total from " . TABLE_ORDERS . " where orders_id = '" . $zv_orders_id . "' limit 1");
    
    if (zen_not_null($cc_insert->fields['cc_number'])) {
    $new_cc_payment = array('orders_id' => $zv_orders_id,
    'payment_number' => $cc_data->fields['cc_number'],
    'payment_name' => $cc_data->fields['cc_owner'],
    'payment_amount' => $cc_data->fields['order_total'],
    'payment_type' => $cc_data->fields['cc_type'],
    'date_posted' => $cc_data->fields['date_purchased'],
    'last_modified' => $cc_data->fields['date_purchased']);
    zen_db_perform(TABLE_SO_PAYMENTS, $new_cc_payment);
    }
    //SO_EDIT_END

    But, line 97 is a bit vague. It ends up being added in the middle of a bit about gift vouchers! I didnt see this edit explained anywhere in the readme file.

    Could you offer some clarification please? Great mod though, and nice improvements from the previous version!
    Currently using ZEN CART v. 1.3.6

  10. #450
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Super Orders 2.0

    Is anyone having an issue with this mod with apostrophe's? I'm having a client with issue with either updating products that have apostrophe's in their name, or apostrophe's in their customer's data. They cannot update the order as delivered. without a mysql error.

    Thanks!

 

 

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. 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
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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