Re: Edit Orders Support Thread
Quote:
Originally Posted by
DivaVocals
not sure if you are looking for help or just wanted to vent..:shocking:
That said I will say this, your problems seem UNIQUE to your store (otherwise MANY others would have reported the very SAME issues). The issue is likely something within your unique setup.. The WHOLE PURPOSE of edit orders is to add the ability to EDIT orders.. If you could not EDIT PRICES or SHIPPING then I'd say that something was very wrong with either your installing or usage of this module.. However given that you've now removed it it's IMPOSSIBLE to say what the UNIQUE issue you are having is.. (again it's not clear if you REALLY want help or if you were simply passing through to vent..)
Now I am going to vent. You are putting the blame on me without even taking a split second to consider there could be issues. There is no reason to be so condescending. And the CAPS IS UNCALLED FOR!!!!!!! It does not take rocket science to edit a value in a textbox and click an update button any more than getting error after error is a clear indication that the module is unable to function. I uninstalled this addon because I also needed to get back lost functionality. Quite obvious you are not interested in feedback or in finding out what may have gone wrong. Your rudeness is not appreciated.
Re: Edit Orders Support Thread
Those of us following this thread are interested in constructive feedback. We are also volunteering our time at zero cost to help support this module.
From your previous post, the issues you are reporting usually means one or more of the followung apply: 1) Edit Orders was not correctly installed (or a mistake was made during installation). 2) Patches for known bugs have not been applied. 3) Third party modules have modified the database or are conflicting. 4) A misunderstanding exists as to the operation and use of Edit Orders.
Out of curiousity... Was this a clean installation of Zen Cart (or an upgrade)? What version of Edit Orders was being installed? What debug logs (if any) were generated? Do you actually want help (or did you just want to say you were unable to get Edit Orders working)?
Re: Edit Orders Support Thread
Quote:
Originally Posted by
catsma_97504
Now I am going to vent. You are putting the blame on me without even taking a split second to consider there could be issues. There is no reason to be so condescending. And the CAPS IS UNCALLED FOR!!!!!!! It does not take rocket science to edit a value in a textbox and click an update button any more than getting error after error is a clear indication that the module is unable to function. I uninstalled this addon because I also needed to get back lost functionality. Quite obvious you are not interested in feedback or in finding out what may have gone wrong. Your rudeness is not appreciated.
Condescending??? You think that's what I feel/think?? that's truly really funny:laugh:.. Your interpretation of the MEANING behind my remarks is just that.. YOUR INTERPRETATION..
If you are having issues with this module, then the most COMMON reason is for all the reasons lhungil stated.. Otherwise there would be MANY people reporting the SAME issues with this module.. That was my only point to my post but you apparently missed it because you were too busy reading things into my words that weren't said..
Quote:
Originally Posted by
lhungil
Those of us following this thread are interested in constructive feedback. We are also volunteering our time at zero cost to help support this module.
Exactly!!
Quote:
Originally Posted by
lhungil
From your previous post, the issues you are reporting usually means one or more of the followung apply: 1) Edit Orders was not correctly installed (or a mistake was made during installation). 2) Patches for known bugs have not been applied. 3) Third party modules have modified the database or are conflicting. 4) A misunderstanding exists as to the operation and use of Edit Orders.
Out of curiousity... Was this a clean installation of Zen Cart (or an upgrade)? What version of Edit Orders was being installed? What debug logs (if any) were generated? Do you actually want help (or did you just want to say you were unable to get Edit Orders working)?
**nods in agreement**:yes:
Re: Edit Orders Support Thread
I just upgraded a site to 1.5.3. It had edit orders and Ceon's Advanced Shipper module installed and I have reinstalled and made sure everything is proper. And it's throwing an error when editing the order. The error message is below and it doesn't make any sense as the files are all uploaded correctly and do exist. Can you give me some clues about what I can do about this?
[23-Oct-2014 18:47:58 UTC] PHP Warning: include_once(includes/modules/shipping/advshipper.php): failed to open stream: No such file or directory in /home/www/designeritalianbags.com/includes/classes/shipping.php on line 58
[23-Oct-2014 18:47:58 UTC] PHP Warning: include_once(): Failed opening 'includes/modules/shipping/advshipper.php' for inclusion (include_path='.:/usr/local/php5.3/lib//php') in /home/www/designeritalianbags.com/includes/classes/shipping.php on line 58
[23-Oct-2014 18:47:58 UTC] PHP Fatal error: Class 'advshipper' not found in /home/www/designeritalianbags.com/includes/classes/shipping.php on line 59
Re: Edit Orders Support Thread
As the "include" appears to be missing FS_* paths, it appears some necessary modifications to shipping.php still need to be applied.
Unrelated, but why does the system include path have an item with double slashes?
Re: Edit Orders Support Thread
oh, good eye! That server path is interesting for sure. Put in a support ticket for that.
But I did no file integration - that's the shipping file in the package.
I went back and made sure the admin config file was completely correct just in case.
I did finally see a message after getting the blank page - when you go back to a normal page this message appears
Warning WARNING: Could not locate language file: includes/languages/english/modules/shipping/advshipper.php in yellow at the top of the page. Which is the line 58 in the error message. So we are looking at a path problem? I kept thinking something looked odd.
Makes me wonder about other possible server problems. Any other thoughts?
Re: Edit Orders v4.0 Support Thread
Okay, so here's how stupid even an experienced zen cart coder can be.
I had not uploaded the two class files.
Going to hide now.
Re: Edit Orders v4.0 Support Thread
Happens to all of us.
Strange part was the missing DIR_FS_CATALOG from the include when loaded from the admin (as the modifications should add DIR_FS_CATALOG)...
But sounds like you have everything sorted now. :-)
Re: Edit Orders v4.0 Support Thread
yep. Thanks for your help.
Re: Edit Orders v4.0 Support Thread
i have to say, having used zencart for quite some time with a few different clients, the ability to edit orders on the admin side is crucial. previously i had used the super-orders admin tool, with minimal problems.
having recently upgraded to v1.5.3, i moved to this module. and while i have been able to make it "work", i have to say, i do NOT agree with the design of this module.
specifically, it seems that every time you edit an order and hit update, the module will "update" the line items on the order. what does that mean? it deletes the orders_products row and creates a new one, thereby changing the index on that row. why it does not change the existing row, well you got me... i'm sure the developer has their reasons; but it makes more sense to me to update the existing row then to delete and recreate rows.
now, obviously how i implemented could have some problems; but no matter, when you hit the update products, it will delete and recreate even if NOTHING has changed.
the complexity of this module seems like overkill, but when you think about other add-ons that also need integration (authorizenet_cim comes to mind) on the admin orders side, implementing this overbuilt module seems like more trouble for me than its worth....