Results 1 to 9 of 9

osCMax Development Update : Order Editor, Manual Order Maker

This is a discussion on osCMax Development Update : Order Editor, Manual Order Maker within the Announcement Discussions forums, part of the osCmax News and Announcements category; A new blog entry has been added: osCMax Development Update : Order Editor, Manual Order Maker Code Updates Today the ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default osCMax Development Update : Order Editor, Manual Order Maker

    A new blog entry has been added:

    osCMax Development Update : Order Editor, Manual Order Maker

    Code Updates

    Today the Order Editor and Manual Order Maker in the osCMax admin panel were fully updated in the RC4 development branch. This code can be obtained from the SVN repository .
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    New Member
    Join Date
    Sep 2005
    Posts
    17
    Rep Power
    0


    Post Re: osCMax Development Update : Order Editor, Manual Order Maker

    Ok, thats a GREAT UPDATE....

    Now how do I get the changed files?
    I can view the changes, but where do i actually dload the changed file at?

    The google code thing is pretty slick too

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    To get the package, you need to use a SVN client to check-out the code from the repository.

    I like Tortoise-SVN on windows, but there are many to choose from.

    Once you get an SVN client installed, you need to do an anonymous checkout from the repository. The syntax is:

    Code:
    svn checkout http://oscmax2.googlecode.com/svn/branches/michael_s/rc4/trunk oscmax2-read-only
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    11


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    Quote Originally Posted by michael_s View Post
    To get the package, you need to use a SVN client to check-out the code from the repository.

    I like Tortoise-SVN on windows, but there are many to choose from.

    Once you get an SVN client installed, you need to do an anonymous checkout from the repository. The syntax is:

    Code:
    svn checkout http://oscmax2.googlecode.com/svn/michael_s/rc4/trunk oscmax2-read-only
    Nice change however got an 1054 - Unknown column 'shipping_module' in 'field list' from the change on catalog checkout process. You may want to incorporate ajax order editor as well which saves a huge amount of time looking through the database when updating large orders and it can be done from the details page.

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    You would manually have to apply any database changes if you are updating an existing store, as you cannot get them from the SVN repo. RC4 is development code, and you should not be mixing it with RC3 yet, as it is not entirely stable (not that you are, just putting it out there).

    Are you doing a clean RC4 install from svn? If so, let me know and I will see if I can get the osCMax.sql file in the repository cleaned up.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    I just committed the updated installer batch file (osCMax.sql) to the repostiory. It should have all the database changes required to run the new features in RC4.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    11


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    Have not done a clean RC4 install yet but plan to so I can test and convert my site and its modifications to it when ready. I jus wanted to check out the order editor changes on a test site (RC3 ) since it was a quick and easy install. It should be a simple field to add to the DB I also wanted to see if it conflicted with ajax order editor which I think completes the editing process for those who receive larger orders and it does conflict slightly creating duplicate entrys when using order editor which should be simple to find (though sometimes not) I hope to start on RC4 Next week as this week has been busy.

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    Be sure to join the RC4 testing team!
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  9. #9
    Member mfleeson's Avatar
    Join Date
    Aug 2004
    Location
    Lindisfarne, UK
    Posts
    40
    Rep Power
    0


    Default Re: osCMax Development Update : Order Editor, Manual Order Maker

    Quote Originally Posted by michael_s View Post
    To get the package, you need to use a SVN client to check-out the code from the repository.

    I like Tortoise-SVN on windows, but there are many to choose from.

    Once you get an SVN client installed, you need to do an anonymous checkout from the repository. The syntax is:

    Code:
    svn checkout http://oscmax2.googlecode.com/svn/michael_s/rc4/trunk oscmax2-read-only
    The svn rejects the above command but allows:
    svn checkout Revision 56: /branches/michael_s/rc4/trunk oscmax2-read-only

Similar Threads

  1. Manual Order Maker
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-02-2007, 11:30 AM
  2. Manual Order Maker
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-23-2007, 04:24 PM
  3. Manual Order Maker
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 05-08-2007, 01:42 PM
  4. Manual Order Maker
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-12-2007, 01:10 PM
  5. Manual Order Maker
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-14-2007, 08:00 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
  •