-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
Thanks for looking into it.
I have applied the patches on admin/send_pos.php and send_pos_nc.php. I do not get any blank page anymore however, the error I get now is "Failed to connect to database."
The edit subcontractors also gets me this:
Nie mozna sie polaczyc z baza danych
which is same error unable to connect to database.
The current database I am using has been upgraded to 1.3.9b. Perhaps that is also affecting it?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
OK Decostyle -- I am fairly certain that whatever problem you are having has nothing to do with v1.3.9. Tested on two peoples 1.3.9 installs with no problems after adding the fix on page 40 of this thread. I was testing v5, not v3, but I can't see any reason why v3 would have a problem and v5 wouldn't, as v4 and v5 are just built on v3's code.
If I were guessing, I would think that you didn't install the SQL patch.
Make sure you have a table called "subcontractors"
If you don't you didn't install the SQL patch.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi srturner47,
Thanks for looking into it! I have checked and confirmed that your fix on thread 40 does work on 1.3.9b and c!
Sorry I must have used a different database when doing the test and have not installed the sql for v3. The live site is now functioning and working.
Again, thanks for your help!!! :clap:
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I am using Zencart version 1.3.8 and dropshipping 3.12. The drop shipping mod is great it saves me a lot of time and thus money.
However, I'm having a reoccuring issue. When I go to Send/Resend PO and check all the boxes and click SEND it goes to the login screen. I log back in, repeat the same steps and it goes through fine, but then I get the PO sent twice with two different PO numbers.
Any suggestions on how I can fix this?
Thanks,
Matt
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hello,
I am using ZC 1.39b. I have tried to install this module " Purchase orders 3.12" with some success. The mysql update worked fine. Under the Admin extras I can add sub contractors etc. This part works fine. I can configure everything under the "configuration / Purchase Orders". Everything is good. My problem is under the "Customer POs - Send /Rec, POs - Send for unknown, and I am not real sure yet about POs Enter tracking number This screen displays but its blank.
So, when I go to Customer POs - send / rec i am getting a blank screen and the IE TAB Menu shows http://wwwmovi...!/send_pos.php.
I could really use some help. Please keep in mind I am a newbie.
So detail would be wonderful.
Thanks
http://www.movinelectrons.com
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Okay, now all of a sudden I am getting a parse error
Parse error: syntax error, unexpected $end in /send_pos_nc.php on line 699
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I could really use some help here. "Please!!!!"
Now I can't even add a sub contractor to a product.
I am getting the lovely, "Nie mozna sie polaczyc z baza danych5"
cannot connect to the server. When I look at MySQL everything looks good.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
This solution worked for me:
Quote:
OK Decostyle -- I am fairly certain that whatever problem you are having has nothing to do with v1.3.9. Tested on two peoples 1.3.9 installs with no problems after adding the fix on page 40 of this thread. I was testing v5, not v3, but I can't see any reason why v3 would have a problem and v5 wouldn't, as v4 and v5 are just built on v3's code.
If I were guessing, I would think that you didn't install the SQL patch.
Make sure you have a table called "subcontractors"
If you don't you didn't install the SQL patch.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I did the patch to send_pos.php and send_pos_nc.php. I still can't get this thing to work properly. I really am confused.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Alright, I got the mod back to this error:Parse error: syntax error, unexpected $end in /send_pos_nc.php on line 699. Where I am going wrong?:cry:
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
The patch work fine on 1.39d.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I am not sure where I went wrong.
I am able to add Subs and assign them to product.
I can not send a PO out. I either get a blank screen or the strange words that say the database can not be contacted.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Alright Now I am back to getting the Parse error:
Parse error: syntax error, unexpected $end in www/store1
/send_pos.php on line 967
I also get the same error for unknown customers
Parse error: syntax error, unexpected $end in www/store1/send_pos_nc.php on line 700
I have modified both send_pos and send_pos_nc
with the following:
if (!function_exists('zen_get_products_manufacturers_name')) {
function zen_get_products_manufacturers_name($product_id) {{
I know the parse error is due to a missing curly bracket but where?
Please help
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Where to put the bracket is explained here:
http://www.zen-cart.com/forum/showth...=86503&page=40
Read the last post on that page. It sounds like you forgot the } just like you said.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Okay here is the complete function that I currently have:
if (!function_exists('zen_get_products_manufacturers_name')) {
function zen_get_products_manufacturers_name($product_id) {
global $db;
$product_query = "select m.manufacturers_name
from " . TABLE_PRODUCTS . " p, " .
TABLE_MANUFACTURERS . " m
where p.products_id = '" . (int)$product_id . "'
and p.manufacturers_id = m.manufacturers_id";
$product =$db->Execute($product_query);
return ($product->RecordCount() > 0) ? $product->fields['manufacturers_name'] : "";
}}
I have the closing curly inplace and this thing still gives the parse error.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I got it working. never mind thanks
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
@Burnin Carbon
how did you fix it?
I mean i installed Drop Shipping Purchase Orders Module and when i click on PO- Send/Resend it displays a white page.
Help me fix it.:frusty:
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Everytime I go to Send/Resend, select, and click send, it makes me log back in and do it all over again. Has anyone ever run into this?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
mani
There are four files that need modification.
Two in Admin and two in the includes.
Once I figured out there is four files I edited the ones in the includes folder and tested. worked perfectly.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
mateogp
The answer to your question is "yes", I am not sure as to what is going on here. It only does it once in a while, not every time. What I do before going to send POs is go into the EXTRAs in admin first. On my server I can usually tell when it's going to act up, my admin slows way down. I hope that help. I know its not the answer you wanted to hear but at least you have some info now.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi there,
I have two questions about this mod:
1. Can the shipping option and cost be removed from the bottom of the PDF packing list?
2. How would I put a line break in between the product name and the attributes on the packing list? Currently products show like this:
Quote:
Product Name here. Personalized Line 1 (18 max):
Text goes here
Line 2 (18 max): Text goes here
Line 3 (18 max): Text goes here
I would like it to look like this:
Quote:
Product Name here.
Personalized Line 1 (18 max): Text goes here
Line 2 (18 max): Text goes here
Line 3 (18 max): Text goes here
Thanks!
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
1. Not in v3. Sorry.
2. Again, not in v3. Even in v6, this won't work quite like you want it, but you could do this with v6:
Product 1
Attribute
Product 2
Product 3
Attribute
Product 4
Product 5
v6 is the only version with customizable PDF packing lists.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
srturner47
1. Not in v3. Sorry.
2. Again, not in v3. Even in v6, this won't work quite like you want it, but you could do this with v6:
Product 1
Attribute
Product 2
Product 3
Attribute
Product 4
Product 5
v6 is the only version with customizable PDF packing lists.
So even in v6, it couldn't look like this?
Quote:
Product 1
Attribute
Attribute
Product 2
Attribute
Attribute
It seems strange because it seems like there must already a break set up after each line for attributes, otherwise all the attributes would be squished onto one line. Couldn't the break just be moved from the end of the attribute line to the beginning? Then there would be a break before the first attribute, and before each one after.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Also, can the PDF in the paid mod be customized with a logo?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I am getting this same error how do i fix this i am using 1.3.9F OF ZENCART
Quote:
Originally Posted by
mani
@Burnin Carbon
how did you fix it?
I mean i installed Drop Shipping Purchase Orders Module and when i click on PO- Send/Resend it displays a white page.
Help me fix it.:frusty:
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
@lextechs
Sorry that nobody has replied to you. Did you get this mod to work?
Please note that you must change all four files as described earlier.
Let me know if you still need help.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi there I am running Zen 1.3.8a and the module Drop Shipping Purchase Orders 3.12.
I have just come across a problem with my system as follows when sending out the orders with IE the receiver gets the same order duplicated twice.
When sending the orders out with FF as the browser it works just fine..
So if I wanted to use IE how can I only transmit orders the one time...it can be extremely confusing on sending 10 orders.
Cheers
RR
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I have a client that sells little items, when people order then tend to order about 20-30 little items. The drop ship purchase order sends the manufacture 30 emails this is causing major issues. I need all the line items per manufacture to be on one email. Is this possable?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
ksookma
I have a client that sells little items, when people order then tend to order about 20-30 little items. The drop ship purchase order sends the manufacture 30 emails this is causing major issues. I need all the line items per manufacture to be on one email. Is this possable?
Mine does send one email with all items on 1 PDF, you have to select each item to send as one email.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Is anyone getting this to work on 1.39h? Ive installed it and get nothing when I bring the tools up.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Im having a problem when i do a test email and click on the link in the email to enter the tracking number the page comes up blank.... It also comes up blank when try to enter it in from the admin side under customers>po's tracking #'s. The page comes up blank there also.
Can someone tell me how to correct this?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi:
I am working with a ZenCart customer that needs 3rd party fulfillment help as volumes are starting to get out of hand for him. In doing a little research for him at ZenCart, it appears that this will do the trick for him in terms of outputting a spreadsheet or CSV file containing a given days orders and transmitting that file to my organization for picking, packing and shipping.
Before I suggest this upgrade to him, has anyone had good experience with it and is it working well with your drop ship provider?
Thanks in advance.
Tom
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
t8tjt
Hi:
I am working with a ZenCart customer that needs 3rd party fulfillment help as volumes are starting to get out of hand for him. In doing a little research for him at ZenCart, it appears that this will do the trick for him in terms of outputting a spreadsheet or CSV file containing a given days orders and transmitting that file to my organization for picking, packing and shipping.
Before I suggest this upgrade to him, has anyone had good experience with it and is it working well with your drop ship provider?
Thanks in advance.
Tom
I am currently running an older version of the mod and love it. The current one, Drop Shipping Purchase orders 6.0, has lots of nice features and would be worth the money.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I have been working with some clients on some issues and I think I can shed some light on problems people have been having. See below:
Symptom: Blank page when sending orders or Cannot redeclare class FPDF error when Super Orders is installed.
Cause: It appears that the new version of Super Orders ALWAYS requires fpdf for EVERY admin page. It does it in this file: admin/includes/functions/extra_functions/lcsd_merged_packing_slips.php. Files in that directory are always loaded no matter what page is loaded. So, every page loads FPDF. In addition, the new version of Super Orders also uses an outdated version of FPDF.
Purchase Orders stores fpdf in the admin directory and Super Orders stores it in admin/includes/classes. So, changing require to require_once won't do the trick. Plus, they are different versions of FPDF anyway.
Solution: 1. Take out the require line for fpdf at the top of admin/pdfpack.php. It should look like this:
Code:
require('fpdf/fpdf.php');
2. Delete the old admin/includes/classes/fpdf folder. 3. Move the folder admin/fpdf to admin/includes/classes. 4. Find the line in admin/send_pos.php near the top that defines where the font directory is for fpdf. Change it from fpdf/font/ to includes/classes/fpdf/font/. The line you are looking for should look like this:
Code:
define('FPDF_FONTPATH','fpdf/font/');
Or...just don't use Super Orders with Purchase Orders.
------------------
Symptom: Using the new version of TY Package Tracker makes the enter tracking page not function correctly or not function at all.
Cause: A legacy line of code in Purchase Orders requires a file from TY Package Tracker that no longer exists in the new version. Luckily, as I said, this line of code is legacy, and should no longer be necessary.
Solution: This makes the solution easy! Just remove this line of code from admin/confirm_track_sub.php:
Code:
require('admin/includes/extra_datafiles/tracker.php');
Of course, admin will be changed to your admin directory per the installation instructions. Some versions may have a different line:
Code:
require($admin_dir.'/includes/extra_datafiles/tracker.php');
Either way, remove this line and all is well again.
I hope that helps!
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
This is the best mod I've found and and making myu life a lot easier.
One question though. Is it possible to replace the packing slip that is generated with the one generated from super orders which I really like.
Alteratively is there a way to get my logo onto the standard packing slip generated by this mod?
I'm struggling to find the location or code that calls it.
Thanks again.
:clap:
Simon
www.beltingonline.com
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Does anyone know how to change the comma's in the csv text file to a pipe | ?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi, is there anyone who can help me fix this problem? I thank you very much in advance!
I had a clear installation (V1.3.9h) on localhost, but when I applied the dbscript.sql on my local server, I had below error message:
-----------------------------------------------------------------------
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='subcontractors' AUTO_INCREMENT=0' at line 1
in:
[CREATE TABLE zenen_subcontractors ( subcontractors_id int(10) unsigned NOT NULL auto_increment, short_name varchar(20) NOT NULL default '', full_name varchar(100) NOT NULL default '', street1 varchar(100) NOT NULL default '', city varchar(255) NOT NULL default '', state varchar(255) NOT NULL default '', zip varchar(10) NOT NULL default '', email_address varchar(100) NOT NULL default '', telephone varchar(32) NOT NULL default '', contact_person varchar(100) NOT NULL default '', PRIMARY KEY (subcontractors_id) ) TYPE=MyISAM COMMENT='subcontractors' AUTO_INCREMENT=0;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
---------------------------------------------------------------------------
Version of Zen Cart: 1.3.9h
---------------------------------------------------------------------------
Server detail:
###### ApacheFriends XAMPP (Basispaket) version 1.7.4 ######
+ Apache 2.2.17
+ MySQL 5.5.8 (Community Server)
+ PHP 5.3.5 (VC6 X86 32bit) + PEAR
---------------------------------------------------------------------
Thanks in advance!
xxhlp
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I am no programmer by any means but would love to install this module. I read the readme file but it does not make much sense to a non-programmer and a new user to Zen Cart. Anyone have simplified step-by-step instructions on exactly how to install this?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I've installed this module and everything seams to be working fine except one thing.
I placed a test order, sent the email to myself as the drop shipper and clicked the link to enter the tracking number.
The page confirm_track_sub.php comes up blank.... Here is the URL in the email:
//confirm_track_sub.php?x=0&y=11
Clicking the link returns HTTP 500 Internal Server Error
I have changed all instances of admin to my admin folder. I'm not sure what else I need to change.
Any help is much appreciated. Thanks
Chuck
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I really need it to display the products image URL, or even the product URL on the email tat goes to the supplier.
Is this possible? I'm willing to pay if you can do it. Please PM me.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi - I installed this module today and it looks super cool. I'm excited.
However, my store started over a year ago and we've been using processing for orders that are awaiting shipment. Those orders statuses have now been changed to delivered, but the problem is that the Send/Re-send POs screen is also listing those orders. So now I have 256 pages of orders to send?
anyone know how I can fix this? I've got Zen Cart 1.3.9f
Database Patch Level: 1.3.9d, and I just downloaded the module today.
Thanks!
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi - me again - I noticed that there was a Purchase Orders Module v6 so I went and got that and got it installed. But each time I try to change a subcontractor or send POs, I get a white screen with an error message in another language. Can anyone help me? I have Zen 1.3.9f and PHP Version: 5.2.17.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
sijeffs - Not without a huge time commitment. Sorry. Would require a total rewrite of the PDF section. Would be very time consuming. As for your logo on the PDF packing list, v6 supports that.
ksookma - Sure, just go through and change them all (Find and Replace). I think Open Office has some settings when you save a CSV, and one of them is the separator. Or, just do it manually like I said above. Either way, you want to edit or replace the three text attachments files in the email directory to do so with Purchase Orders.
xxhlp - Sorry. Dunno. I looked over the request and it seems ok to me unless I am missing something. Did you cut and paste it into the install DB Script in Zen Cart admin?
claw79 - Not really. You really need to follow every step in the manual.
chuckb - It's not in your admin folder. It should be in your root directory. The problem appears to be that your sites URL is not before the filename. The constant used is HTTP_SERVER which is defined in configure.php both in the include directory and the admin/include directory. Make sure they are defined correctly there.
Harvard - That can certainly be done but its not a feature. You'd need to code it yourself or hire someone. Small job though.
ikernbecauseicare - Sure. Backup database. Then, just change item_shipped and po_sent to 1 for all orders you want to exclude like this:
UPDATE orders_products SET po_sent=1 WHERE orders_id<101
and
UPDATE orders_products SET item_shipped=1 WHERE orders_id<101
This would be for orders 100 and below. Adjust as needed.
As for your error, it probably means you did not copy over all the files in the email directory. Email me for assistance if you aren't the person I already helped with this.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I get this error on install. Ive tried a search but come up with nothing I can understand.
Ive followed the install to the letter.
Thanks In advance.
Error is:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='subcontractors' AUTO_INCREMENT=0' at line 1
in:
[CREATE TABLE subcontractors ( subcontractors_id int(10) unsigned NOT NULL auto_increment, short_name varchar(20) NOT NULL default '', full_name varchar(100) NOT NULL default '', street1 varchar(100) NOT NULL default '', city varchar(255) NOT NULL default '', state varchar(255) NOT NULL default '', zip varchar(10) NOT NULL default '', email_address varchar(100) NOT NULL default '', telephone varchar(32) NOT NULL default '', contact_person varchar(100) NOT NULL default '', PRIMARY KEY (subcontractors_id) ) TYPE=MyISAM COMMENT='subcontractors' AUTO_INCREMENT=0;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi Gang -
What's the current version of Drop Shipping PO Module (and where can I find it?
Also would this work with ZC 1.3.7.1? I have an older version of the module there and for some reason the "Send For Unknown Customer" stopped working - when pushing send, th epage just re-loads without the usual confirmation at the top "PO sent *****" etc.
So I thought might be time for an upgrade.
thanks!
Gabstero.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Also - how can I find what current version of the mod I am running currently??
thanks!
gabstero
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I am running Zen Cart version v1.3.9f
It is a new installation of zencart.
I installed Ty_Package_Tracker, Google Analytics.
I am able to get extra's Edit Subcontractors and
Set subcontractors. I have created a dummy order and when I go to Customers Send PO's or Send from unknown customers it is a blank page. The enter tracking numbers page shows up but both of those are completely blank with no html code shown.
Please help.
Thanks,
Tony
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
thetonyleone
Hi,
I am running Zen Cart version v1.3.9f
It is a new installation of zencart.
I installed Ty_Package_Tracker, Google Analytics.
I am able to get extra's Edit Subcontractors and
Set subcontractors. I have created a dummy order and when I go to Customers Send PO's or Send from unknown customers it is a blank page. The enter tracking numbers page shows up but both of those are completely blank with no html code shown.
Please help.
Thanks,
Tony
This is the fix for my problem, just found it earlier in the posts.
As for the Send PO and Send PO for unknown customers page, you need to add this line of text before where the function zen_get_products_manufacfturers_name is defined:
Code:
if (!function_exists('zen_get_products_manufacturers_name')) {
Just search for "function zen_get_products_manufacturers_name" and add this before that line.
At the end of the function zen_get_products_manufacturers_name you will see a "}". After that "}" add another "}".
This needs to be done in admin/send_pos.php and admin/send_pos_nc.php
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
chuckb
Hi,
I've installed this module and everything seams to be working fine except one thing.
I placed a test order, sent the email to myself as the drop shipper and clicked the link to enter the tracking number.
The page confirm_track_sub.php comes up blank.... Here is the URL in the email:
//confirm_track_sub.php?x=0&y=11
Clicking the link returns HTTP 500 Internal Server Error
I have changed all instances of admin to my admin folder. I'm not sure what else I need to change.
Any help is much appreciated. Thanks
Chuck
Found this:
Symptom: Using the new version of TY Package Tracker makes the enter tracking page not function correctly or not function at all.
Cause: A legacy line of code in Purchase Orders requires a file from TY Package Tracker that no longer exists in the new version. Luckily, as I said, this line of code is legacy, and should no longer be necessary.
Solution: This makes the solution easy! Just remove this line of code from admin/confirm_track_sub.php:
Code:
require('admin/includes/extra_datafiles/tracker.php');
Of course, admin will be changed to your admin directory per the installation instructions. Some versions may have a different line:
Code:
require($admin_dir.'/includes/extra_datafiles/tracker.php');
Either way, remove this line and all is well again.
I hope that helps!
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I've installed "drop ship purchase order" addon and currently exploring it in detail... my question is that:
will this addon work even if the customer is going to checkout directly through paypal express checkout, without creating an account through zencart...?
please advice
thanks
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
just to subscribe to instant email email notification...
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
tparvaiz
Hi,
I've installed "drop ship purchase order" addon and currently exploring it in detail... my question is that:
will this addon work even if the customer is going to checkout directly through paypal express checkout, without creating an account through zencart...?
please advice
thanks
Yes it works with PayPal express, because PayPal still creates an account in zencart.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
does paypal express creates an order in zencart as well...?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
I've tried this module with PayPal and it worked fine in the past and an email was generated with PO details... but recently I've switched to 2CheckOut and apparently it's not working any more...
Please advice
Thanks
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Hi,
can anyone please advice why POs are not emailed out to the vendors... I've included snapshot for my configuration
-
1 Attachment(s)
Re: Drop Shipping Purchase Orders Module for v1.3.8
oops... here is the snapshot
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
srturner47
chuckb - It's not in your admin folder. It should be in your root directory. The problem appears to be that your sites URL is not before the filename. The constant used is HTTP_SERVER which is defined in configure.php both in the include directory and the admin/include directory. Make sure they are defined correctly there.
My issue is not that the site url does not show, it is those double slashes. I can't seem to find where it adds the extra one. I can get rid of it by removing the trailing / from the configure.php, but them other more important things break.
Could someone tell me what file needs to be edited to get rid of that extra slash? :frusty:
My site is http://www.ahdistributing.com
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Guys and Girls -
For some mysterious reason the "POs - Send for Unknown Customer" (send_pos_nc.php) stopped sending the PO email to the set subcontractor.
I push the "Send" button, but nothing happens - the page refreshes with the same info I filled out in the fields.
I remember that it used to give me a "Please don't refresh this page..." on a successful send.
The regular sending via "POs Send/Resend" works perfectly fine.
I didn't do ANY changes lately.
ANY tip is more than welcomed!
Thanks!
Gabstero
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I built a cart using ZC 1.3.9h, and had this module working with Ty Package Tracker for 1.3.x. I ended up reinstalling ZC , and added Edit Orders 3.03 and Super Orders 3.0.1. When I click in the admin on Customers --> POs - Send/Resend or POs - Send for Unknown Customer I get an HTML Error 500 (Internal Server Error). The specific files erroring out are send_pos.php and send_pos_nc.php. I've reinstalled the files for this module and uninstalled Super Orders and it hasn't fixed it. Before I start over again, have you heard of this error occurring and if so, any idea on how to fix this?
Thank you,
Melodie
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I fixed this issue using thetonyleone's fix in post #448 from 7/14/11. Thanks!
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I am sure that this has been addressed elsewhere but I cannot find it and the search features on this forum suck so Ill ask.
I am trying to install this plugin to a fresh install of Zencart V1.5.0. I have installed Ty Package Tracker v3.1.2 and that seems to work fine. I have installed Easy Populate and that works. I have done a complete fresh install twice and I cannot get Purchase Orders to show up in the Configuration menu drop down box.
The instructions in the readme file are a little confusing as I am no upgrading from an earlier version and there is no clear indication on how to install to a clean Zencart installation. Do you use the dbscript sql patch or the upgrade3 patch? Is there anything else that is required for ZC v1.5.0? Is anyone using this plugin with v1.5.0?
I could use a little help and a little direction.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I would know if it works with zc 1.5.0 please
I downloaded files and I see script of database, is there also a script in case I would uninstall it?
In this way I can try to install on 1.5.0 but if it doesn't work I could uninstall it.
Thanks
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
From what I've read it is unfortunately not compatible with Zencart 1.5.0 :(
If you did want to try it anyway, just be sure to backup your database, keep track of what files you've uploaded, etc. However, pretty sure it will not work unless someone else has had luck doing so!
HOPEFULLY someone will make this module compatible for Zencart 1.5.0, as it is a very useful module.. and the only thing keeping me from updating from 1.3.9!
Quote:
Originally Posted by
giuly
I would know if it works with zc 1.5.0 please
I downloaded files and I see script of database, is there also a script in case I would uninstall it?
In this way I can try to install on 1.5.0 but if it doesn't work I could uninstall it.
Thanks
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
thanks no I don't try, I have a operative ecommerce, I wait until it will be a module that will allow this.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Anyone know how to change the date format on the email and PDF to UK format? (dd/mm/yyyy) I have changed the normal language files as per other threads but the "Drop Shipping Purchase Orders w/ PDF Packing List" doesn't change date?
-
Drop Shipping Purchase Orders Module UPDATED for v1.5.x
I haven't submitted this yet because I still need to test the snot of this for the site I plan to use it on.. In the meantime though I thought I would share the fruits of my labor..
https://github.com/DivaVocals/zen_DropShipPO
Until it's submitted to the downloads, this is still considered BETA. Not recommended for use on a live store.. yada yada yada..
*****************************
V3.21 CHANGELOG
****************************
- Update this module so it's now REALLY v1.5.x compatible. Among the many changes:
- Remove the ".php" extension from the entries in admin/includes/extra_configures/purchaseorders.php
- Made corrections to support the configuration menu (missing DB entries as well as missing an entry in the admin/includes/extra_configures/purchaseorders.php file)
- Move FPDF folder to same folder as used in Super Orders (will help ease integration with Super Orders PLUS Super Orders version has been updated for PHP 5.3 compatibility)
- Made all appropriate changes to support this change you should delete existing admin/fpdf folder if you are upgrading.
- Made ALL fixes needed so that the module works with the current versions of Ty Package Tracker
- Renamed email files to something a LOT less generic
- Moved the tracking number entry page from shop root to the admin (where it belongs IMHO). Leaving this in the shop root makes potentially leaves the name of the admin folder vulnerable. Shop owners who want to grant acces to subcontractors to enter this tracking data direct should create an appropriate login with the correct security privs so that subcontractors can access this page. (Current versions of Zen Cart will make it so that you can limit subcontractors to this page only)
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Quote:
Originally Posted by
DivaVocals
I haven't submitted this yet because I still need to test the snot of this for the site I plan to use it on.. In the meantime though I thought I would share the fruits of my labor..
https://github.com/DivaVocals/zen_DropShipPO
Until it's submitted to the downloads, this is still considered BETA. Not recommended for use on a live store.. yada yada yada..
*****************************
V3.21 CHANGELOG
****************************
- Update this module so it's now REALLY v1.5.x compatible. Among the many changes:
- Remove the ".php" extension from the entries in admin/includes/extra_configures/purchaseorders.php
- Made corrections to support the configuration menu (missing DB entries as well as missing an entry in the admin/includes/extra_configures/purchaseorders.php file)
- Move FPDF folder to same folder as used in Super Orders (will help ease integration with Super Orders PLUS Super Orders version has been updated for PHP 5.3 compatibility)
- Made all appropriate changes to support this change you should delete existing admin/fpdf folder if you are upgrading.
- Made ALL fixes needed so that the module works with the current versions of Ty Package Tracker
- Renamed email files to something a LOT less generic
- Moved the tracking number entry page from shop root to the admin (where it belongs IMHO). Leaving this in the shop root makes potentially leaves the name of the admin folder vulnerable. Shop owners who want to grant access to subcontractors to enter this tracking data direct should create an appropriate login with the correct security privs so that subcontractors can access this page. (Current versions of Zen Cart will make it so that you can limit subcontractors to this page only)
For anyone who CARES.. :laugh:
Wanted to note that I've disabled the "No Customer" feature. The files are in place, but I've commented it out in the module package.
The reason is pretty simple.. The feature doesn't appear to work, and because my client doesn't need it, I spent NO TIME trying to run down why because it would be a WASTE of my time.. So if someone wants to take a run at fixing this, feel free.. Not sure if I submit this update that I'll be including the "No Customer" feature. IMHO, anyone who is taking phone or other manual orders should use one of the manual order modules (by lat9 or lhungil) to properly add an order to their store. THEN use this module to manage the drop ship notification/management for those orders. Trying to use this module to do BOTH seems a little counter-productive..
Would love to get feedback from anyone who downloads my updated version..
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
BIG HUGE CAVEAT!! This module is IN NO WAY compatible with Zen Cart v1.5.2. Has everything to do with the diff between mysql and mysqli.. I haven't the FIRST CLUE how to fix it.. So if anyone wants to pick this up.. feel free..
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Quote:
Originally Posted by
DivaVocals
BIG HUGE CAVEAT!! This module is IN NO WAY compatible with Zen Cart v1.5.2. Has everything to do with the diff between mysql and mysqli.. I haven't the FIRST CLUE how to fix it.. So if anyone wants to pick this up.. feel free..
There is a number of issues, in the coding of this, If I happen to get some free time i'll rewrite this. I don't know who wrote the code (based on the code I think they were polish) but they were unfamiliar with zencart functions and did many things more difficult then needed, and because of the language issue it makes it very difficult to debug/customize, you spend a bit of time trying to figure out what is going on. If this was overhaul/re-written properly it should work thru 1.6.0
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Quote:
Originally Posted by
bislewl
There is a number of issues, in the coding of this, If I happen to get some free time i'll rewrite this. I don't know who wrote the code (based on the code I think they were polish) but they were unfamiliar with zencart functions and did many things more difficult then needed, and because of the language issue it makes it very difficult to debug/customize, you spend a bit of time trying to figure out what is going on. If this was overhaul/re-written properly it should work thru 1.6.0
Yes you are right the language is Polish.. It drove me crazy trying to understand what looked like gibberish in this thing.. So I finally figured out that it was not gibberish, but comments in another language.. So I dropped them in Google translate which told me not only what many of these comments said, but told me the language was Polish.. (I need to update the Github repo with this info)
I spent a LOT of time getting it to work with v1.5.1.. I've even done some work to get it to work with the DropShip Core module so that my client didn't have to enter dropship vendor data twice since both modules shared the same database table (and yep have to update my repo with these changes too).. But when I installed this module with all my changes on my test v1.5.2 store it fell flat on it's face.. EVERY SINGLE SQL statement fell over, and there were hardcoded messages all over this thing which told me the DB query failed and where.. It's over my paygrade to fix which is why I posted the caveat today regarding v1.5.2..:laugh:
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Last week, I was able to build an auto installer that installs it on fresh copies of zencart 1.5.1 and back along with upgrading older versions. (granted that took 2 hours) However I'm not posting it because I'm not putting my name on the module as it sits. sorry :( Once it is down to a moderate installation level, I'd be happy to post the full module. One that works and is functional without variables like $catmeow....
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Quote:
Originally Posted by
bislewl
Last week, I was able to build an auto installer that installs it on fresh copies of zencart 1.5.1 and back along with upgrading older versions. (granted that took 2 hours) However I'm not posting it because I'm not putting my name on the module as it sits. sorry :( Once it is down to a moderate installation level, I'd be happy to post the full module.
Understand.. that's why what I did sits on Github..:laugh: It's not finished.. needs a TON more work.. but for what I needed it for it's functional... If you need testers, I'd be happy to help with testing..
May I make a feature suggestion?? it's a VERY simple one.. I know this since it's one that even I was able to execute.. :laugh:
Can your re-write adopt the subcontractors table structure used in the DropShip Core module.. http://www.zen-cart.com/downloads.php?do=file&id=1536
Like my client, others may want to connect the Dropship PDF module with Dropship Core, and making this module use the same table name/structure as the sub contractors in Dropship Core means that shopowners will NOT have to enter their subcontractors data twice..
Quote:
Originally Posted by
bislewl
One that works and is functional without variables like $catmeow....
I know right??? :laugh:
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Yes that should be done...the other issues is there are LARGE portions like hundreds of lines that are duplicate and could be run more efficiently...using switches, functions and classes. The UI is not very intuitive to the untrained eye...about 40-45 hours of work and it would be 3x better. I personally would probably gut it, build an auto upgrading script then modify so you aren't making hacks in things like super orders to make it work. (if you weren't aware when you edit an order it resets the po's sent). Not a simple task...needs to be done...but lower on my priority list right now. Thanks for the offer, as when i get closer I'll run it by you.
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Sorry I should have read the end of this thread before submitting the minor updates to the addon that I just made.
My client just needed the emailing of POs and packing slips functionality so it is sufficient for his needs, in trying to get it to work I made minor updates to add the missing SQL to register the Configuration > Purchase Orders menu admin page and language file for that menu.
Wish I'd just downloaded your version from Github now :laugh:
Well if it does get accepted at least there will be a version that installs all the menus so others can use it "out of the box" for basic PO functionality while waiting for your superior version gents.
Andrew
-
Re: Drop Shipping Purchase Orders Module UPDATED for v1.5.x
Quote:
Originally Posted by
ConsultMe
Sorry I should have read the end of this thread before submitting the minor updates to the addon that I just made.
My client just needed the emailing of POs and packing slips functionality so it is sufficient for his needs, in trying to get it to work I made minor updates to add the missing SQL to register the Configuration > Purchase Orders menu admin page and language file for that menu.
Wish I'd just downloaded your version from Github now :laugh:
Well if it does get accepted at least there will be a version that installs all the menus so others can use it "out of the box" for basic PO functionality while waiting for your superior version gents.
Andrew
The version on Github is WAY more updated than the one in the free plugins.. Doesn't sound like you may have included all the changes I made to the version in Github. What I have on GitHub is functional and makes HUGE improvements, but as bislewl and I have been discussing, there is SOOOOOOOO much more to this module that needs to be addressed.. Which is why I did not submit what I posted to Github..
What I posted on Github is functional. Which is why I did at least share it here on the support thread.. Just read through the last 2 pages of this thread to see the caveats..
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
srturner47
Yes - purchase orders are automatically grouped by order and vendor, so just check the checkboxes, and it will send all the products from your order that are for that subcontractor in one email PO. Click the link in my signature for Drop Ship 5.0 and then click the link in the product description with the manual. Read pg. 47 for more detail on how POs are grouped. This manual is for v5, but the same principles apply as to how POs are grouped in v3.
Yes - you can add extra information by clicking the box to edit your PO email before sending it and add or change whatever you want to. If you want to automate it, you could always add any tags that you want by making some simple modifications to the source code of admin/send_pos.php. Again, see the manual for v5. There is a better list of the tags that you can use (although I do think there are a couple of these tags that don't work in v3). Sorry, the documentation for v3 just isn't as good as it is for v5.
Great site by the way!
This is a great mod,I have added the customers phone & email as directed in the readme.txt. I also have a wholesale mod added and I need to add the product cost to the P.O. portion for accounting proposes. Above it states that I can add any tag I want by simply editing the send_pos.php. I need to add products_price_w, however I don't see the instructions in the readme.txt and I don't know what else you could mean by thee manual for v5. Please help
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
Tadj Hemingway
This is a great mod,I have added the customers phone & email as directed in the readme.txt. I also have a wholesale mod added and I need to add the product cost to the P.O. portion for accounting proposes. Above it states that I can add any tag I want by simply editing the send_pos.php. I need to add products_price_w, however I don't see the instructions in the readme.txt and I don't know what else you could mean by thee manual for v5. Please help
If you read back through the last coupla pages of this support thread you will see that this module needs HELP and hasn't really been maintained by anyone for YEARS..
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I have downloaded v3.22 of this module. It was just recently uploaded in Oct/15 and says it's compatible with 1.5.1. I am getting database connection errors. If I go to Customers-PO Send/Resend, it says this:
Failed to connect database: 8
The log files say this:
[15-Nov-2015 22:36:23 America/New_York] PHP Warning: mysql_query(): Access denied for user 'root'@'localhost' (using password: NO) in /home1/***/public_html/new/shopadmin/send_pos.php on line 880
[15-Nov-2015 22:36:23 America/New_York] PHP Warning: mysql_query(): A link to the server could not be established in /home1/***/public_html/new/shopadmin/send_pos.php on line 880
Any thoughts on how to fix this?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
Danielle
I have downloaded v3.22 of this module. It was just recently uploaded in Oct/15 and says it's compatible with 1.5.1. I am getting database connection errors. If I go to Customers-PO Send/Resend, it says this:
Failed to connect database: 8
The log files say this:
[15-Nov-2015 22:36:23 America/New_York] PHP Warning: mysql_query(): Access denied for user 'root'@'localhost' (using password: NO) in /home1/***/public_html/new/shopadmin/send_pos.php on line 880
[15-Nov-2015 22:36:23 America/New_York] PHP Warning: mysql_query(): A link to the server could not be established in /home1/***/public_html/new/shopadmin/send_pos.php on line 880
Any thoughts on how to fix this?
Took a quick look at the code on github for this plugin, fully agree with the previous discussion of this needing to be updated for overall ZC compatibility, but that aside and related to the above query, what version of PHP is being used on the ZC 1.5.1 store?
Were the instructions followed to "install" the sql? (Asked because not stated above.) There are fields added to the products_orders and orders tables that need to be added/verified added. Absence of those fields could cause the script to fail at that line number.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
mc12345678
Took a quick look at the code on github for this plugin, fully agree with the previous discussion of this needing to be updated for overall ZC compatibility, but that aside and related to the above query, what version of PHP is being used on the ZC 1.5.1 store?
Were the instructions followed to "install" the sql? (Asked because not stated above.) There are fields added to the products_orders and orders tables that need to be added/verified added. Absence of those fields could cause the script to fail at that line number.
I assumed version 3.22 would be newer than what is on github since it was just uploaded on October 26. I will look at the github files too.
I just realized I completely entered the wrong version number, I am using version 1.5.4 of Zen-Cart, not 1.5.1. The server is using PHP 5.6, so I'm assuming that is causing the problem? I manually checked and all the tables are there. I am not sure what to do to make this work? I have upgraded this entire site to 1.5.4 and it's ready to go except for this module, which is an absolute requirement for my client.
I am happy to play around with it and try and get it working, I'm just not sure where to start?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
Danielle
I assumed version 3.22 would be newer than what is on github since it was just uploaded on October 26. I will look at the github files too.
I just realized I completely entered the wrong version number, I am using version 1.5.4 of Zen-Cart, not 1.5.1. The server is using PHP 5.6, so I'm assuming that is causing the problem? I manually checked and all the tables are there. I am not sure what to do to make this work? I have upgraded this entire site to 1.5.4 and it's ready to go except for this module, which is an absolute requirement for my client.
I am happy to play around with it and try and get it working, I'm just not sure where to start?
I do see that it's not compatible with 1.5.2+. I am hoping to find a way to get it working. I did try rolling the PHP version on the server back to PHP 5.4, but the database errors are still there.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I almost have this working with 1.5.4 on PHP 5.6. Everything connects and the data shows up, but I'm getting these log errors:
[16-Nov-2015 12:32:43 America/New_York] PHP Fatal error: Call to undefined function pasek() in /home1/***/public_html/new/shopadmin/set_subcontrac.php on line 254
[16-Nov-2015 12:30:28 America/New_York] PHP Fatal error: Call to undefined function pasek() in /home1/***/public_html/new/shopadmin/send_pos.php on line 937
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
Danielle
I assumed version 3.22 would be newer than what is on github since it was just uploaded on October 26. I will look at the github files too.
I just realized I completely entered the wrong version number, I am using version 1.5.4 of Zen-Cart, not 1.5.1. The server is using PHP 5.6, so I'm assuming that is causing the problem? I manually checked and all the tables are there. I am not sure what to do to make this work? I have upgraded this entire site to 1.5.4 and it's ready to go except for this module, which is an absolute requirement for my client.
I am happy to play around with it and try and get it working, I'm just not sure where to start?
Quote:
Originally Posted by
Danielle
I almost have this working with 1.5.4 on PHP 5.6. Everything connects and the data shows up, but I'm getting these log errors:
[16-Nov-2015 12:32:43 America/New_York] PHP Fatal error: Call to undefined function pasek() in /home1/***/public_html/new/shopadmin/set_subcontrac.php on line 254
[16-Nov-2015 12:30:28 America/New_York] PHP Fatal error: Call to undefined function pasek() in /home1/***/public_html/new/shopadmin/send_pos.php on line 937
From github set, should be in: YOUR_ADMIN/includes/functions/extra_functions/purchaseorders.php
Btw, might want to consider changing the admin folder name for that site.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
Danielle
I assumed version 3.22 would be newer than what is on github since it was just uploaded on October 26. I will look at the github files too.
I just realized I completely entered the wrong version number, I am using version 1.5.4 of Zen-Cart, not 1.5.1. The server is using PHP 5.6, so I'm assuming that is causing the problem? I manually checked and all the tables are there. I am not sure what to do to make this work? I have upgraded this entire site to 1.5.4 and it's ready to go except for this module, which is an absolute requirement for my client.
I am happy to play around with it and try and get it working, I'm just not sure where to start?
In the lat few pages of this support thread, you will see that the person who uploaded the version in the Zen Cart downloads hadn't seen the Github version which IS more up to date than what's in the Zen Cart downloads..
That said this module still needs LOTS of work which is why I've never advanced what's in Github beyond the work I've already done.. The changes needed are WAY over my paygrade to execute, and this this REALLY needs to be integrated with Drop Ship Core to be a REALLY effective and useful module IMHO..
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Diva, I'm probably going to fix these issues - should I start with the version in Github or the one in the plugins?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
swguy
Diva, I'm probably going to fix these issues - should I start with the version in Github or the one in the plugins?
That would be AWESOME!!!:clap:
My Github version as I got rid of some of the odd Polish functions, classes and such.... Will you be attempting to integrate it with Drop Ship Core?? You KNOW I'm not one to do "feature" requests, but integrating these two would make this something SUPER useful.. :blush: Would be happy to explain why I think this is so offline if you wanna shoot me an email..
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I doubt that but let's see. Let me start with straightening out what's there now.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
swguy
I doubt that but let's see. Let me start with straightening out what's there now.
I hope you will reconsider.. :smile: Integration with Dropship Core (or adding the same features that are in Dropship Core) would turn this module into a fully functioning dropship module.. I explained this briefly a few pages back
Quote:
Originally Posted by
DivaVocals
May I make a feature suggestion?? it's a VERY simple one.. I know this since it's one that even I was able to execute.. :laugh:
Can your re-write adopt the subcontractors table structure used in the DropShip Core module.. http://www.zen-cart.com/downloads.php?do=file&id=1536
Like my client, others may want to connect the Dropship PDF module with Dropship Core, and making this module use the same table name/structure as the sub contractors in Dropship Core means that shopowners will NOT have to enter their subcontractors data twice..
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I should have a PR by later this week. Got a bunch of this taken care of this morning.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Why is there now a subcontractors_shipping table when there used to be a subcontactors table?
Why did you get rid of edit_subcontrac.php?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
swguy
Why is there now a subcontractors_shipping table when there used to be a subcontactors table?
Why did you get rid of edit_subcontrac.php?
All done so that this module integrated with DropShip Core.
See: https://github.com/DivaVocals/zen_Dr...397debb23af699
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I see what you're thinking - but right now the module is broken for people who don't install DropShip Core, which is an abandoned mod that hasn't been updated in years. We can keep your idea of integrating the tables but we need these management tools.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
swguy
I see what you're thinking - but right now the module is broken for people who don't install DropShip Core, which is an abandoned mod that hasn't been updated in years. We can keep your idea of integrating the tables but we need these management tools.
I get this module is broken, but even fixed I found out very quickly that for clients who's business really depends on having more than just "minor down and dirty" drop shipping features, this module's featureset is very LIMITED (which is why I integrated it with Dropship Core to begin with). The features it's missing are the ones in Dropship Core, and it was pretty EASY to merge the two (since even I with my minor dev skills was able to manage the merge:laugh:) My plan was to make these two modules ONE module..
FYI.. Dropship Core is no more out of date than this module.. (IJS :smile:)
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
I got rid of the old mysql* stuff, and my changes seem to be working with 1.5.5. But there were a MILLION frickin' changes and so I'm anxious for someone to put a second set of eyes on it to find what I missed. I'll submit a PR after my client does some more testing.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
OK the PR is submitted. But shouldn't confirm_track_sub.php also be in this contrib?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
swguy
I got rid of the old mysql* stuff, and my changes seem to be working with 1.5.5. But there were a MILLION frickin' changes and so I'm anxious for someone to put a second set of eyes on it to find what I missed. I'll submit a PR after my client does some more testing.
I have tested your database query changes in 1.5.5 and they are fine. There was a wrong field and a typo in the set_subcontrac.php so changing the subcontractor for a product was not saved.
I have seen that the pdf packinglist functionality was removed, not sure why as it is working fine.
I have changed from fpdf to tfpdf to enable the needed utf-8 support, so special characters and umlauts in product names, customer addresses and customer comments are now correct in the pdf.
I did some other minor changes, everything available here:
https://github.com/webchills/zen_Dro...-compatibility
This is a great module, I'm sure that we can iron out the last bugs together.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Thanks for your help - this is good news. I just pulled in your set_subcontrac.php fixes.
Can you let me know where the pdf packinglist stuff was?
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Most of the pdf stuff was commented out in Divas GitHub. I took it back from the old version in the ZC Downloads Section. But it was useless anyway as the used fpdf does not support utf-8. I have replaced it completely with tfpdf and the pdf packinglist is working fine. What I haven't tested yet is the Ty Package Tracker integration, the confirm_track files do need some work too for sure.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
webchills
Most of the pdf stuff was commented out in Divas GitHub. I took it back from the old version in the ZC Downloads Section. But it was useless anyway as the used fpdf does not support utf-8. I have replaced it completely with tfpdf and the pdf packinglist is working fine. What I haven't tested yet is the Ty Package Tracker integration, the confirm_track files do need some work too for sure.
You can also pull the latest fpdf from the Super Orders repository. This should be utf 8 compatible.
-
Re: Drop Shipping Purchase Orders Module for v1.3.8
Quote:
Originally Posted by
webchills
Most of the pdf stuff was commented out in Divas GitHub. I took it back from the old version in the ZC Downloads Section. But it was useless anyway as the used fpdf does not support utf-8. I have replaced it completely with tfpdf and the pdf packinglist is working fine. What I haven't tested yet is the Ty Package Tracker integration, the confirm_track files do need some work too for sure.
If I commented it out (and it's been a while so I don't remember) it would have been because the version of FPDF was too old..