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,896

Results 341 to 360 of 660
18 Sep 2011, 2:17 PM
#341
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

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

DivaVocals

I have just read through this thread. can you just confirm that I have not missed something. I can see there was mention of what I think it my issue/question and I think it is being address but I am nt sure if it is fixed or if I have missed the fix.

If you edit an order and a product with attributes it does not appear to take the stock off the stock by attributes table - have I understood this or is here a fix for this I have missed? Is this fixed in the afore mentioned version 3.5 and if so is there a rough timescale.

Thanks

19 Sep 2011, 1:36 AM
#342
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]

MikeyG:

DivaVocals

I have just read through this thread. can you just confirm that I have not missed something. I can see there was mention of what I think it my issue/question and I think it is being address but I am nt sure if it is fixed or if I have missed the fix.

If you edit an order and a product with attributes it does not appear to take the stock off the stock by attributes table - have I understood this or is here a fix for this I have missed? Is this fixed in the afore mentioned version 3.5 and if so is there a rough timescale.

ThanksNo fix for this.. IMHO, this is more of a SBA fix as not all folks using Edit Orders would be necessarily using SBA..

28 Sep 2011, 12:44 PM
#343
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

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

Hi

When using Edit Orders, after I edit an order, the order sub-total shows the nett price of the combined products, rather than the gross prices.

The only way to get the correct sub-total to show is to remove the tax from the products and just use the gross price.

I have attached a screenshot to show exactly what I mean.
Any help with this would be appreciated, as editing an order at present means the customer doesn't get an invoice with tax showing.

Thanks,
Natasha

28 Sep 2011, 2:06 PM
#344
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]

MortalWombat:

Hi

When using Edit Orders, after I edit an order, the order sub-total shows the nett price of the combined products, rather than the gross prices.

The only way to get the correct sub-total to show is to remove the tax from the products and just use the gross price.

I have attached a screenshot to show exactly what I mean.
Any help with this would be appreciated, as editing an order at present means the customer doesn't get an invoice with tax showing.

Thanks,
Natasha

A quick search of this thread for the keywords "calculate tax" would have brought you to this page and this page, both of which discuss this issue.

Short answer: Edit Orders does not currently recalc tax or shipping when an order is edited. That functionality will appear in v3.5. Since free mod updates are done as the author's time permits, there is no known estimate for when v3.5 will be ready for release.

You will have to manually recalc any tax changes required after editing and order and adjust your order totals accordingly. As for shipping cost changes, that is an editable field in the Edit Orders screen so you can simply update it after doing a manual recalc.

28 Sep 2011, 11:36 PM
#345
generikz avatar

generikz

New Zenner

Join Date:
Sep 2011
Location:
Tokyo
Posts:
26
Plugin Contributions:
0

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

Hello everyone,

I just found about this MOD for my sister's ZEN CART while looking for a way to post-edit orders when needed (removing shipping fees, removing one item that was supposed to be in stock ... but really wasn't, etc.). We don't have to take care of the taxes, that's good.

I got the blank login screen as well and found out that I alread had a edit_orders.php next to edit_orders_functions.php with exactly the same contents (not sure where I got this one!). PHP was basically trying to redefined functions already defined :oops:

I can now login again and edit an existing order: address, put 0 quantity, change shipping, etc. However, if I try to add an product to the existing order, after selecting it from the drop-down menus, all I can get is:

1364 Field 'products_prid' doesn't have a default value
in:
[insert into orders_products set orders_id = 162, products_id = 288, products_model = '', products_name = 'LeS CraYonS de CouLeuR', products_price = '14.5000', final_price = '14.5', products_tax = '0', products_quantity = 1, onetime_charges = 0;]

I read the whole thread but can't find someone with the same problem. I am the only one? It's purely within edit_order.php which is a native/original file, not a merged one. Did I forget something?

Regards,
Julien

29 Sep 2011, 4:22 AM
#346
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

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

Thanks, ScriptJunkie... I did actually search for some time for an answer to that particular problem, including this thread for the keyword 'tax', without success -- not sure why, but there are no results for that keyword on this thread (when I search, anyway).

I fully respect the fact that one can only update the mod as time permits -- and those who take the time to write a mod for public use.

Again, thanks for clarifying.

29 Sep 2011, 1:47 PM
#347
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]

I had the same problem with my search. I didn't find anything under "tax" either. I believe this is due to "tax" being too few characters for the search to function.

I only knew to add the word "calculate" because I was familiar with the core issue. Those who don't know that the core issue being discussed is actually one of "tax calculation" vs. something like "wrong order totals" or something similar might not know to use the keywords "calculate tax" or "recalculate tax" as their search terms.

So....I was putting it out there for you and also for future visitors to this thread who might have the same issue.

Good luck and happy Zenning :smile:

MortalWombat:

Thanks, ScriptJunkie... I did actually search for some time for an answer to that particular problem, including this thread for the keyword 'tax', without success -- not sure why, but there are no results for that keyword on this thread (when I search, anyway).

I fully respect the fact that one can only update the mod as time permits -- and those who take the time to write a mod for public use.

Again, thanks for clarifying.

29 Sep 2011, 1:56 PM
#348
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]

waves at ScriptJunkie

And on that same note let me add this.. I created two posts which address known issues/limitations with Edit Orders. These posts include some referential data to explain the nature/cause of these limitations. You can locate both by searching (within THIS thread) for the keywords "KNOWN ISSUES"

ScriptJunkie:

I had the same problem with my search. I didn't find anything under "tax" either. I believe this is due to "tax" being too few characters for the search to function.

I only knew to add the word "calculate" because I was familiar with the core issue. Those who don't know that the core issue being discussed is actually one of "tax calculation" vs. something like "wrong order totals" or something similar might not know to use the keywords "calculate tax" or "recalculate tax" as their search terms.

So....I was putting it out there for you and also for future visitors to this thread who might have the same issue.

Good luck and happy Zenning :smile:

29 Sep 2011, 5:34 PM
#349
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]

::::waves back at Diva::::: Nice to see you girl!

DivaVocals:

waves at ScriptJunkie

And on that same note let me add this.. I created two posts which address known issues/limitations with Edit Orders. These posts include some referential data to explain the nature/cause of these limitations. You can locate both by searching (within THIS thread) for the keywords "KNOWN ISSUES"

30 Sep 2011, 12:09 AM
#350
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

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

ScriptJunkie:

I had the same problem with my search. I didn't find anything under "tax" either. I believe this is due to "tax" being too few characters for the search to function.

I only knew to add the word "calculate" because I was familiar with the core issue. Those who don't know that the core issue being discussed is actually one of "tax calculation" vs. something like "wrong order totals" or something similar might not know to use the keywords "calculate tax" or "recalculate tax" as their search terms.

So....I was putting it out there for you and also for future visitors to this thread who might have the same issue.

Good luck and happy Zenning :smile:

DivaVocals:

waves at ScriptJunkie

And on that same note let me add this.. I created two posts which address known issues/limitations with Edit Orders. These posts include some referential data to explain the nature/cause of these limitations. You can locate both by searching (within THIS thread) for the keywords "KNOWN ISSUES"

Thanks, people.

As searches are fairly specific to the keywords you use, I didn't know what term to use, but DivaVocals cleared that up -- searching for 'known issues' is definitely a good idea :)

2 Oct 2011, 9:22 PM
#351
gazag avatar

gazag

Zen Follower

Join Date:
Jun 2011
Posts:
195
Plugin Contributions:
0

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

Sorry this is proably already answered but i can't find it!

I have edit orders installed v3.03

I am wanting to install ty tracker - the edit orders readme is confusing and it messed my store up!

Does anyone have clear instructions for a newbie?? I got the tacker working but edit orders quit!

3 Oct 2011, 5:40 PM
#352
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]

gazag:

Sorry this is proably already answered but i can't find it!

I have edit orders installed v3.03

I am wanting to install ty tracker - the edit orders readme is confusing and it messed my store up!

Does anyone have clear instructions for a newbie?? I got the tacker working but edit orders quit!

The instructions are very straight forward in the Read_Me, and are laid out based on which versions of Edit_Orders and TY Package Tracker you are using.

There is no way to troubleshoot your issue based on the information you provided: "it messed up my store".

In order to receive good tech support, you need to provide the following information:

  • What version of Edit Orders do you have installed?
  • What version of TY Package Tracker did you install?
  • Do you have Super Orders installed? If so, which version?
  • Once you installed TY Package Tracker, what steps did you take? (and please don't come back with a generic "I followed all the steps in the Read_Me" - we need to know exactly what you did - so copy/paste from the Read_Me if you have to, but provide exact step by step detail of what you did)
  • What part of the Read_Me is "confusing". We can't explain it to you if we don't know what you're looking at.
  • What does "messed up my store" mean? Please provide detail regarding the exact issue you are having. "Messed up" could mean anything

If you are running the most recent versions of both Edit Orders and TY Package Tracker, then the instructions for installation and configuration are as simple as this:

From the Edit Orders Read_Me:

Ty Package Tracker Users:
If you have installed Ty Package Tracker and would like to use Ty Package Tracker with Edit Orders v3.02 please read the "How to Use" tab

From the "How to Use" tab of the Edit Orders Read_Me:

***You will need to follow the following steps to use Edit Orders v3.02 with Ty Package Tracker v3.0.

  • Install Ty Package Tracker v3.0
  • Go to Admin > Configuration > Ty Package Tracker. Then simply set the "Ty Package Tracker Module Switch for Edit Orders v3.0 or Super Orders v3.0" to "True" to activate the Ty Package Tracker fields in Edit Orders.

This will enable the Ty Package Tracker fields and make them available in Edit Orders.
***

3 Oct 2011, 6:57 PM
#353
gazag avatar

gazag

Zen Follower

Join Date:
Jun 2011
Posts:
195
Plugin Contributions:
0

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

ScriptJunkie:

The instructions are very straight forward in the Read_Me, and are laid out based on which versions of Edit_Orders and TY Package Tracker you are using.

There is no way to troubleshoot your issue based on the information you provided: "it messed up my store".

In order to receive good tech support, you need to provide the following information:

  • What version of Edit Orders do you have installed?
  • What version of TY Package Tracker did you install?
  • Do you have Super Orders installed? If so, which version?
  • Once you installed TY Package Tracker, what steps did you take? (and please don't come back with a generic "I followed all the steps in the Read_Me" - we need to know exactly what you did - so copy/paste from the Read_Me if you have to, but provide exact step by step detail of what you did)
  • What part of the Read_Me is "confusing". We can't explain it to you if we don't know what you're looking at.
  • What does "messed up my store" mean? Please provide detail regarding the exact issue you are having. "Messed up" could mean anything

If you are running the most recent versions of both Edit Orders and TY Package Tracker, then the instructions for installation and configuration are as simple as this:

From the Edit Orders Read_Me:

Ty Package Tracker Users:
If you have installed Ty Package Tracker and would like to use Ty Package Tracker with Edit Orders v3.02 please read the "How to Use" tab

From the "How to Use" tab of the Edit Orders Read_Me:

***You will need to follow the following steps to use Edit Orders v3.02 with Ty Package Tracker v3.0.

  • Install Ty Package Tracker v3.0
  • Go to Admin > Configuration > Ty Package Tracker. Then simply set the "Ty Package Tracker Module Switch for Edit Orders v3.0 or Super Orders v3.0" to "True" to activate the Ty Package Tracker fields in Edit Orders.

This will enable the Ty Package Tracker fields and make them available in Edit Orders.
***

:oops:

My bad - it may have been somthing else that messed my cart up! i did a new clean install of zencart and reloaded all my mods - installed edit orders ad ty tracker and it all works fine.

Mavbe i didn't merge a file correctly the first time!?

Thanks for the help tho. :smile:

3 Oct 2011, 7:59 PM
#354
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]

gazag:

Mavbe i didn't merge a file correctly the first time!?

That's a more likely possibility :smile:

5 Oct 2011, 3:33 PM
#355
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

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

I'm having a strange issue with this mod when I edit product details. As an example, if I edit a text attribute that a customer has entered, and the Unit Price of the product shows as 50.00, when I click update, the Unit Price changes to 56.00 for some reason and changes the order total. If I manually edit the Unit Price to remove the decimal and zeros and just say 50, then the Unit Price shows as 50.00 when I click update and the total stays correct. The Unit Price comes up with the decimal and two zeros by default, and I'm not sure why having those there when I click update is making the price change.

Any thoughts?

5 Oct 2011, 3:47 PM
#356
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

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

Actually, it's not the decimal or the zeros, sorry. When I make other edits to the product details and don't touch the price, the price changes when I click update for some reason. I can then go back and change the price back to what it is supposed to be, including the decimal and any numbers after the decimal, click update again, and it changes back to what it is supposed to be.

What would be making the price change to a random amount by itself when I do other edits on a product?

Danielle:

I'm having a strange issue with this mod when I edit product details. As an example, if I edit a text attribute that a customer has entered, and the Unit Price of the product shows as 50.00, when I click update, the Unit Price changes to 56.00 for some reason and changes the order total. If I manually edit the Unit Price to remove the decimal and zeros and just say 50, then the Unit Price shows as 50.00 when I click update and the total stays correct. The Unit Price comes up with the decimal and two zeros by default, and I'm not sure why having those there when I click update is making the price change.

Any thoughts?

27 Oct 2011, 10:35 AM
#357
blondu avatar

blondu

New Zenner

Join Date:
Oct 2011
Location:
Romania
Posts:
9
Plugin Contributions:
0

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

How can i change shipping metod in edit oders?
thanks,

6 Nov 2011, 2:16 PM
#358
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]

Hi,

I have just installed this mod, and have tested it out on one of my orders. I changed the order total of one of the lines to 0 so it removed that line, but now it states the order total is 0.00 even though there is another line on the order??

Does anyone know where I have gone wrong? I have attached a screen shot.

Thanks

7 Nov 2011, 7:55 PM
#359
webmart avatar

webmart

New Zenner

Join Date:
Nov 2011
Posts:
34
Plugin Contributions:
0

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

I'm really like this mod. :smile:

IMHO, there is only one missing option, need to implement an option for edit Order History Fields (change, cancel etc) in edit_orders.php like in Superorder :lamo:

Any help?

7 Nov 2011, 9:32 PM
#360
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]

Webmart:

I'm really like this mod. :smile:

IMHO, there is only one missing option, need to implement an option for edit Order History Fields (change, cancel etc) in edit_orders.php like in Superorder :lamo:

Any help?

No idea what you mean by this..