thank you for the reply...
what i'm not clear on is if i already installed usps click and ship and just ran the basic super_orders sql when i installed super orers?
is that the right way to do it?
Printable View
thank you for the reply...
what i'm not clear on is if i already installed usps click and ship and just ran the basic super_orders sql when i installed super orers?
is that the right way to do it?
All we did with S03 was provide an easy integration path for several popular modules.
Instead of having to merge the othe modules code into the super_ordes.php file, we've done that heavy lifting for the shop owner. All the shop owner has to do is to install the other module and "turn it on" in SO3. The admin flags in SO3 make the required fields/updates for the appropriate module "active" in the super_orders.php page.
However for these modules to work correctly with Super Orders they have to be installed correctly. Errors on the super_orders.php page can ONLY mean that either the module is NOT installed or not installed CORRECTLY.
From page 1 of this support thread.. Please note what's highlighted in red.
Quote:
- EASY integration* with Edit Orders, USPS Click-N-Ship, Fedex Automated Labels, and Ty Package Tracker
- More navigation options
- More shortcut icons on the orders listing screen. Now there is a corresponding shortcut icon on each order line that matches the buttons that appear in the sidebox
*Edit Orders, USPS Click-N-Ship, Fedex Automated Labels, and Ty Package Tracker MUST be installed to use these built-in integration features
Hi, I'm seeing this error in the cache log files:
[13-Apr-2011 11:44:37] PHP Warning: Missing argument 3 for update_status(), called in /home/XXXXXXX/public_html/parts/XXXX/includes/classes/super_order.php on line 230 and defined in /home/XXXXXXX/public_html/parts/XXXX/includes/functions/extra_functions/common_orders_functions.php on line 101
This happened when we marked some old orders as "Completed". Everything in the database looks good, and Super Orders seems to be functioning correctly, just throwing a few stray errors.
We're running V1.3.9h with Super Orders v. 3.0 and "Edit Orders" v3.03. I just thought I'd give a 'heads up'.
Thanks for the great add-on!
Mike
Loving the module, certainly making everything easier - but have a slight issue when it comes to printing a pdf. (or viewing) I'm getting a blank page when trying to print the PDF packing slips, and am kind of scratching my head here. (There are no php errors that I can find in the cache.) Most likely missing something really obvious, but?
I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.
Is there a way to fix this so that each selected invoice prints on its own page?
I had this as well.
In the admin folder under Includes > Functions > Extra Functions
Edit the common_orders_functions.php file:
Change line 77 from:
to:PHP Code:
function update_status($oID, $new_status, $customer_notified, $comments = '', $track_id1, $track_id2, $track_id3, $track_id4, $track_id5) {
PHP Code:
function update_status($oID, $new_status, $customer_notified = 0, $comments = '', $track_id1 = '', $track_id2 = '', $track_id3 = '', $track_id4 = '', $track_id5 = '') {
Hi All,
Just a quick question about the new version 3.0 regarding shipping labels, are you able to edit the position of the text because we use Australian Express post satchel and would like to use labels rather than wrighting on them.
Note that we use different size satchels so we would require 3 different layouts to be able to choose from. Would this be possible.:D
Hi,
I want to install this mod. I've downloaded it and found the installation help file (super_orders_readme.html), but the file only outlines the first section, Purpose & Aim. It doesn't have the rest of the sections that go through the installation process. Am I looking at the right file? Or is there another one?
I don't want to try to install this mod without thoroughly reading the install instructions first.
Thank you!