I fixed the problem regarding the 1366 error.
I went into the mysql database and changed the notify field from INT to VARCHAR
I can now change the batch status from processing to shipped.
I fixed the problem regarding the 1366 error.
I went into the mysql database and changed the notify field from INT to VARCHAR
I can now change the batch status from processing to shipped.
Just wanted to post an update.. conversion is going well.. We are testing the latest round of changes.. If anyone wants to test, please PM me.. Please keep in mind I need SERIOUS testers -- not folks looking to get a "sneak preview" of Super Orders.. So if you really want to test Super Orders, we would welcome the additional set of eyes..
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.
HI,
I have just installed the update of Super Orders (3.0.2) available on the free zen cart add ons section. Should this release pick up paypal payments that have been made that are in a status of completed and show the payment details as completed?
For the orders that I already have it is still showing no payment data for each order.
Is there anything I need to do to get the payment details showing?
Also, when I use the Batch printing option to print the PDF Packing slips the currency symbol is still being showed as £ on the slip.
Regards,
Brett Rogers
http://www.personally-yours.co.uk
Brett Rogers
http://www.personally-yours.co.uk
i'm having an issue with my invoice the in tax column they show tax exempt instead of the actual number any one know what is up with that?
www.gorillagear.ca = zencart v1.3.9h with 40+ mods
Again I need to stress that if you want to test, you need to be familiar with ALL the features in Super Orders. I need testers who can test ALL of the add-on, not just the features they use..
Also this is not an opportunity to get your hands on a pre-release version.. Until testing is complete NONE of these beta versions being tested should be used on ANY live store..
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.
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.
If you are getting an error that looks like:
[16-Mar-2012 08:14:11] PHP Warning: stripslashes() expects parameter 1 to be string, array given in /home/p153j5eh/public_html/crosscuisines.org/delivery/xAMykyUwRx6W/super_orders.php on line 173
Change super_orders.php on the line specified (173 in my example, but look at your error log). If you have
change it toCode:$comments = mysql_escape_string(stripslashes($_POST)); ^M
Code:$comments = mysql_escape_string(stripslashes($_POST['comments']));
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
in the last few days i installed SO3.0 and saw the post that says don't install on ZCV1.5 and now i am trying to uninstall the files so I have this problem now in the index page of admin folder on the links referring to super_orders etc where would I go to change that back to the original orders.php?
- Open the SO readme file.
- Click on the Files tab
- Scroll down until you find these two sections:
Core Zen Cart Files Modified (Required)
Core Zen Cart Files Modified (Optional)
These are lists of files that you must replace when you uninstall SO. The exception of course, is any file in YOUR_CUSTOM_TEMPLATE. Unless you've made other changes to files located there (either manually or changed by another addon), then you may simply delete those and not bother to replace them.
Always remember when installing or uninstalling mods to be mindful of files that get overwritten or are shared by varying addons or your own customizations. Such files will need to be carefully merged/unmerged (vs. overwritten/replaced or deleted).
If you didn't back up your original files before installing this (or any other addon for that matter), then you will have to re-download the ZC installation package and copy the files from there....but be aware that any customizations you made to any of those files will be lost.
Bookmarks