Page 35 of 53 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 524
  1. #341
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    I mixed up posts... ***->

    has nothing to do with this module... Got my posts crossed sorry...

    -----------------------------------------------------


    I am getting this error when I go to send
    (Its on the first page)

    Warning: Division by zero in /home/nothingb/public_html/admin/pdfpack.php on line 77

    I tried replacing functions/general

    I tried changing my admin folder to 777

    But nothing changed...

  2. #342
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Also maybve the problem is in generating the pdf

    if there a way to change it to text?

    I know... I am running the 3 off the download sections.

    I dont know if I get the $$ version if it would solve my problem

  3. #343
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Well now, To be honest. I am not sure how. But I got it to work.
    Whew!

    Now I have a question. on the version 3 number.

    The PDF works but only has my company name. Where does it take the address Phone etc from???

  4. #344
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Oh also the emails are coming in with PO_FROM_EMAIL_NAME
    as the sender, I don't see where to change that.

  5. #345

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

    milobloom -- V5 supports text file attachments which would allow you to create and customize your own text file packing lists -- this does take a little work on your part as you would have to design the text file attachment whereas the PDF packing list is pre-designed and unchangeable.

    PO_FROM_EMAIL_NAME is an option you define in Admin->Configuration->Purchase Orders. You need to setup all the options here as well. It does strike me as odd though that you have PO_FROM_EMAIL_NAME....this is the what the value you set up in Zen Cart Admin is defined as. Are you sure you ran the SQL patch? If you did, you will find Purchase Orders under Admin->Configuration.

    The PDF will include your address if you set it up with Zen Cart. Check your Contact Us page -- the same information will be on the purchase order. You can set this up under Admin->Configuration->My Store->Store Address and Phone.

  6. #346
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Dont get me wrong...

    I understand how someones works hard on a mod and
    wants to market it and make some hard earned money from it.

    That being said. I thought I was coming to this thread for support for the only download available off of this site. In a couple of weeks I will be purchasing the $$ version because of some limitations.

    But till then. Is there a way to change PO_FROM_EMAIL_NAME
    to my name?

    I ran the phrase through Developers Tool Kit.
    and I got:

    /home/nothingb/public_html/admin/send_pos.php

    Line #105 : zen_mail($_POST[eaddress],$_POST[eaddress],$_POST[etitle],$_POST[ebody],PO_FROM_EMAIL_NAME,PO_FROM_EMAIL_ADDRESS, $html_msg, NULL ,PO_PACKINGLIST_FILENAME, 'application/pdf');

    Line #107 : zen_mail($_POST[eaddress],$_POST[eaddress],$_POST[etitle],$_POST[ebody],PO_FROM_EMAIL_NAME,PO_FROM_EMAIL_ADDRESS, $html_msg, NULL);

    Line #487 : echo "<br>DEBUG--><br>From :".PO_FROM_EMAIL_NAME." &lt;".PO_FROM_EMAIL_ADDRESS."&gt;<br>To :".$adresdo."<br>Subject:".$tematk."<br>Content:<br>".str_replace("\n","<br>",$n ewzawartosc);

    Line #506 : zen_mail($adresdo,$adresdo,$tematk,$newzawartosc,PO_FROM_EMAIL_NAME,PO_FROM_EMAI L_ADDRESS, $html_msg, NULL, PO_PACKINGLIST_FILENAME, 'application/pdf');

    Line #508 : zen_mail($adresdo,$adresdo,$tematk,$newzawartosc,PO_FROM_EMAIL_NAME,PO_FROM_EMAI L_ADDRESS, $html_msg, NULL);

    /home/nothingb/public_html/admin/send_pos_nc.php

    Line #304 : zen_mail($adresdo,$adresdo,$tematk,$newzawartosc,PO_FROM_EMAIL_NAME,PO_FROM_EMAI L_ADDRESS,$html_msg, NULL, PO_PACKINGLIST_FILENAME, 'application/pdf');

    Line #306 : zen_mail($adresdo,$adresdo,$tematk,$newzawartosc,PO_FROM_EMAIL_NAME,PO_FROM_EMAI L_ADDRESS,$html_msg, NULL);
    Furthermore.. The reason i HAVE to get the $$ version... Figure this one out. If there are 2 different items the PO only sends 1 out on the drop ship order. Not good....

  7. #347
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Oh btw I have to ask because there is no Admin_>Configuration>PO Orders or whatever in V3

  8. #348

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

    milobloom-Yes, you are correct. This thread is for support of the free version. But, you asked about something, so I was trying to give you the best answer I could, which is that v3 doesn't do this.

    You haven't installed the SQL patch. That's why the menus aren't there.

    If there are 2 different items the PO only sends 1 out on the drop ship order. Not good....
    Not true. Check the box for both items and they will combine on one PO if they go to the same subcontractor. All versions have this feature back to the original v1.

  9. #349
    Join Date
    Sep 2009
    Posts
    1
    Plugin Contributions
    0

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

    I just installed this module. I was wondering if I could put my cost of each item on the purchase order that gets emailed to my vendor. Obviously I do not want it on the packing slip. I did not see anywhere on the instruction manual that you could do that. Thank you

  10. #350
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    I think the problem is that I had this module allready installed. However when I upgraded it took away the config options.

    I tried to install the sql patch (Probably for a 2nd time) and got this error:

    1060 Duplicate column name 'po_sent'
    in:
    [ALTER TABLE orders_products ADD po_sent char(1) NOT NULL default '0', ADD po_number int(20), ADD po_sent_to_subcontractor int(10), ADD po_date DATE, ADD item_shipped CHAR(1) NOT NULL default '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.
    Should I drop the table and re-do the dump. If so what is the command to drop it?

 

 
Page 35 of 53 FirstFirst ... 25333435363745 ... 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