Page 50 of 53 FirstFirst ... 404849505152 ... LastLast
Results 491 to 500 of 524
  1. #491
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by swguy View Post
    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
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #492
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default 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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #493
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by swguy View Post
    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) My plan was to make these two modules ONE module..

    FYI.. Dropship Core is no more out of date than this module.. (IJS )
    Last edited by DivaVocals; 29 Apr 2016 at 02:51 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #494
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default 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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #495
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default 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?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #496
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

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

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

  7. #497
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default 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?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #498
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

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

  9. #499
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

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

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

  10. #500
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by webchills View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 50 of 53 FirstFirst ... 404849505152 ... 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