I have read through the threat but can't find the fix to fix the issue of emails not being sent to customers when you update the status or add comments.
How do I go about fixing the code?
Printable View
I have read through the threat but can't find the fix to fix the issue of emails not being sent to customers when you update the status or add comments.
How do I go about fixing the code?
I get this seeing when updating an order
Fatal error: Cannot use object of type queryFactoryResult as array inFatal error: Cannot use object of type queryFactoryResult as array in XXXX/public_html/shop/admin/edit_orders.php on line 185
Plus it isnt updating the orders either.
edit orders
zen cart 1.3.8a
super orders also installed.
when i try to delete an item by entering 0, the cart says successfully updated and i don't get an error but it does not remove the product. i can change quantity from 2 to 1, but i cannot change from 1 to 0.
how do you delete items from an order?
thanks.
follow up:
after entering 0 and updating to remove and item from an order. it seems to adjust the total but it does not remove the item. the item is still listed.
how do i fix that.
thanks.
if no one else has encountered this (entering 0 to remove an item, but it does not get removed and does not give an error), does anyone at least have a guess as how to fix it???
I used the add products part of this mod in another mod I worked on - Drop Shipping w/ PDF Packing Lists. So, I had to fix the attributes for that. I was able to integrate these fixes into Edit Orders, fix the Status/Comments problems, and integrate the other fixes that were detailed on this thread. I've uploaded a new version, 1.5, of this mod that seems to fix all problems that I can find. Please be aware--attributes are TRICKY! I've added a ton of information to the db that this mod wasn't processing before, but not every little detail gets updated when you are dealing with attributes. As far as I can tell, Zen Cart doesn't even use all the data in TABLE_ORDER_PRODUCTS_ATTRIBUTES, so I don't think this will be much of an issue, but you have all been warned! Use this at your own risk.
v 1.5 5/24/08 - Scott Turner
NOTE: 1.5 - Works With Zen Cart 1.3.8
1. Fixed Issues with Adding a Product With Attributes
2. Adding Products with Attributes Will Automatically Recalculate Price
3. Fixed Issue with Deleting a Product (Thanks zc_tester)
4. Fixed Issue with Editing a Product Attribute (Thanks zc_tester)
5. Added Ability to Edit Product Attributes Price Increases/Decreases
-- NOTE: This will not change the unit price - this must be edited manually.
6. Corrected PHP tags
7. Fixed Problems with Status/Comments Updates & Emails
LINK -- Just updated it, so it will probably take a day or two to show up.
Enjoy! :smile:
Thanks for your work! I just installed 1.5 into my cart.
brilliant update srturner47!!!!!
:cheers:
I'm beginning to go bald in the spot where I keep pulling my hair out. I've tried this module several times, and was in hopes that this latest update would work properly, but it doesn't. I think I've figured out the reason, but don't know what to do about it.
I think that it is a config file issue, because I changed the name of my admin file for security reasons, and that's where it's looking. Since this module wouldn't know that, I'm pretty sure that there must be a config file that is telling it where to look. Can someone please point me in the right direction?
Thanks in advance for your consideration.
Shepherd