Page 44 of 53 FirstFirst ... 344243444546 ... LastLast
Results 431 to 440 of 524
  1. #431
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question 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?
    [FONT=Comic Sans MS]Don Scott
    http://dealz-r-us.com
    [/FONT]

  2. #432
    Join Date
    Feb 2011
    Posts
    1
    Plugin Contributions
    0

    Default 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

  3. #433
    Join Date
    Dec 2005
    Location
    colorado
    Posts
    108
    Plugin Contributions
    0

    Default Re: Drop Shipping Purchase Orders Module for v1.3.8

    Quote Originally Posted by t8tjt View Post
    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.

  4. #434

    Default 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!

  5. #435
    Join Date
    Dec 2009
    Posts
    8
    Plugin Contributions
    0

    Default 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.



    Simon
    www.beltingonline.com

  6. #436
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

    Default 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 | ?

  7. #437
    Join Date
    Feb 2011
    Location
    Portland, OR
    Posts
    6
    Plugin Contributions
    0

    Default 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

  8. #438
    Join Date
    Apr 2011
    Posts
    2
    Plugin Contributions
    0

    Default 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?

  9. #439
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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

  10. #440
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default 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.
    Submit your link to a FREE Directory!

 

 
Page 44 of 53 FirstFirst ... 344243444546 ... LastLast

Similar Threads

  1. v151 Drop Shipping Purchase Orders w/ PDF Packing List (v3.22)
    By Danielle in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 16 Nov 2015, 01:48 PM
  2. Can I change the dates in Drop Shipping Purchase Orders Module?
    By unlucky-pete in forum Customization from the Admin
    Replies: 0
    Last Post: 23 Feb 2013, 09:08 PM
  3. Drop Shipping Purchase Order Module
    By jderrers in forum All Other Contributions/Addons
    Replies: 86
    Last Post: 9 Jul 2009, 09:30 AM
  4. Drop Shipping Purchase Order Module?
    By Zis in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 14 Jan 2008, 02:57 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