No harm and easy enough to replace, just find them in the original ZC download Zip for the version you are running.
Printable View
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
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?
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?
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:
- 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..
- 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.
- 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..
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?