Page 60 of 102 FirstFirst ... 1050585960616270 ... LastLast
Results 591 to 600 of 1019
  1. #591
    Join Date
    Oct 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Hi I have installed super orders on my test environment, and it is working except that the mod 'PDF Rechnung/rl_invoice' is not available anymore. This as it is positioned in the replaced orders.php. I've read somewhere that both should be able to be working together. Does anyone know how to get this working/available again? I have been using it also on my webshop, working fine. So before going into the next step I want to make sure everything is fine and can be incorporated.

    Btw, great work on Super Orders! My appreciation!

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by mulderict View Post
    Hi I have installed super orders on my test environment, and it is working except that the mod 'PDF Rechnung/rl_invoice' is not available anymore. This as it is positioned in the replaced orders.php. I've read somewhere that both should be able to be working together. Does anyone know how to get this working/available again? I have been using it also on my webshop, working fine. So before going into the next step I want to make sure everything is fine and can be incorporated.

    Btw, great work on Super Orders! My appreciation!
    Super Orders does not modify any of the same files as the other mod.. so you should probably ask your question in the support thread for the non working mod..
    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. #593
    Join Date
    Jun 2009
    Posts
    63
    Plugin Contributions
    0

    help question Re: Super Orders v3.0 Support Thread

    Hello,

    I have Super orders, Ty, and edit orders installed perfectly and working very nice. However I am still wondering how it works.

    Ok so you add items to a customers order. Lets say they paid with paypal on there original order. Is there a way for when the customer logs back in and sees the changed order to pay the balance owed on there account using paypal or what ever method is available?

    Thanks,

    Lexxie

  4. #594
    Join Date
    Jun 2009
    Posts
    63
    Plugin Contributions
    0

    help question Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Alexiss View Post
    Hello,

    I have Super orders, Ty, and edit orders installed perfectly and working very nice. However I am still wondering how it works.

    Ok so you add items to a customers order. Lets say they paid with paypal on there original order. Is there a way for when the customer logs back in and sees the changed order to pay the balance owed on there account using paypal or what ever method is available?

    Thanks,

    Lexxie
    Hello Can anyone help Me?

    THanks

    Lexxie

  5. #595

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by Alexiss View Post
    Hello,

    I have Super orders, Ty, and edit orders installed perfectly and working very nice. However I am still wondering how it works.

    Ok so you add items to a customers order. Lets say they paid with paypal on there original order. Is there a way for when the customer logs back in and sees the changed order to pay the balance owed on there account using paypal or what ever method is available?

    Thanks,

    Lexxie


    The short answer is 'no'.

    From the "Purpose & Aim" tab of the SO2 Read_Me file:

    "Super Orders is exactly what its name implies: Zen Cart order management on steroids."

    That means super orders "soups up" Zen Cart order management functionality. It doesn't change the core way order management works. Suggest reading the entire Read_Me for a more thorough understanding of how the mod works. Suggest the same for Edit_Orders so that you can understand what it will and won't do.

    To answer the question using the scenario you provided, Edit_Orders will allow you to edit the order to reflect additional items purchased, changes in costs, taxes, etc....but it won't "bill" the customer. You would need to go to your paypal account and generate an invoice for the additional amount owed for any new items added, as well as increases in tax and/or shipping/handling fees.

    Going forward, questions about Edit_Orders functionality should be posted on the Edit_Orders support thread. I understand that you probably didn't know which mod your question applied to, but that's why you really should read the Read_Me files that are included with those mods...so that you can understand and differentiate between them.

    Good luck and happy Zenning
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  6. #596
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I just installed the super orders, edit order and TY on my v1.3.9h zen cart online store but got a page not found error for the super_batch_status.php page and super_batch_forms.php. Any ideas?
    Thanks!

  7. #597

    Default Re: Super Orders v3.0 Support Thread

    Try re-uploading those pages, clearing your cache, and checking again. Sometimes files get corrupted during the upload process.

    Quote Originally Posted by accent2010 View Post
    I just installed the super orders, edit order and TY on my v1.3.9h zen cart online store but got a page not found error for the super_batch_status.php page and super_batch_forms.php. Any ideas?
    Thanks!
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  8. #598
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Super Orders v3.0 Support Thread

    Hi Diva,

    I've been searching for more than an hour the thread trying to find something to fix the "Balance Due" issue and haven't. I saw your post http://www.zen-cart.com/forum/showpo...&postcount=266 where you mentioned it was going to be fixed on next release but there's not "fast fix" for those that don't want to wait for it (not me of course).

    I saw your list for next release "Things to do" and don't see it there so I was wondering...

    If there's anything I can help with from that list is on any language translation to Spanish, so let me know if I can give a hand on that.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  9. #599
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Has anyone got this working with reward points? Edit orders has been updated and now works....

  10. #600
    Join Date
    Sep 2005
    Posts
    189
    Plugin Contributions
    0

    Default to display comments code in super_invoice.php seems incorrect ...

    Hello,

    I've looked at the super_invoice code that relates to displaying comments. I noticed that the code first retrieves all comments linked to an order [1], but then only checks the first comment [2] if its empty or not to decide whether comments should be displayed.

    For an order i just generated the first comment is empty, and the second (admin generated) comment has text. Unfortunately, due to [2] the text does not get displayed. Also, the $customer_note assignment in [2] suggests that only one comment exists and is displayed.

    In my humble opinion this section of code needs to be rewritten. I would probably remove [2] altogether and instead create a loop at the end (instead of the if [3] that checks for $display_notes=1, and display all comments that are non empty.

    Did i misunderstand something here? Or, do my suggestions make sense.

    thank you,

    Dan


    code that retrieves all comment from the db
    [1] $orders_history = $db->Execute("SELECT orders_status_id, date_added, customer_notified, comments
    FROM " . TABLE_ORDERS_STATUS_HISTORY . "
    WHERE orders_id = '" . $oID . "'
    ORDER BY date_added");

    Code that checks only one comment field (the first amongst those retrieved), whether its empty or not.
    [2] if ($orders_history->fields['comments'] != '') {
    $customer_notes = $orders_history->fields['comments'];
    $display_notes = 1;
    }
    else {
    $display_notes = 0;
    }


    [3] code that displays one comment

    <?php if ($display_notes == 1) { ?>
    <tr>
    <td><?php echo zen_draw_separator('pixel_trans.gif', '1', '5'); ?></td>
    </tr>
    <tr>
    <td class="main" colspan="2"><strong><?php echo HEADER_CUSTOMER_NOTES; ?></strong></td>
    </tr>
    <tr>
    <td class="main" colspan="2"><?php echo $customer_notes; ?></td>
    </tr>
    <?php } ?>

 

 
Page 60 of 102 FirstFirst ... 1050585960616270 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. 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
  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. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  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

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