Page 42 of 53 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 524
  1. #411
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

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

    The patch work fine on 1.39d.

  2. #412
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

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

  3. #413
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

    Default 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

  4. #414

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

  5. #415
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

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

  6. #416
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

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

    I got it working. never mind thanks

  7. #417
    Join Date
    Aug 2008
    Location
    Abbottabad, Pakistan
    Posts
    60
    Plugin Contributions
    0

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

  8. #418
    Join Date
    Sep 2007
    Location
    Frankfort, Illinois, United States
    Posts
    21
    Plugin Contributions
    0

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

  9. #419
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

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

  10. #420
    Join Date
    Jun 2010
    Location
    Phoeniz AZ
    Posts
    21
    Plugin Contributions
    0

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

 

 
Page 42 of 53 FirstFirst ... 32404142434452 ... 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