Results 1 to 10 of 2019

Threaded View

  1. #11
    Join Date
    Jun 2006
    Posts
    179
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    RESOLVED - almost But super_upgrade.php still dont work as it should.

    I had to paste every sql comand line one by one.
    I HAD to edit the super_upgrade.php by adding zen_

    // migrate PO's from zen_payment_purchase_order to so_purchase_orders
    $po = $db->Execute("select * from zen_payment_purchase_order");
    while(!$po->EOF) {
    unset($new_po);
    $new_po = array();

    And:

    // migrate PO's from zen_payment_purchase_order to so_purchase_orders
    $po = $db->Execute("select * from zen_payment_purchase_order");
    while(!$po->EOF) {
    unset($new_po);
    $new_po = array();

    And:

    // migrate the data from zen_payment_check to so_payments
    $payments = $db->Execute("select * from zen_payment_check");
    while (!$payments->EOF) {
    unset($new_payment);
    $new_payment = array();

    And:

    // migrate the extra check data from zen_payment_check_balance to zen_so_payments
    $extra_checks = $db->Execute("select * from zen_payment_check_balance
    where check_direction = 1");


    And:

    <td><br /><INPUT TYPE="BUTTON" VALUE="SUBMIT" ONCLICK="window.location.href='/babystore/admin/super_upgrade.php?action=upgrade'"></td>
    </tr>

    Anything else??

    Now i got this message:

    1062 Duplicate entry '1' for key 1
    in:
    [insert into zen_so_purchase_orders (purchase_order_id, orders_id, po_number, date_posted, last_modified) values ('1', '21316', '21316', '2006-08-17 19:07:54', '2006-08-17 19:07:54')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Peter
    Last edited by PeterBKK; 1 Sep 2006 at 02:30 PM.

 

 

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