Re: Order Editor 1.3.7 Issues
Hi,
I just installed edit orders. Everything seems to work fine unless I have a group discount.
One of my customers has a group discount. I tried to change their order....
First I subtracted an item. The group discount total stayed the same instead of reducing in proportion.
Next I had to add an item. It added the item but, then instead of also updating the group discount in proportion and subtracting it...it left the discount total the same but, then added it to the total instead of subtracting it.
Has anyone had this problem?
I'm not a coder by any means so I have no clue as to how to fix this.
Thanx for any help:cry:
Re: Order Editor 1.3.7 Issues
Are you using the newest version? Get it from the link in my signature. This will fix your problem with group pricing changing to positive when changed.
As for automatically adjusting group pricing based on order total, this mod currently doesn't do that. You'll need to recalculate the discount manually and then change the discount on the edit order screen.
Re: Order Editor 1.3.7 Issues
Thank you for your help.
I will manually adjust the group discount.
As for the newest version...I believe that is the one
I downloaded. I bought it 2 days ago after clicking on the link in you signature. It said Edit Orders 2.
I still have 4 down loads so I can down load again if you think it would help.
Thanx again:lookaroun
Re: Order Editor 1.3.7 Issues
Could it be that I'm using Zen Cart 1.3.8?
Thanx Again
Re: Order Editor 1.3.7 Issues
Hi, guys!
I downloaded and installed srturner47's newest mod version (2.3) but it doesn't work for me. I still have trouble with the order total turning to '0.00' when I edit any order.
Thanks for your help!
Re: Order Editor 1.3.7 Issues
Dichroic - Is it possible that you changed the name of the order total module? Check under Modules->Order Totals->Group Discount. The name should be "ot_group_pricing". If it isn't, this mod won't work right. The mod should work fine with 1.3.8.
Re: Order Editor 1.3.7 Issues
labraxmauler,
you had posted earlier that
Quote:
I'm working with Zen Cart 1.3.7.1 (database patch level: 1.3.8, fresh installation), PHP version 4.3.9, MySQL 4.1.22.
That doesn't seem right. Why is your database patch at 1.3.8, but your version at 1.3.8? You might want to investigate this...
Also, I'd highly recommend using PHP5. This may also be causing your problem, as I code on PHP5 servers.
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
Dichroic - Is it possible that you changed the name of the order total module? Check under Modules->Order Totals->Group Discount. The name should be "ot_group_pricing". If it isn't, this mod won't work right. The mod should work fine with 1.3.8.
Ok This is what I have
/public_html/store/includes/modules/order_total
And then ot_group_pricing.php
I couldn't find anything that said group discount.
Thanx again for your help
Re: Order Editor 1.3.7 Issues
Dichroic,
Using Phpmyadmin, check to see if the discounts in question are labeled as ot_group_pricing. If they are, this mod should work fine. If they aren't it will change the negative to a positive. You will find this in the orders_total table of the database using phpmyadmin. The only three order totals that are set to keep as negative with this mod are ot_coupon, ot_gv, and ot_group_pricing
Re: Order Editor 1.3.7 Issues
Ok, Thanx again for your help
I will keep looking and post if I find it but, is PHPMYADMIN in my Zen cart admin or is it in the admin to my website?
Sorry for not knowing. I'm in the process of learning all this website stuff:blush:
Thanx again and I will continue to try to solve this.