Zen Cart Logo
Forums / All Other Contributions/Addons / Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Views: 83,887

Results 381 to 400 of 660
13 Dec 2011, 4:08 PM
#381
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

jagge:

Thanks for the reply.

However, that discount is a coupon for free shipping so there shall be no reduced total.
So the figures/amounts is correct.

So....139 plus 28 tax =139?

Also, 25 percent of 139 is 34.75...so your tax isn't calculating correctly. Something is wrong and before you can look at edit orders, you have to figure that out first.

16 Dec 2011, 3:52 PM
#382
corrosie avatar

corrosie

New Zenner

Join Date:
Dec 2011
Posts:
4
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

In my store I use two differente tax-rates....
After editing orders, the tax-totals are not correct.

When adding a product with a tax-type which didn't exist in the order before, the new tax-type is not shown at all.

When editing other orders (with both tax-types) the tax totals for both rates are the same. (the total of both taxes, instead of split up for each rate)

When I look at the code, is see that there is just one runnintax variable.

$RunningTax +=

Is there somebody with the same problem. And maybe already solved?

I am using v3.03 with Zen Cart 1.3.9h

16 Dec 2011, 6:14 PM
#383
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

To add on to what ScriptJunkie posted, your order totals are out ow whack and I'm confident that it's not because of Edit Orders.. Secondly, simply changing the order status in Edit Orders (regardless of whether you edit an order ot not) will not change the order totals all by itself..

It seems likely another order management mod you are running may be the source of the issues you are having..

jagge:

Thanks for the reply.

However, that discount is a coupon for free shipping so there shall be no reduced total.
So the figures/amounts is correct.

ScriptJunkie:

So....139 plus 28 tax =139?

Also, 25 percent of 139 is 34.75...so your tax isn't calculating correctly. Something is wrong and before you can look at edit orders, you have to figure that out first.

16 Dec 2011, 6:16 PM
#384
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

If you search through this thread for the terms "known issues" you will find a post I put together of all the known issues with Edit Orders and taxes..

Hopefully this will help you..

corrosie:

In my store I use two differente tax-rates....
After editing orders, the tax-totals are not correct.

When adding a product with a tax-type which didn't exist in the order before, the new tax-type is not shown at all.

When editing other orders (with both tax-types) the tax totals for both rates are the same. (the total of both taxes, instead of split up for each rate)

When I look at the code, is see that there is just one runnintax variable.

$RunningTax +=

Is there somebody with the same problem. And maybe already solved?

I am using v3.03 with Zen Cart 1.3.9h

20 Dec 2011, 8:57 AM
#385
corrosie avatar

corrosie

New Zenner

Join Date:
Dec 2011
Posts:
4
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Ok... I found out that there are more people with the same issue...

Unfortenately I can't find a solution yet... Guess I have to create it myself....:cool:

20 Dec 2011, 2:59 PM
#386
corrosie avatar

corrosie

New Zenner

Join Date:
Dec 2011
Posts:
4
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Done:

Created a new file in the directory /includes/modules/functions
This file contains a function which recalculates the tax-rate totals for a given order. (and adds new tax-rate total when not in the order yet)

In the file edit_order.php I just have to add the call to the new function, just after updating the order.

23 Dec 2011, 3:44 AM
#387
gsh avatar

gsh

New Zenner

Join Date:
Sep 2006
Posts:
20
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Edit Orders 3.03 and Zen v1.3.9h

BUG: Edit Orders 3.03 strips the sales tax from an order.
Edit Orders 3.03 strips the calculated sales tax from an order. This occurs even when NO order fields are modified, and only UPDATE is executed from EDIT ORDER. The calculated sales tax will disappear, and a new order total will appear, less the order sales tax from the original order.
:(

23 Dec 2011, 5:09 PM
#388
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Can someone help me. I am having a very frustraighting problem. I have 2 sites, one which edit orders works perfectly on and the other where it has the sub-total column missing and if any values are edited it changes the total to 0?? I have copied the orders.php file from the site that is working correctly to the one that isn't and still no luck. Hoping someone can lead me in the right direction?:dontgetit

Thanks

31 Dec 2011, 2:16 PM
#389
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

lindsey80:

Can someone help me. I am having a very frustraighting problem. I have 2 sites, one which edit orders works perfectly on and the other where it has the sub-total column missing and if any values are edited it changes the total to 0?? I have copied the orders.php file from the site that is working correctly to the one that isn't and still no luck. Hoping someone can lead me in the right direction?:dontgetit

Thanks

Anyone????:ohmy:

31 Dec 2011, 2:24 PM
#390
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

lindsey80:

Anyone????:ohmy:Wish I could help.. I haven't a clue to the answer as I cannot recreate this issue.. What else is different about the store that's not working?? Are you using Super Orders??

31 Dec 2011, 3:52 PM
#391
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

DivaVocals:

Wish I could help.. I haven't a clue to the answer as I cannot recreate this issue.. What else is different about the store that's not working?? Are you using Super Orders??

I've only gone and finally sussed it. It was so simple when you know how!! lol :censored:

Because the sort orders in Modules/Order Total Modules were out, i.e. I had

Total - Sort order 50
Shipping - Sort order 100
Sub Total - Sort Order 200

It wasn't calculating the total as shipping & subtotal were appearing after total. Hope that makes sense for anyone else having this problem.

So now I have

Sub Total - Sort Order 50
Shipping - Sort order 100
Total - Sort order 200

I can now finally stop pulling my hair out and enjoy the new years festivities!

Have a good one! :clap::clap::clap:

6 Jan 2012, 7:10 PM
#392
richardtuttle avatar

richardtuttle

New Zenner

Join Date:
Dec 2011
Location:
Boise, ID
Posts:
28
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

First off, I must say that this mod works great. But, I was wondering if there is a way to change the "add product" entry from it's step product listing to just a simple model number entry?

We have literally thousands of products, etc. (all with distinct model numbers) and right now, doing it the step method, it takes us some time to locate the product we're trying to add.

Thanks in advance for any help that can be provided.

FYI: we're using the latest version of Edit Orders and ZC v1.5.

6 Jan 2012, 7:49 PM
#393
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

richardtuttle:

First off, I must say that this mod works great. ** But, I was wondering if there is a way to change the "add product" entry from it's step product listing to just a simple model number entry?**

We have literally thousands of products, etc. (all with distinct model numbers) and right now, doing it the step method, it takes us some time to locate the product we're trying to add.

Thanks in advance for any help that can be provided.

FYI: we're using the latest version of Edit Orders and ZC v1.5.There is if the add-on was re-written to work as you would prefer.

If another volunteer wants to step in to make this change, I think it's a great idea.. I personally have no plans to make any major changes to the module..

Another option for you to consider is to hire someone to make this change for you..

6 Jan 2012, 7:58 PM
#394
richardtuttle avatar

richardtuttle

New Zenner

Join Date:
Dec 2011
Location:
Boise, ID
Posts:
28
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

DivaVocals:

There is if the add-on was re-written to work as you would prefer.

If another volunteer wants to step in to make this change, I think it's a great idea.. I personally have no plans to make any major changes to the module..

Another option for you to consider is to hire someone to make this change for you..

Thanks for the quick reply. And, DARN! :P

6 Jan 2012, 8:08 PM
#395
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

richardtuttle:

Thanks for the quick reply. And, DARN! :PFree add-ons are labors of love and done in the spare time of those who contribute them.. So getting the exact feature set you want means either spending the money on a developer to create the features you want, or hope that a volunteer comes along willing to make the changes you happen to want.. shrug nature of the beast.. sorry..:blush:

7 Jan 2012, 9:38 PM
#396
sunflowertami avatar

sunflowertami

Zen Follower

Join Date:
Jun 2008
Posts:
267
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Hello everyone,

Has anyone tried using this module on v 1.5 and does it work?

Thanks!

7 Jan 2012, 10:44 PM
#397
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

sunflowertami:

Hello everyone,

Has anyone tried using this module on v 1.5 and does it work?

Thanks!

A list of mods that work with ZC v1.5 can be found here

18 Jan 2012, 10:17 AM
#398
ray_the_otter avatar

ray_the_otter

Zen Follower

Join Date:
Jul 2010
Posts:
278
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

sunflowertami:

Hello everyone,

Has anyone tried using this module on v 1.5 and does it work?

Thanks!

Tried and failed. But I am but a child in terms of PHP/MySQL knowledge to the mod developers. It is one of two mods I use heavily so I am restricted to 1.3.9 until it is upgraded or I pay to have someone upgrade it.

7 Feb 2012, 10:08 AM
#399
trastevere avatar

trastevere

New Zenner

Join Date:
Sep 2010
Posts:
4
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

DivaVocals:

There is if the add-on was re-written to work as you would prefer.

If another volunteer wants to step in to make this change, I think it's a great idea.. I personally have no plans to make any major changes to the module..

Another option for you to consider is to hire someone to make this change for you..

There is no need to re-write the module. In fact there is no major change at all.
At the step 1 you may either select the product choosing from categories, or directly entering the product's model number (or only part of it).

At the step 2 you'll have the products from the chosen category or the query result with the products matching the product's model.

Our old osC site was working this way, and this is a huge time-saving for sites with lots of categories.

Another good functionality would be to be able to change the shipping module. We have several cases when this is needed.

I'll make these changes, because we anyway need it.

7 Feb 2012, 12:14 PM
#400
beppuzzo avatar

beppuzzo

New Zenner

Join Date:
Jan 2012
Posts:
14
Plugin Contributions:
0

Re: Edit Orders v3.0 for ZC 1.3.9 [Support Thread]

Hello everybody,
I googled a lot but no help found on the web.

I installed this mod without Super orders, and i notice a debug file:

PHP Warning: stripslashes() expects parameter 1 to be string, array given in /.../MYADMIN/edit_orders.php on line 678

at 678 I have:
$comments = mysql_real_escape_string(stripslashes($_POST));

What is this? Does it affect my regular store functionality?
Thanks for your time.

I've zencart 139h
php5.x