Page 99 of 102 FirstFirst ... 4989979899100101 ... LastLast
Results 981 to 990 of 1019
  1. #981
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by uswebworx View Post
    Odd question:
    Super Orders changed images/icon_status_red.gif or added these, would it hurt anything to change them back to the "normal" ones as it is confusing my clients? If no harm where do I find the original icons at?

    Much thanks!
    No harm and easy enough to replace, just find them in the original ZC download Zip for the version you are running.

  2. #982
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by picandnix View Post
    No harm and easy enough to replace, just find them in the original ZC download Zip for the version you are running.
    Thank you

  3. #983
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Zen 1.3.9h
    Anyone know why I'm getting this in my logs:

    [22-Mar-2013 09:42:19 Europe/London] PHP Warning: stripslashes() expects parameter 1 to be string, array given in /home/******/public_html/admin/super_orders.php on line 177

  4. #984
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    V1.5.1

    Packing list and edit page no longer show the shipping method. Shipping method does shows on the first page.

    Any ideas what could have happened?

  5. #985
    Join Date
    Oct 2005
    Posts
    273
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    How do i split an order more than 1 time? i would have many times when i would have to split the original (parent) order 3-5 times depending on what they ordered.

    currently i can only split the order 1 time.

    any help on this?
    Thanks,
    KWW

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

    Default Re: Super Orders v3.0 Support Thread

    You'd need to create custom code to do it..
    Quote Originally Posted by keystonewebworks View Post
    How do i split an order more than 1 time? i would have many times when i would have to split the original (parent) order 3-5 times depending on what they ordered.

    currently i can only split the order 1 time.

    any help on this?
    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.

  7. #987
    Join Date
    Oct 2005
    Posts
    273
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    no one has done this or had the need to do this before?

    i take order from multiple drop shippers and it would be nice to split an order based on drop shipper.

    any one want to try to come up with the custom code?? :)
    Thanks,
    KWW

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by keystonewebworks View Post
    no one has done this or had the need to do this before?

    i take order from multiple drop shippers and it would be nice to split an order based on drop shipper.

    any one want to try to come up with the custom code?? :)
    I can't answer what folks might need.. No one has ever expressed any desire to expand the current functionality..

    To expand split orders CORRECTLY requires functionality to be able to properly reconcile the original order with all of the child orders. To do this is not a SIMPLE modification if it is to be done absolutely correctly.. Which is largely why it is not included in the current codebase.. There has never been a volunteer contributor who was willing to build a proper fully functional split order function for Super Orders.

    There are a number of issues that must be addressed:

    1. Only ONE order is tied to PayPal or credit card payments. So any well written split orders functionality would have to address issues like handling authorize and capture transactions as well refunds and credits with the payment processor for child orders..
    2. There also has to be functionality to properly handle distributing taxes and shipping as well as any other order total modules (like coupons for example) amongst all the orders including the parent order. This functionality needs to not only calculate this for the child order, but RE-CALCULATE it for the parent too.
    3. Child orders that are split from the parent and then split again. These too must reconcile with the original order.


    The current split orders function does no such calculation to distrubute the shipping and taxes and simply leaves the shipping and taxes with the "parent order" while providing a simple "audit trail" to inform the shopowner of the source of the "child order". The current function also does not provide a means to process PayPal or credit card refunds for child orders, and it does not provide any means to handle child orders which the parent order is a "capture and authorize" type of order either.. The payment notification (grey box) is simply suppressed for the child order.

    All of these things will need to be taken into consideration in order for split orders to be expanded into something which is truly useful for shopowners. Otherwise you will have to imploy some very manual means to keep track of the original and child orders.
    Last edited by DivaVocals; 24 Jul 2013 at 10:20 PM.
    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. #989
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    I can't answer what folks might need.. No one has ever expressed any desire to expand the current functionality..

    To expand this CORRECTLY split orders requires functionality to be able to properly reconcile the original order with all of the child orders. To do this is not a SIMPLE modification if it is to be done absolutely correctly.. Which is largely why it is not included in the current codebase.. There has never been a volunteer contributor who was willing to build a fully functional split order function for Super Orders.

    There are a number of issues that must be addressed:

    1. Only ONE order is tied to PayPal or credit card payments. So any well written split orders functionality would have to address issues like handling refunds and credits with the payment processor for child orders..
    2. There also has to be functionality to properly handle distributing taxes and shipping amongst all the orders including the parent order.
    3. Child orders that are split from the parent and then split again. These too must reconcile with the original order.


    The current split orders function does no such calculation to distrubute the shipping and taxes and simply leaves the shipping and taxes with the "parent order" while providing a simple "audit trail" to inform the shopowner of the source of the "child order". The current function also does not provide a means to process PayPal or credit card refunds for child orders, and it does not provide any means to handle child orders which the parent order is a "capture and authorize" type of order either.. The payment notification (grey box) is simply suppressed for the child order.

    All of these things will need to be taken into consideration in order for split orders to be expanded into something which is truly useful for shopowners. Otherwise you will have to imploy some very manual means to keep track of the original and child orders.
    BTW, this thread is for Super Orders v3.0 which is ONLY for Zen Cart v1.3.9 (as the title of this thread indicates).. There have been NO new updates to this version and it's unlikely that anyone will volunteer to build this functionality JUST for older versions of this module..
    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.

  10. #990
    Join Date
    Jun 2013
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Can not seem to install a clean instance of plugin v.4.0.5. I renamed the Admin folders as instructed, made sure no files were in conflict, logged in to Admin, uploaded files, then clicked on any link.
    I get a blank screen and can not get in to Admin again without replacing all site files from backup. Any thoughts?

 

 
Page 99 of 102 FirstFirst ... 4989979899100101 ... 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. 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. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  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