Page 10 of 179 FirstFirst ... 891011122060110 ... LastLast
Results 91 to 100 of 1787
  1. #91
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    Installation of Edit Orders is fairly straight forward. As with any other modification to Zen Cart, I would highly recommend you create a backup (files and database) before attempting to install.

    The Edit Orders distribution zip includes already pre-merged files (for changes this module requires to existing Zen Cart 1.5 files). These pre-merged files can be found in the "Modified_Core_Files" directory of the distribution zip. If no changes have been previously made to the files found in the "Modified_Core_Files" directory you can simply replace the files in your installation with these files. If you have made any changes in your Zen Cart installation to the files found in "Modified_Core_Files", you will need to manually merge your previous changes into the files found in this folder.

    Quote Originally Posted by newtozc32 View Post
    ... I can't find the right application to make it happen on my Apple. ...
    You may be interested in reading the following Zen Cart Wiki entry - Useful Tools: File Comparison Utility. In addition to what is listed there, I believe the Apple Developer Tools (Xcode) includes a utility for doing file comparisons and merges (called FileMerge).

    I'd say 99% of the professional tools (and environments) for software development I've used over the years include "version control" (and related tools such as diff and merge). If you are not currently using "version control" I would highly recommend learning and using "version control" tools... Especially for medium to large projects and project with multiple contributors. It may seem like extra steps at first, but the long term benefits are worth the cost IMHO.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lhungil View Post
    Installation of Edit Orders is fairly straight forward. As with any other modification to Zen Cart, I would highly recommend you create a backup (files and database) before attempting to install.
    **nods in agreement**

    Quote Originally Posted by lhungil View Post
    The Edit Orders distribution zip includes already pre-merged files (for changes this module requires to existing Zen Cart 1.5 files). These pre-merged files can be found in the "Modified_Core_Files" directory of the distribution zip. If no changes have been previously made to the files found in the "Modified_Core_Files" directory you can simply replace the files in your installation with these files. If you have made any changes in your Zen Cart installation to the files found in "Modified_Core_Files", you will need to manually merge your previous changes into the files found in this folder.
    Good information.. and let me add to this:
    What you posted is all explained/laid out on the "Installation" tab of the Edit Orders readme file.. I hope folks who download and use Edit Orders will follow the guidelines/suggestions/instructions in the readme when installing Edit Orders.. A lot of time was put into the documents to help make it simple for folks to install/configure/use Edit Orders.. I know folks get annoyed when I refer them back to the readme document. However, if one follows the RTFM kind of mentality, they will find that MANY of the most common questions are addressed in the Edit Orders documentation..
    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. #93
    Join Date
    Oct 2010
    Location
    SoCal
    Posts
    79
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    **nods in agreement**

    Good information.. and let me add to this:
    What you posted is all explained/laid out on the "Installation" tab of the Edit Orders readme file.. I hope folks who download and use Edit Orders will follow the guidelines/suggestions/instructions in the readme when installing Edit Orders.. A lot of time was put into the documents to help make it simple for folks to install/configure/use Edit Orders.. I know folks get annoyed when I refer them back to the readme document. However, if one follows the RTFM kind of mentality, they will find that MANY of the most common questions are addressed in the Edit Orders documentation..
    Can I see a screenshot of how the orders page should look if this plugin properly installs?

  4. #94
    Join Date
    Oct 2010
    Location
    SoCal
    Posts
    79
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by newtozc32 View Post
    Can I see a screenshot of how the orders page should look if this plugin properly installs?
    Never mind. I think I finally got it to install. I was making one crucial dumb mistake. Can anyone guess what I was doing wrong? I slapped myself once I realized it. Now time to install something else. Thanks for all of the help.

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by newtozc32 View Post
    Never mind. I think I finally got it to install.
    Glad you got it all worked out..
    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. #96
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Edit Orders v4.1 Released

    Edit Orders 4.1 is a massive rewrite of this module based upon Edit Orders 4.0.3.

    Please make sure to completely read the included README! Things have changed and you will want to know what to expect.

    Anyone who wishes to install this module should also make a "known good" backup before installing the new version. Do not skip this vital step!


    A sneak preview of changes (full list can be found in the README):

    • Removed all direct MySQL calls in favor of Zen Cart database abstraction.
    • Utilization of the Zen Cart order, order_total, and shipping classes.
    • Calculation of subtotal, taxes, total and other Zen Cart "Order Total Lines" are now done in a similar manner as a customer checkout.
    • Coupon Codes are checked and automatically applied to an order if valid.
    • Ability to add and specify a shipping method and price (no request quote at this time).
    • Ability to search for products to add to an order.
    • ... many other changes ...


    Now go read the README (especially the KNOWN ISSUES)!
    One Such Note: This version loads shipping and order total modules from the "admin" interface of Zen Cart. If you have any custom modules, you may need to modify them so they can be loaded within the "admin" interface.

    We would also encourage users to first test the installation and use of this module on a "development" site or "clone" of their Zen Cart installation and not their live storefront.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #97
    Join Date
    Feb 2013
    Location
    Southampton, United Kingdom
    Posts
    40
    Plugin Contributions
    0

    Default Re: Edit Orders v4.1 Released

    Can anyone recommend someone to install this on my site?

  8. #98
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.1 Released

    Quote Originally Posted by nannid View Post
    I installed:
    zencart 1.51
    edit orders 4.1

    I have the following problem:
    1) I make an order (i.e. from front-end). In attached order1 file, the order apperas correctely in admin
    2) I try to modify it (attached file order2)
    3) When I click on UPDATE (even doing any modification) the order total is put at 0 (zero) with a strange tax amount (attached file order3).
    Can you check the "/logs" and "/cache" folder for any error messages?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  9. #99
    Join Date
    Feb 2013
    Location
    Southampton, United Kingdom
    Posts
    40
    Plugin Contributions
    0

    Default Re: Edit Orders v4.1 Released

    I have just checked my install which I did a couple of days ago and it is doing exactly the same as nannin described where the order total is zero-ed when I edit a shipping address. The shipping price is still there.
    The install went on with no errors. I checked the error log on my cpanel and there are no errors. Any thoughts anyone?

  10. #100
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.1 Released

    Quote Originally Posted by Phil Lomas View Post
    I have just checked my install which I did a couple of days ago and it is doing exactly the same as nannin described where the order total is zero-ed when I edit a shipping address. The shipping price is still there.
    The install went on with no errors. I checked the error log on my cpanel and there are no errors. Any thoughts anyone?
    I've not been able to duplicate this yet in a test store or a clone of a production store. Can you supply some additional information?

    What version of Edit Orders?
    What version of Zen Cart?
    What order total modules do you have installed?
    What order total modules do you have enabled?
    What message did you see at the top of the screen after installing Edit Orders and clicking "Admin Home"?
    What if any Zen Cart error logs exist (/cache/ in 1.5.0 and /logs/ in 1.5.1 - use FTP to look)?
    What other modifications (plugins, add-ons, etc) have been done?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 
Page 10 of 179 FirstFirst ... 891011122060110 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. 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
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 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