Page 118 of 202 FirstFirst ... 1868108116117118119120128168 ... LastLast
Results 1,171 to 1,180 of 2020
  1. #1171
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    I undid Optional step #1 which was customers_dhtml.php. It only gave me back a quick way to access all client records.

    The only 2 pages that are edited are the admin and catalog orders.php, may I see a copy of each from someone who has both working?
    Cheers!
    v2.0+

  2. #1172
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    There is no change to the catalog orders.php - only the admin/orders.php.

    Starting at line 909 of admin/orders.php, I commented and added one line (as per the readme.txt file instructions)

    Code:
      switch ($action) {
        case 'delete':
          $heading[] = array('text' => '<strong>' . TEXT_INFO_HEADING_DELETE_ORDER . '</strong>');
    
          $contents = array('form' => zen_draw_form('orders', FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=deleteconfirm', 'post', '', true));
    //      $contents[] = array('text' => TEXT_INFO_DELETE_INTRO . '<br /><br /><strong>' . $cInfo->customers_firstname . ' ' . $cInfo->customers_lastname . '</strong>');
          $contents[] = array('text' => TEXT_INFO_DELETE_INTRO . '<br /><br /><strong>' . ENTRY_ORDER_ID . $oInfo->orders_id . '<br />' . $oInfo->order_total . '<br />' . $oInfo->customers_name . ($oInfo->customers_company != '' ? '<br />' . $oInfo->customers_company : '') . '</strong>');
          $contents[] = array('text' => '<br />' . zen_draw_checkbox_field('restock') . ' ' . TEXT_INFO_RESTOCK_PRODUCT_QUANTITY);
          $contents[] = array('align' => 'center', 'text' => '<br />' . zen_image_submit('button_delete.gif', IMAGE_DELETE) . ' <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id, 'NONSSL') . '">' . zen_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>');
          break;
        default:
          if (isset($oInfo) && is_object($oInfo)) {
            $heading[] = array('text' => '<strong>[' . $oInfo->orders_id . ']&nbsp;&nbsp;' . zen_datetime_short($oInfo->date_purchased) . '</strong>');
    
    // replaced w/following line for orders_edit        $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
    $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDER_EDIT, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_details.gif', IMAGE_DETAILS) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
    
            $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $oInfo->orders_id) . '" TARGET="_blank">' . zen_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $oInfo->orders_id) . '" TARGET="_blank">' . zen_image_button('button_packingslip.gif', IMAGE_ORDERS_PACKINGSLIP) . '</a>');
            $contents[] = array('text' => '<br />' . TEXT_DATE_ORDER_CREATED . ' ' . zen_date_short($oInfo->date_purchased));
            $contents[] = array('text' => '<br />' . $oInfo->customers_email_address);
            $contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
            if (zen_not_null($oInfo->last_modified)) $contents[] = array('text' => TEXT_DATE_ORDER_LAST_MODIFIED . ' ' . zen_date_short($oInfo->last_modified));
            $contents[] = array('text' => '<br />' . TEXT_INFO_PAYMENT_METHOD . ' '  . $oInfo->payment_method);
            $contents[] = array('text' => '<br />' . ENTRY_SHIPPING . ' '  . $oInfo->shipping_method);

  3. #1173
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    Okay. No news. There has gotta be a string of popcorn missing somewhere.
    Cheers!
    v2.0+

  4. #1174
    Join Date
    Sep 2004
    Location
    MONTANA!!!
    Posts
    105
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Howdy Webskipper,

    I just installed SO and Edit orders too. All seems to be working fine.

    PM me and we can look through it together.

    Paul

  5. #1175
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    After having agreed a fee to get it working, and having covered the 3 points that webskipper wanted,

    Quote Originally Posted by webskipper
    Quote Originally Posted by philip_clarke
    Euros after it's been sorted, what version or zencart are you running. I just need to clarify the aims.

    a) get super orders and edit orders on the same system.
    b) have the "old" orders page accessible, by clicking the green "e" but "normally" clicking on a row will go to edit orders since you'd have the invoice, packing slip and super orders all correct and working too.
    c) have edit orders with the ability to add a product.

    Philip.
    That list is pretty much it. Zen Version is 138a.

    and having completed the work and demo'd that it did what it said on the tin, Webskipper doesn't want to pay for the work done and wants more done for nothing. So I wouldn't bother.

    Philip.

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

    Default Re: Super Orders 2.0

    There's no magic bullet.. If you understand how both Edit Orders and Super Orders works, then getting them to work together is rather easy..

    1st off, Edit Orders REQUIRES you to use the default orders.php file. If you followed the optional Super Orders instructions for hiding the order.php from the admin menus, then Edit Orders will NOT work. Why?? Because the Edit Orders options are only available from the default orders.php (which Super Orders is meant to replace).

    So how do you get them to work together??


    1. Install Super Orders DO NOT do the optional edits to hide the order.php
    2. Install Edit Orders


    If you need to edit an order you will use the default orders function. If you want to manage your orders, then you will use the Super Orders function.. No real mystery.. I have both working well on a client's site, and I had ORIGINALLY done all the edits to hide order.php from the admin menu.. I simply un-did all those edits, installed Edit Orders, and magically my default orders function was back and I was able to edit orders (thanks to the Edit Order add-on)

    If I had to guess, it sounds like webskipper has missed something in the install of one or the other of these add-ons..

    He should either go through and carefully reverse what was done to install these mods, and reinstall.. But I personally think a "clean slate" would be a better approach.. My suggestion would be to to make a backup his admin folder, then delete it from his site, and replace it with a vanilla admin folder from the ZenCart download he used to install his store in the first place.. Then I would start over with both add-on installs.. Just a vanilla install for Super Orders (NONE of the OPTIONAL edits).. Then install Edit Orders, and see how things look then..
    Last edited by DivaVocals; 30 Dec 2008 at 08:49 PM.

  7. #1177
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip_clarke View Post
    After having agreed a fee to get it working, and having covered the 3 points that webskipper wanted,




    and having completed the work and demo'd that it did what it said on the tin, Webskipper doesn't want to pay for the work done and wants more done for nothing. So I wouldn't bother.

    Philip.
    Whoa mate!

    Never said I was not going to pay for what you have done.

    You are flaming and character bashing, this behavior is not appreciated on this site. Maybe you simply misunderstood.

    I already PM'd you on sending me the current work. All I said was "I would rather pay for that (the whole Super Order Mod than) the small fix." never said I would not pay you.
    Cheers!
    v2.0+

  8. #1178
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Actually you wrote:
    Quote Originally Posted by webskipper
    Philip:

    I'll bet you can get it all to work with Super Orders. I would rather pay for that the small fix.

    You can ultimately sell your mod and have it included with Zen 2.0.
    Which is an entirely different inference, i.e. you would prefer I do more work on someone else's module and then release a GPL'd product commercially and make money that way as well as being really motivated by getting into Zen 2.0 which you'd rather pay even after having agreed a contract for a specific service. (I'd never steal a GPL'd product like you suggested)

    Yes I can do it, it takes one line of code but seeing as I've wasted a few hours here and there since 11th December 2008, 11:41 on you, someone else may want to be strung along,

    Quote Originally Posted by webskipper
    You are flaming and character bashing
    erm I'm not; the service contract you agreed to pay for is up there about two/ three posts up. You know, the thing that you agreed to, saw a demo of, didn't pay for...

    Philip.

  9. #1179
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    Fourbit and DivaVocals:

    I appreciate your input. The best route to take is to use the cool mod philip_clarke is providing.

    I believe that there must be another mod that I installed that is giving me grief. I removed the site while I was deployed and so whatever was on my backup disk was what got reinstalled last month upon my return. Who knows what other cob webs I will find. So far, no hitches.
    Cheers!
    v2.0+

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

    Default Re: Super Orders 2.0

    Perhaps I'm missing the point here.. Is the "cool mod" you're referring to an incorporation of the current Super Orders add-on and the Edit Orders add-on?? If so, then I would gladly pay someone to make the necessary mods to the Super Orders add-on to incorporate to Edit Orders capabilities..

    In the meantime it's easy enough to get Edit Orders and Super Orders to co-exist peacefully side by side. My customer is comfortable with the two being separate since she only has a few specific subset of orders (customer product) in which she needs the order editing function for.

    Sounds like you've answered your own question as to why you are having issues getting these two mods to work together.... Looks like you need to start over from a vanilla install of ZenCart and Super Order and Edit Order add-ons and work your way back from there..

 

 

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