Edit Order Items Save Button Missing
-
- Commander (CMDR)
- Posts: 129
- Joined: Thu Oct 19, 2006 5:33 pm
Edit Order Items Save Button Missing
Hello -
Can someone running version 7.0.7 test something for me? For some reason, we have lost the ability to Save when editing order items in the admin side. Example: if we go to Orders > Edit Order Items I can select a product to add. After doing so, there is only a Cancel button and no longer a Save button. If you are running this same version and don't mind testing for a couple minutes it would be greatly appreciated. Just wanted to see if this was the case for all before I submitted a bug report.
Thanks!
Greg
Can someone running version 7.0.7 test something for me? For some reason, we have lost the ability to Save when editing order items in the admin side. Example: if we go to Orders > Edit Order Items I can select a product to add. After doing so, there is only a Cancel button and no longer a Save button. If you are running this same version and don't mind testing for a couple minutes it would be greatly appreciated. Just wanted to see if this was the case for all before I submitted a bug report.
Thanks!
Greg
Re: Edit Order Items Save Button Missing
Tested on version 7.0.7. No problem found. Was able to add product. Both 'save' and 'cancel' buttons were available.
-
- Commander (CMDR)
- Posts: 129
- Joined: Thu Oct 19, 2006 5:33 pm
Re: Edit Order Items Save Button Missing
Thanks for checking. Any idea if that custom variant image code you wrote for us last week might have caused that to stop working? I don't think so as I thought I reverted everything but I can't seem to pin point what else changed...
Thanks,
Greg
Thanks,
Greg
Re: Edit Order Items Save Button Missing
Hi Greg,
We use 7.0.7, and I was having some trouble adding items to an order. The product was a kit, and there was a member product that had a custom field requirement. I can work-around the issue by adding the member product separately, but it surely must be a bug of some sort.
Maybe you can check to see if the products you are adding having any custom fields or option variants that are unavailable...
Thanks,
Katie
We use 7.0.7, and I was having some trouble adding items to an order. The product was a kit, and there was a member product that had a custom field requirement. I can work-around the issue by adding the member product separately, but it surely must be a bug of some sort.
Maybe you can check to see if the products you are adding having any custom fields or option variants that are unavailable...
Thanks,
Katie
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
-
- Commander (CMDR)
- Posts: 129
- Joined: Thu Oct 19, 2006 5:33 pm
Re: Edit Order Items Save Button Missing
Hi Katie -
Unfortunately, seems to do it on all products including those with no custom fields and that are available. Still digging around trying to determine when this stopped working.
Thanks,
Greg
Unfortunately, seems to do it on all products including those with no custom fields and that are available. Still digging around trying to determine when this stopped working.
Thanks,
Greg
Re: Edit Order Items Save Button Missing
Noticed on 7.0.7
If you try to add a product which has options, the save button disappears. It does not reappear even when you make selections for the options. If you add a normal product, both save and cancel button remain visible.
If you try to add a product which has options, the save button disappears. It does not reappear even when you make selections for the options. If you add a normal product, both save and cancel button remain visible.
Re: Edit Order Items Save Button Missing
I think I'm closer to figuring out the exact problem. Do your options have digital goods attached? I think it's related to having digital goods attached to an existing order, and then adding more through the admin...
Thanks for your help.
Katie
Thanks for your help.
Katie
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
-
- Commander (CMDR)
- Posts: 129
- Joined: Thu Oct 19, 2006 5:33 pm
Re: Edit Order Items Save Button Missing
No digital goods on any of our products, just normal products with options/variants.
Greg
Greg
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Edit Order Items Save Button Missing
I just tested and the button shows up for a product with options if you have selected options for the product - I had to look in the code to find the reason.
SaveButton.Visible = (_SelectedOptions.Count >= _Product.ProductOptions.Count);
SaveButton.Visible = (_SelectedOptions.Count >= _Product.ProductOptions.Count);
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Edit Order Items Save Button Missing
When I was testing this yesterday, I was unable to reproduce the issue using Options, Variants, Kits, or Kits with options. But when I tracked down a scripting error having to do with digital goods, then I found a couple strange issues if the DG already existed with the order.
To me, it seems like something changed in version 7.0.7, but I can't seem to put my finger on it yet...
It sure is odd that both Greg and Joe are having this issue with std. options. I'll keep digging but if you have any new information to share, please do.
To me, it seems like something changed in version 7.0.7, but I can't seem to put my finger on it yet...
It sure is odd that both Greg and Joe are having this issue with std. options. I'll keep digging but if you have any new information to share, please do.
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support