Re: Drop Shipping Purchase Orders Module for v1.3.8
activityshopper,
No, this is not a current feature. Good idea though, maybe I'll add this for the next major version.
To do this, you'll want to find this:
Code:
o.orders_status != 3
Keep in mind when you search that sometimes I put a space between the s and the ! and the = and the 3, and sometimes I don't, and sometimes I put it on one side. (Sorry...sloppy coding...)
Right after this (not the next line...literally right after this) add:
Code:
AND o.orders_status != 9
Just change the 9 to whatever other status id number you want to remove from the tracking page.
You'll find this in these files:
admin/confirm_track.php -- This one will fix your problem on the enter tracking page.
admin/send_pos.php -- This file is the send pos/resend po page so it will affect how orders are treated here. You might not need to change it here if your only problem is the tracking page.
If you decide to buy version 4, the code you'll look for is slightly different, but the code you add would be the same. Here's what to look for:
Code:
o.orders_status != '$status_shippedorder'
That should solve your problem. :)
Re: Drop Shipping Purchase Orders Module for v1.3.8
Works like a charm! Thank you for the support!
Re: Drop Shipping Purchase Orders Module for v1.3.8
Will the new version attach files in 1.3.8a I know it would not in the previous version.
Re: Drop Shipping Purchase Orders Module for v1.3.8
Anybody got this working or installed or V 1.3.8a? I seem to be getting some DB Errors Also foun the file in extra functions had a missing <?php right at the beginning top
Re: Drop Shipping Purchase Orders Module for v1.3.8
Mustang394 -- Any version 2 and above should attach files in 1.3.8a when not using HTML emails. There were some issues with HTML attachments, but these were cleared up awhile ago, and both version 3 and 4 should work fine with attachments.
ramblas -- It should still work without the <?php because there is a <?, but nice catch. I will fix that for later versions. Are you using the newest version of 3? There should be no database errors. If there are, please post what database errors you are getting and how they occur and I can help you figure out what is going wrong. The mod works fine with 1.3.8 and 1.3.8a.
Re: Drop Shipping Purchase Orders Module for v1.3.8
We went through this several months ago. I was under the impression it was a zencart problem. As they removed the attachment function for email. Mine works great but no attachments for HTML or Text.
Re: Drop Shipping Purchase Orders Module for v1.3.8
Mustang394 -- Oh, I thought you meant the previous version of the Drop Ship mod. Attachments work great with 1.3.8 and 1.3.8a.
With 1.3.7, they don't work, but the rest of the mod functions fine. Unfortunately, it appears that the zen_mail function doesn't work with attachments using 1.3.7. If you really wanted the attachments with 1.3.7 I suppose you could replace the zen_mail function with the one in 1.3.8. But, you are probably just better off upgrading to 1.3.8.
Re: Drop Shipping Purchase Orders Module for v1.3.8
I am using 1.3.8a and never could get it to attach the pdf file.
Re: Drop Shipping Purchase Orders Module for v1.3.8
Mustang394 -- Check your configuration for the mod to find the filename you are using. Then, check the admin directory. You should find this filename, which is the attachment that should be going out. This will give us a starting point to diagnose the problem. If it is there, the problem is the attachment process. If it is not there, the problem is the pdf creation.
If the problem is the attachment and not the pdf creation, try changing your email preferences. Try PHP, sendmail, and smtp. I've personally only tested the mod with PHP, although someone did allow me to use their server to diagnose another problem, and they were using another protocol for email (can't remember if it was sendmail or smtp) and it worked fine. Still, try all three, maybe one of the protocols doesn't work with the zen_mail function and attachments.
Also, what version of the mod are you using right now?
Re: Drop Shipping Purchase Orders Module for v1.3.8
Tried all the differnt protocols no luck. Using 3.12.
pdf is being created