Glad you like it, Chrome! Wait till you see the code for returns/exchanges. :blink:
Printable View
Glad you like it, Chrome! Wait till you see the code for returns/exchanges. :blink:
I'm looking at the SQL file for the Super Orders 2.0, and I notice that all the files are the "base" filenames, whereas my Zen Cart installation uses a PREFIX for my store name, ie; instead of "configuration", I have "storename_configuration", etc.
Will I need to modify this to use it?
Or... should I simply move ALL my data back to the base files instead, and if so, is there an easy way to do this?
Thanks.
Blindside,
Im finaly going to have our site reconfiged by a pro to remove all these damned problems that plauged us this year. Get SO running smooth again and all that good stuff..
But i have a small question that we cant seem to come up with an answer..
Why is it that when an order is split, the shipping is duplicated to the next order? This seems to just make things that much harder to track, becuase you have to go back to the orig order, and pull the shipping bill to figgure out what shipping balance is actualy left on the split order.
any info on this matter is much appriciated.
Thanks
Wicked
I have a quick question. I allow customers to pay using two methods on my site. Credit Card using Skipjack and PayPal.
When I get a new order using either of the methods this is what my order looks like:
Sub-Total: $11.00
USPS Media Mail: $3.57
Tax charged when shipped to Minnesota: $0.72
Total: $15.29
Amount Applied: $0.00
Balance Due: $15.29
Why is the amount applied not automatically filled out when using either of these methods when the payment has already been approved and received?
On the old Super Orders if someone payed with a CC the balance do was automatically set to 0. Am I missing something here?
Hey guys, I'm currently on vacation visiting family, and wanted to drop a quick note regarding 1.3.7. Being part of the support team, I am well aware of the new changes and the fact that they directly affect SO. Just a FYI to head off all the Will this work with 1.3.7? posts and PM's. :wink2:
Since I've been away, I haven't had time to test yet, but from what I understand you should be ok using SO, it simply won't have the new bells and whistles attached to it. Next release will of course rectify this. I will confirm the compatibility once I get home and test things out.
I installed this mod, but when I click on the "Print" button, at the top of the invoice/order that's printed, and in the new window, I get this error:
PHP Fatal error: Call to undefined method super_order::get_admin_notes() in C:\Inetpub\VTStuffTest2\admin\super_data_sheet.php on line 262
I can see both the "super_orders_functions.php", and in it, the "get_admin_notes()" function...
It seems that the program is looking for it in the wrong place. I have the "super_orders_functions.php" in "C:\Inetpub\...\admin\includes\functions\extra_functions", but maybe it should be elsewhere?
I don't seem to get errors anyplace else.
Ideas? Thanks!
Hi All
Happy New Year! :-)
Is SO 2.0 (rev 45) the latest version ? (in the downloads section)
I've been hunting around in this thread for anything later, but so far no go.
Many thanks :-)
What's listed in the download section is the latest public version. All those new bells and whistles are currently in development.
That section should be commented out, but looking at the file I see that the opening php tag is shorthand ("<?" instead of "<?php") on line 261. Add the "php" to the tag and the problem should go away.Quote:
I installed this mod, but when I click on the "Print" button, at the top of the invoice/order that's printed, and in the new window, I get this error:
PHP Fatal error: Call to undefined method super_order::get_admin_notes() in C:\Inetpub\VTStuffTest2\admin\super_data_sheet.php on line 262
I can see both the "super_orders_functions.php", and in it, the "get_admin_notes()" function...
It seems that the program is looking for it in the wrong place. I have the "super_orders_functions.php" in "C:\Inetpub\...\admin\includes\functions\extra_fun ctions", but maybe it should be elsewhere?
I don't seem to get errors anyplace else.
Well the original idea was that, since you're splitting an order, the shipping would be adjusted to reflect two separate orders. So, I put the total on both orders so there's a starting point, then adjust accordingly. It's worked out in my office well, but I can see how that might cause some accounting havoc. I'll take that out, leaving the shipping and all other sub-total figures on the original order.Quote:
Originally Posted by wickedclown
Yes, and if you read the readme you'd know that, along with where to edit the file. :lamo:Quote:
Originally Posted by rcrosier
If the DB is not sharing space with tables from another system, I think you ought to drop the prefix. The Zen Cart installer allows you to do this, although I'd wait until your next upgrade to do so.Quote:
Or... should I simply move ALL my data back to the base files instead, and if so, is there an easy way to do this?