Page 23 of 66 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 657
  1. #221
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    A couple of weeks ago, I came here because I had some problems with the Edit Orders v3 add-on, mostly due to the fact I was using 2 languages and was getting blank pages due related to that.
    Thanks to the updated version 3.3, this problem was solved, but I still had a couple of small problems - including one with the totals after an order had been edited. To be honest, I linked those issues to the fact I kept updating my files without making a clear re-installation of the latest ZC version.

    So finally, I decided to pick up the latest 1.3.9h ZC version and add one by one mods I wanted, including of course Edit Orders and Super Orders. While the result is much better than what I had so far (this is still a test environment, of course), I still have a problem with Edit Orders 3.3 :
    When I change the price of an article, the grand total of the order is set to 0.00.

    For example, starting from

    Code:
    Produit 	        Modèle 	Taxe 	Prix (sans taxe) 	Prix 	        Total (sans taxe) 	Total
    25 x test article  TEST-10 	0.00% 	CHF 10.00 	        CHF 10.00 	CHF 250.00	       CHF 250.00
                                                                                                            Total: 	CHF 250.00
    I changed the price from 10.00 to 9.95, and got the following :

    Code:
    Produit 	        Modèle 	Taxe 	Prix (sans taxe) 	Prix 	        Total (sans taxe) 	Total
    25 x test article  TEST-10 	0.00% 	CHF 9.95 	        CHF 9.95 	CHF 248.75  	       CHF 248.75
                                                                                                            Total: 	CHF 0.00
    Note the 0.00 for the grand total. I do not use any tax in my ZC shop, so this should not be related to that issue.

    Should this problem be corrected in 3.5 ?

  2. #222
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    Quote Originally Posted by sanji View Post
    A couple of weeks ago, I came here because I had some problems with the Edit Orders v3 add-on, mostly due to the fact I was using 2 languages and was getting blank pages due related to that.
    Thanks to the updated version 3.3, this problem was solved, but I still had a couple of small problems - including one with the totals after an order had been edited. To be honest, I linked those issues to the fact I kept updating my files without making a clear re-installation of the latest ZC version.

    So finally, I decided to pick up the latest 1.3.9h ZC version and add one by one mods I wanted, including of course Edit Orders and Super Orders. While the result is much better than what I had so far (this is still a test environment, of course), I still have a problem with Edit Orders 3.3 :
    When I change the price of an article, the grand total of the order is set to 0.00.

    For example, starting from

    Code:
    Produit             Modèle     Taxe     Prix (sans taxe)     Prix             Total (sans taxe)     Total
    25 x test article  TEST-10     0.00%     CHF 10.00             CHF 10.00     CHF 250.00           CHF 250.00
                                                                                                            Total:     CHF 250.00
    I changed the price from 10.00 to 9.95, and got the following :

    Code:
    Produit             Modèle     Taxe     Prix (sans taxe)     Prix             Total (sans taxe)     Total
    25 x test article  TEST-10     0.00%     CHF 9.95             CHF 9.95     CHF 248.75             CHF 248.75
                                                                                                            Total:     CHF 0.00
    Note the 0.00 for the grand total. I do not use any tax in my ZC shop, so this should not be related to that issue.

    Should this problem be corrected in 3.5 ?
    Can't say that this will be resolved for YOU in the next version as it isn't a problem for the current version...
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #223
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    Quote Originally Posted by DivaVocals View Post
    Quote Originally Posted by sanji View Post
    A couple of weeks ago, I came here because I had some problems with the Edit Orders v3 add-on, mostly due to the fact I was using 2 languages and was getting blank pages due related to that.
    Thanks to the updated version 3.3, this problem was solved, but I still had a couple of small problems - including one with the totals after an order had been edited. To be honest, I linked those issues to the fact I kept updating my files without making a clear re-installation of the latest ZC version.

    So finally, I decided to pick up the latest 1.3.9h ZC version and add one by one mods I wanted, including of course Edit Orders and Super Orders. While the result is much better than what I had so far (this is still a test environment, of course), I still have a problem with Edit Orders 3.3 :
    When I change the price of an article, the grand total of the order is set to 0.00.

    For example, starting from

    Code:
    Produit             Modèle     Taxe     Prix (sans taxe)     Prix             Total (sans taxe)     Total
    25 x test article  TEST-10     0.00%     CHF 10.00             CHF 10.00     CHF 250.00           CHF 250.00
                                                                                                            Total:     CHF 250.00
    I changed the price from 10.00 to 9.95, and got the following :

    Code:
    Produit             Modèle     Taxe     Prix (sans taxe)     Prix             Total (sans taxe)     Total
    25 x test article  TEST-10     0.00%     CHF 9.95             CHF 9.95     CHF 248.75             CHF 248.75
                                                                                                            Total:     CHF 0.00
    Note the 0.00 for the grand total. I do not use any tax in my ZC shop, so this should not be related to that issue.

    Should this problem be corrected in 3.5 ?
    Can't say that this will be resolved for YOU in the next version as it isn't a problem for the current version...
    Screen prints from v3.03
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #224
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    Fair enough. Do you have it working if the tax is set to 0% ?

    Since this is a fresh install, I was wondering if it could come from a setting of the shop rather than from the code itself...

    Thanks,

    sanji

  5. #225
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    Quote Originally Posted by sanji View Post
    Fair enough. Do you have it working if the tax is set to 0% ?
    Yep.. I only have one product setup as taxable in this test store..


    Quote Originally Posted by sanji View Post
    Since this is a fresh install, I was wondering if it could come from a setting of the shop rather than from the code itself...
    Possible, but off the top of my head I couldn't say which setting this might be..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #226
    Join Date
    Jan 2005
    Posts
    153
    Plugin Contributions
    0

    Default Re: KNOWN ISSUES: Edit Orders and taxes

    DivaVocals,

    Could you please direct me to the part of the code where the total is calculated and put into the database? I will try to understand where the issue could come from...

    And another question : in the orders_total table, once I change a price and hence the total, the value of "sort_order" changes to 999 - the usual value - to 1. Is that normal?

    Thanks again for your continuous support,

    sanji
    Last edited by sanji; 14 Feb 2011 at 10:02 AM.

  7. #227
    Join Date
    Sep 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Quote Originally Posted by soxophoneplayer View Post
    Admin login lost when updating.

    I updated this mod from v 3.02 to 3.03 on my zc 1.3.9h (test site only). I lost my admin login, replaced with a blank page. Front end of store worked fine.

    Peeking in the cache/debug files, I was getting a "can not re-declare zen_bd_scrub in ()..." message. This was in ref to admin/includes/functions/extra_functions/common_orders_functions.php.

    When I edit/merge or replace files there is always a .bak file created - I don't know if this is a zen cart thing or a windows thing. But anyway, common_orders_functions.php.bak was clearly not playing nice with the new file. When I removed the .bak file everything returned to normal and my login worked fine.
    I post this in case someone else hits the same snag ;o)

    I am having same exact issue, I lose the ADMIN login as soon as I install the admin/includes/functions/extra_functions/common_orders_functions file

  8. #228
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Quote Originally Posted by letsmod View Post
    I am having same exact issue, I lose the ADMIN login as soon as I install the admin/includes/functions/extra_functions/common_orders_functions file
    and what error are you getting??

    Blank page = Error

    Post the information from the log file that would have been generated as a result of the error..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #229
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Great mod, but how do I get this to work with fec mod... the orders.php file was winmerged and got a 404 when trying to edit...

  10. #230
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by rxalex View Post
    Great mod, but how do I get this to work with fec mod... the orders.php file was winmerged and got a 404 when trying to edit...
    All I can suggest is using Winmerge or Beyond Compare to merge the orders.php file from FEC with the one that comes with Edit Orders.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 23 of 66 FirstFirst ... 13212223242533 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR