Page 121 of 202 FirstFirst ... 2171111119120121122123131171 ... LastLast
Results 1,201 to 1,210 of 2020
  1. #1201
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    help question Re: Super Orders 2.0 SHIPPING_METHOD

    thank you.
    that is very helpful for the landing page.
    can't figure out exactly where to do that for the "detail", "invoice", or "packing slip" pages.


    Quote Originally Posted by thomasw98 View Post
    I think your guess is probably correct.

    Skipper_2: In super_order.php, look for these lines:

    Code:
    $contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' '  . $shipping_method);
    $contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
    and change to:

    Code:
    $contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' '  . $oInfo->shipping_method);
    $contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
    That will make the detailed shipping type appear on the summary page (on the right hand side of the page for the order line you have selected). Use the same logic to make it change on the other pages also.

  2. #1202
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0 SHIPPING_METHOD

    That quote in that post is 14 months back I believe, what I think you are asking is whether it is possible to put expanded details about whether the UPS service is "priority mail" "express" or whatever in the detail, invoice and packing slip pages.

    I'm suprised that it doesn't give those details on any installation (I'm UK based so don't use those services), if this is what you are asking it's going to take some editing of several pages.

    Philip.

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

    Default Re: Super Orders 2.0 SHIPPING_METHOD

    Quote Originally Posted by dni View Post
    thank you.
    that is very helpful for the landing page.
    can't figure out exactly where to do that for the "detail", "invoice", or "packing slip" pages.
    If you search this thread for "Shipping Details" you will find all the threads related to this often asked question. One of these threads should help .. (I didn't look to see which one was the right one.. I just grabbed them all..)

    http://www.zen-cart.com/forum/showpo...&postcount=720
    http://www.zen-cart.com/forum/showpo...&postcount=777
    http://www.zen-cart.com/forum/showpo...&postcount=851
    http://www.zen-cart.com/forum/showpo...&postcount=853
    http://www.zen-cart.com/forum/showpo...&postcount=587

    HTH..

  4. #1204
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    How do I uninstall Super Orders, please?

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

    Default Re: Super Orders 2.0

    Did you edit any files ?

  6. #1206
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I don't think I've edited any files. Since posting my question, I have gone through and deleted every file named "super_". Everything seems to be gone now -- the invoices, reports, etc -- except that I'm still seeing the Super Orders configuration menu in the admin/configuration section of my backend. Thanks so much for your help.

  7. #1207
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    This is a list of all the php files

    super_orders_20/super_orders_sql.sql
    super_orders_20/LICENSE.txt
    super_orders_20/README.txt
    super_orders_20/catalog/admin/super_batch_status.php
    super_orders_20/catalog/admin/super_edit.php
    super_orders_20/catalog/admin/super_orders.php
    super_orders_20/catalog/admin/super_report_await_pay.php
    super_orders_20/catalog/admin/super_packingslip.php
    super_orders_20/catalog/admin/super_shipping_label.php
    super_orders_20/catalog/admin/super_customers.php
    super_orders_20/catalog/admin/super_report_cash.php
    super_orders_20/catalog/admin/super_invoice.php
    super_orders_20/catalog/admin/super_payment_types.php
    super_orders_20/catalog/admin/super_payments.php
    super_orders_20/catalog/admin/includes/languages/english/super_batch_status.php
    super_orders_20/catalog/admin/includes/languages/english/super_edit.php
    super_orders_20/catalog/admin/includes/languages/english/super_orders.php
    super_orders_20/catalog/admin/includes/languages/english/super_report_await_pay.php
    super_orders_20/catalog/admin/includes/languages/english/super_packingslip.php
    super_orders_20/catalog/admin/includes/languages/english/super_customers.php
    super_orders_20/catalog/admin/includes/languages/english/super_report_cash.php
    super_orders_20/catalog/admin/includes/languages/english/super_invoice.php
    super_orders_20/catalog/admin/includes/languages/english/super_payment_types.php
    super_orders_20/catalog/admin/includes/languages/english/super_payments.php
    super_orders_20/catalog/admin/includes/languages/english/super_data_sheet.php
    super_orders_20/catalog/admin/includes/languages/english/super_batch_forms.php
    super_orders_20/catalog/admin/includes/languages/english/order_status_email.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_localization_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_reports_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php
    super_orders_20/catalog/admin/includes/extra_datafiles/super_orders_defines.php
    super_orders_20/catalog/admin/includes/functions/extra_functions/super_orders_functions.php
    super_orders_20/catalog/admin/includes/super_stylesheet.css
    super_orders_20/catalog/admin/includes/formval.js
    super_orders_20/catalog/admin/includes/classes/popup.php
    super_orders_20/catalog/admin/includes/classes/customer.php
    super_orders_20/catalog/admin/includes/classes/super_order.php
    super_orders_20/catalog/admin/super_data_sheet.php
    super_orders_20/catalog/admin/super_batch_forms.php
    super_orders_20/catalog/includes/languages/english/modules/payment/purchaseorder.php
    super_orders_20/catalog/includes/extra_datafiles/super_orders_defines.php
    super_orders_20/catalog/includes/modules/payment/purchaseorder.php
    super_orders_20/catalog/includes/classes/super_order.php
    super_orders_20/_upgrade/super_upgrade.php
    super_orders_20/UPGRADE.txt

    These files:

    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_localization_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_reports_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php

    are the ones that bring up the menu,

  8. #1208
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    help question Re: Super Orders 2.0

    I'm getting the following error whenever I press the details button:



    Fatal error: Call to undefined function zen_address_format() in /home/bstein/public_html/admin/super_orders.php on line 316

    I'm running zen-cart v1.3.8a which I upgraded from v1.3.7. I also have ty package tracker installed.
    What could be causing this? Thanks for any help on the matter.

    Brad Steinagel

  9. #1209
    Join Date
    Sep 2008
    Posts
    605
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Most likely is that you've forgotten something about how you originally installed super orders. "Normally" you edit orders.php and so you're upgrade has overwritten the modified orders.php, if you re-follow the instructions for installing super orders, everything should work out fine and dandy.
    Last edited by philip_clarke; 1 Feb 2009 at 03:03 PM. Reason: spelling mistakae

  10. #1210
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Philip, Thank you! I've deleted every one of these files, but still the Super Orders configuration menu shows up in my my Configuration area. I've done a search for "super_" and "super_orders" in the Developers Toolkit as well. Perhaps I edited existing files when I installed and just can't remember. Any suggestions where I might look? Store is surpiegirl.com, if that helps at all.

    Quote Originally Posted by philip_clarke View Post
    This is a list of all the php files

    super_orders_20/super_orders_sql.sql
    super_orders_20/LICENSE.txt
    super_orders_20/README.txt
    super_orders_20/catalog/admin/super_batch_status.php
    super_orders_20/catalog/admin/super_edit.php
    super_orders_20/catalog/admin/super_orders.php
    super_orders_20/catalog/admin/super_report_await_pay.php
    super_orders_20/catalog/admin/super_packingslip.php
    super_orders_20/catalog/admin/super_shipping_label.php
    super_orders_20/catalog/admin/super_customers.php
    super_orders_20/catalog/admin/super_report_cash.php
    super_orders_20/catalog/admin/super_invoice.php
    super_orders_20/catalog/admin/super_payment_types.php
    super_orders_20/catalog/admin/super_payments.php
    super_orders_20/catalog/admin/includes/languages/english/super_batch_status.php
    super_orders_20/catalog/admin/includes/languages/english/super_edit.php
    super_orders_20/catalog/admin/includes/languages/english/super_orders.php
    super_orders_20/catalog/admin/includes/languages/english/super_report_await_pay.php
    super_orders_20/catalog/admin/includes/languages/english/super_packingslip.php
    super_orders_20/catalog/admin/includes/languages/english/super_customers.php
    super_orders_20/catalog/admin/includes/languages/english/super_report_cash.php
    super_orders_20/catalog/admin/includes/languages/english/super_invoice.php
    super_orders_20/catalog/admin/includes/languages/english/super_payment_types.php
    super_orders_20/catalog/admin/includes/languages/english/super_payments.php
    super_orders_20/catalog/admin/includes/languages/english/super_data_sheet.php
    super_orders_20/catalog/admin/includes/languages/english/super_batch_forms.php
    super_orders_20/catalog/admin/includes/languages/english/order_status_email.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_localization_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_reports_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php
    super_orders_20/catalog/admin/includes/extra_datafiles/super_orders_defines.php
    super_orders_20/catalog/admin/includes/functions/extra_functions/super_orders_functions.php
    super_orders_20/catalog/admin/includes/super_stylesheet.css
    super_orders_20/catalog/admin/includes/formval.js
    super_orders_20/catalog/admin/includes/classes/popup.php
    super_orders_20/catalog/admin/includes/classes/customer.php
    super_orders_20/catalog/admin/includes/classes/super_order.php
    super_orders_20/catalog/admin/super_data_sheet.php
    super_orders_20/catalog/admin/super_batch_forms.php
    super_orders_20/catalog/includes/languages/english/modules/payment/purchaseorder.php
    super_orders_20/catalog/includes/extra_datafiles/super_orders_defines.php
    super_orders_20/catalog/includes/modules/payment/purchaseorder.php
    super_orders_20/catalog/includes/classes/super_order.php
    super_orders_20/_upgrade/super_upgrade.php
    super_orders_20/UPGRADE.txt

    These files:

    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_localization_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_reports_dhtml.php
    super_orders_20/catalog/admin/includes/boxes/extra_boxes/super_orders_customers_dhtml.php

    are the ones that bring up the menu,

 

 

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