and actually if it tests okay we'll add it to the codebase so no need to post at all!!:smile:
Printable View
Hey again, just noticed this a moment ago. But, is there something I'm missing from HTML Emails where no line breaks are?
Running 1.3.9h Just installed Super Orders 3.0. Ran the SQL code. All of my customers are intact, however all old orders are 'missing' One New one shows up, but no old orders are there. What did/didn't I do and how do I fix it??
Thank you!
-Andrew
[email protected]
www.burkesfinemeats.com
Don't know what you did.. SO3 adds two new columns to the orders table, but it wouldn't "remove" orders from the orders table.. Though that said I'm not entirely sure what you mean by orders missing..
As suggested on page 1 of this support thread, it might help if you provided some details on HOW you installed SO.. it's not enough to know that you "copied the files over and ran the SQL" -- need to know WHICH files you copied over, WHICH SQL file you ran, and is this a NEW install or an UPGRADE.. If it is an upgrade from which version are you upgrading??
Sorry for the vagueness.
By missing I mean they do not show up under orders. The only one that shows up is one that came in AFTER I updated. HOWEVER, I CAN click back and see the others if I 'start' from the one that shows up and click to previous orders (Under Super Orders:Details: Jump to order).
I renamed to match my admin folder the folders in '1_Install_Files' , '2_Required_Core_Edits' and '3_Optional_Files'. I ftp/overwrote them to my store directory. I then copied, and pasted into Admin:Tools:Install Sql Patches the code from 'super_orders_install_v30.sql' and executed it. There were no errors.
It seems to work fine with the one order that is there, i.e.; print, edit, etc. Just don't see the previous orders.
Example, When I click on one of the 'New Orders:' from the main Admin screen, no matter which customer I click on, it takes me only to the one new one.
I can provide ftp/login access if that would help you in any way. I appreciate any help you can give... I have reviewed the install directions repeatedly and can't see what I did incorrectly...
Thank you
-Andrew Burke
Running 1.3.9h Just installed Super Orders 3.0. Ran the SQL code. All of my customers are intact, however all old orders are 'missing' One New one shows up, but no old orders are there. What did/didn't I do and how do I fix it??
Thank you!
-Andrew
[email protected]
www.burkesfinemeats.com
Sorry for the vagueness.
It was a fresh install.
By missing I mean they do not show up under orders. The only one that shows up is one that came in AFTER I Installed. HOWEVER, I CAN click back and see the others if I 'start' from the one that shows up and click to previous orders (Under Super Ordersetails: Jump to order).
I renamed to match my admin folder the folders in '1_Install_Files' , '2_Required_Core_Edits' and '3_Optional_Files'. I ftp/overwrote them to my store directory. I then copied, and pasted into Admin:Tools:Install Sql Patches the code from 'super_orders_install_v30.sql' and executed it. There were no errors.
It seems to work fine with the one order that is there, i.e.; print, edit, etc. Just don't see the previous orders.
Example, When I click on one of the 'New Orders:' from the main Admin screen, no matter which customer I click on, it takes me only to the one new one.
I can provide ftp/login access if that would help you in any way. I appreciate any help you can give... I have reviewed the install directions repeatedly and can't see what I did incorrectly...
Thank you
-Andrew Burke
What you need to do is do a backup of your store before you installed SO. After that check to make sure your old orders are there. Re-install SO making sure you do not over write any other files that this module is using with core files. Use a program like WinMerge to compare files with the core file that SO is using. See what happens after that. Take your time a lot of misstates happen when people rush to install a module.:yes:
I did a backup of the entire store and the SQL. As I stated, the orders ARE there... If I look at the one order that came in AFTER I installed, I can browse back and see/edit/print the others. That is from the Super Orders Side. If I click on a customer from the main Admin page, they do not show up.
I am on a Mac, so I can't use WinMerge, However I DID use Apple File Merge and do not see anywhere that I overwrote a key file/function/issue.
Stumped.
-Andrew Burke
burkesfinemeats.com
I think this should be a fairly easy one.................Okay, in /MyCustomAdminFolder/super_packingslip.php, line 222:
....displays the Model Numbers in their column.Code:<td class="dataTableContent" valign="middle">' . $order->products[$i]['model'] . '</td>' . "\n" .
What I need to know is, can this line also be manipulated to "Order by model ASC", to make these list alphabetically by model number.
Any ideas?