I just want to duplicate what you are doing is all.
I just want to duplicate what you are doing is all.
You probably can't duplicate it...there's an implicit login to displaying the page in question.
I also just validated another page with the EXACT same meta line, and it passed. I suspect there's something wrong in one of the php files being required above this line in the file. So, don't expend too much energy trying to debug that line.
I'll post back if I find something.
Michael Zimmers
www.cinderellaantiques.com
I found this to be a missing /> in the login.php file. Look on line 56 and add the /> and the error will go away.
JT
Very good sleuthing, JTheed. There are also a couple of input statements in there that are also missing the "/" on their closing.
Odd how the validator reported this (or didn't report it, depending on your point of view).
In any event, it now validates. Thanks again for the help.
Michael Zimmers
www.cinderellaantiques.com
To fix this Back button issue:
In edit_orders.php on line 659, find:
and replace with:Code:<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
Code:<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, 'page=1&oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
Wow!! Thanks soooooooooo much.... Absolutely AWESOME!!!!!
BTW, I will be putting together a new update for Super Orders with this and other foxes that have been posted or sent to me.. I'm a little tight on time right now but it will be posted in the next week or two.. Thanks to all who have posted fixes/updates.. You all ROCK!!!
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.
In \admin\edit_orders.php, I have the above code in two places - Lines 1048 and 1608.
Do I have the right file? As the original reference says Line 659, my \admin\edit_orders.php must be substantially different.
Nevertheless, do I apply the changes in both places.
Best Regards
This is what I get for doing drive-by postings before heading off to work in the mornings.. This is not a SUPER ORDERS fix, but an EDIT ORDERS fix..
I will be happy to cross post this on the Edit Orders support thread if it hasn't been done already, but let me be clear that this code will NOT be included in the next Super Orders update.. However, what I will include in the next Super Orders update is an update to the README file with a link to the Edit Orders fix posted above.
While cross posting the fix here is absolutely cool for those of us using both mods together.. We really should (myself included) take any FURTHER discussion of this fix over to the Edit Orders support thread as it really is an EDIT ORDERS fix..
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.
Ma foi.
I notice an Edit Orders support thread has recently been setup here commencing 27 January 2010. !!!
http://www.zen-cart.com/forum/showthread.php?t=146652
If you post elsewhere, could you please inform.
TIA
Bookmarks