Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 53
  1. #41
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    Ok I understand. I was just concerned that maybe super orders had changed something in regards to how the billing and shipping address was used in the admin files and that was affecting the pdfOC as it was release before superorder 3.0 but if you are so certain that the super orders is not taking over the orders area on the zencart then I will look at other areas.
    Neither one of these mods affects or modifies "something in regards to how the billing and shipping address was used in the admin files" at all.. These two tools merely allow you to manage your orders.. They don't change ANY core Zen Cart functionality.. They simply allow you to DISPLAY and UPDATE your orders..

    I think what may be throwing you is that SO and PDFOC have similar functionality.. Having similar functionality does not make them the SAME..

    (and BTW even if we HAD changed Super Orders in some MAJOR way it still WOULD NOT affect PDFOC in anyway because they still remain TWO SEPERATE MODULES with NOTHING in common in terms of code, files etc..)

    Quote Originally Posted by supersnow View Post
    It is just very frustrating.
    I understand, but not for nothing you've been waving fists at everyone the last few days, and most of your issues IMHO are more a byproduct of you making an enormous number of changes all at once.

    When that happens it's hard to get a handle on what change caused which error.. Which is why those of us supporting mods can only address issues we can replicate..

    My suggestion is to setup a test store, install your mods ONE AT A TIME.. Then test test test, and don't move on until you are sure it works and works with anything you already installed..

    Quote Originally Posted by supersnow View Post
    In regards to super order yes it is more comprehensive but we really like the ability to print the packing slip and the invoice in one batch and that the packing slip is exactly that a PACKING SLIP not a invoice renamed like the super order PDF packing slip. Also we like that fact that when we print the packing slips and invoices we can do it in one batch plus we can set the PDFOC to update the status in the same step.

    With Super orders to achieve the same you would need to do the whole process in 3 steps - first so you can get a true invoice and a true packing slip with super orders you choose the orders, then click invoices, then print then click packing slips, then print then you have to go to the batch update do another search then choose the orders and update. Then you have to get all the orders and correlate the packing slips and invoices - all very time consuming. This wouldn't be a problem if I only had one or two orders in a day but we have a busy store so the super orders even though I like a number of its functions is still a bit time consuming.

    Please don't get me wrong I like super orders and I like PDF OC that is why they are both on our store. I am just having so many issues at the moment since we upgraded that I am trying to fix one problem after another and I want to isolate the issues and the conflicts.

    Thanks again for you help and I am sure that I will figure this out.
    so it's clear.. (and PLEASE don't take this the wrong way) I honestly have no feelings one way or another what modules folks choose to use.. if your comments above are in response to the quoted part of my last post:

    For the record: PDFOC is not nearly as comprehensive as the Super Orders contribution from BlindSide (Frank Koehl). PDFOC began as a port of Batch Print Center from osCommerce to Zen Cart. Along the way I spiffed up the interface and gradually expanded it to take over all the functionality of the default Zen Cart orders.php page, and added in a couple of extra features. PDFOC is meant to complement Super Orders, as an alternative for folks who want to be able to batch-print PDF invoices, packing slips, etc. You can use both contributions in your store.
    that came STRAIGHT from the PDFOC readme file.. I was trying to make sure it was clear to you that these mods have NO CONFLICTS at all..
    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. #42
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: PDF Order Center

    Quote Originally Posted by supersnow View Post
    that the packing slip is exactly that a PACKING SLIP not a invoice renamed like the super order PDF packing slip.
    Just noticed this statement.. wanted to add this.. many LARGE e-commerce companies use packing slips that are EXACTLY like the PDF packingslip in Super Orders (like AMAZON.COM, there are LOTS of other examples as well of large companies who also use detailed packingslips).

    It is an over simplification to state that we simply made an "invoice renamed".. We created a DETAILED PDF packing slip where we ACTUALLY put some thought, HARD WORK, and A LOT of code into that design.. clearly that's not what YOU want (which is fine different strokes -- can't make EVERYONE happy..), but calling it an "invoice renamed" is in fact incorrect..

    Now let me head on back to lurk mode here..

    I wish you luck getting this all to work for you..
    Last edited by DivaVocals; 15 Jan 2011 at 12:13 AM.
    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.

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

    Default Using PDF Order Center with Zen Cart 1.3.9

    Wanted to clarify this post..

    Zen Cart v1.3.9 has some additional security measures which includes a number of .htaccess files to help lock down your store a little better. IF you are running Zen Cart 1.3.9, you MUST modify the .htaccess file or you will get errors when you attempt to view your PDF files using this mod.

    The location of the .htaccess file to be modified is located here: admin/includes. Because these directives are case sensitive, here is the updated correction needed:

    Replace the entire contents of the admin/includes/.htaccess file with this:
    Code:
    #
    # @copyright Copyright 2003-2010 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Additionally, if you want the added protection offered by the OPTIONS directive below, you'll need to add 'Options' to the AllowOverride list, if 'All' is not specified. 
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    #  AllowOverride Limit Options Indexes
    #</Directory>
    ###############################
    
    # deny *everything*
    <FilesMatch ".*">
      Order Allow,Deny
      Deny from all
    </FilesMatch>
    
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(js|css|jpg|JPG|gif|GIF|png|PNG|pdf|PDF)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    
    IndexIgnore */*
    Quote Originally Posted by supersnow View Post
    So got it to work so I didn't get the 404 permission denied. The .htaccess file was updated to this (just in case someone else has this issue):

    Code:
    # deny *everything*
    <FilesMatch ".*\..*">
      Order Allow,Deny
      Deny from all
    </FilesMatch>
    
    # but now allow just *certain* necessary files:
    <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png|pdf)$)">
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    And it was working fine for about two days. Now I have new problem it has decided to stop printing the sold to address and the ship to address on my packing slips and invoices.

    The labels still pull through the address but so some reason the packing slip and invoice don't.

    This is driving me crazy I love the pdf order center I just want it to work. Please help!
    Last edited by DivaVocals; 15 Jan 2011 at 10:22 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. #44
    Join Date
    Apr 2009
    Posts
    54
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Hi

    I've been using this for ages and use it back end to run off all invoices and picknotes every morning.

    However since changing my zen cart to utf-8 it really struggles with the £ sign.

    Eg

    1 x Product Name DSRED 20.00 £19.99 £23.99 £19.99 £23.99

    Ive stared at the code for hours to try and see if i can see where to change it but cant.

    Can anyone give me any pointers?

    Regards

    Gareth

  5. #45
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: PDF Order Center

    I enjoy PDFOC for quick and easy packing slips. Mine works fine with Super Orders installed, by the way. However, I've always had a problem with apostrophes in product names coming up as symbol code. Can't remember right now but it's something like "&39a;"
    Has anyone had this problem? Is there a quick fix?

  6. #46
    Join Date
    Jun 2006
    Location
    Sea Lake, Australia
    Posts
    81
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Just a note to say the to get rid of the 403 error, I had to change the admin/.htaccess and the admin/includes/.htaccess files.

  7. #47
    Join Date
    Aug 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Quote Originally Posted by brushwoodnursery View Post
    I enjoy PDFOC for quick and easy packing slips. Mine works fine with Super Orders installed, by the way. However, I've always had a problem with apostrophes in product names coming up as symbol code. Can't remember right now but it's something like "&39a;"
    Has anyone had this problem? Is there a quick fix?
    Same problem here. Also with all special german characters. A fix or solution will be very appreciated. Update for Zen1.5 also

    thanks

  8. #48
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Quote Originally Posted by 2marco View Post
    Same problem here. Also with all special german characters. A fix or solution will be very appreciated. Update for Zen1.5 also

    thanks
    2marco, we had this fixed. I looked around in the files as best I could and found the following.
    in admin/includes/modules/pdfoc/templates/Packing-Slip.php

    I compared an old backup to the more recent file and found the following change. Not sure if this is it but I hope it helps. It's the only change I found in the module.

    old:
    Code:
     $prod_str = $order->products[$i]['qty'] . " x " . $order->products[$i]['name'];
    new:
    Code:
     $prod_str = $order->products[$i]['qty'] . " x " . html_entity_decode($order->products[$i]['name'], ENT_QUOTES);

  9. #49
    Join Date
    Aug 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: PDF Order Center

    thank you very much, I did made the changes to both the Packing-Slip.php as also for the invoice.php. But that is only for the product names offcourse. Maybe I had to clarify a little bit more, but the problem is also in the shipping and invoice adresses. I assume the html_entity_decode , ENT_QUOTES); should be implemented in this section also, but if someone could give me a hint, or the exact codes would be very nice.

  10. #50
    Join Date
    Aug 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: PDF Order Center

    Then also another question did came up: I have implemented the VAT-Mod BETA UNOFFICIAL for Zen Cart v. 1.3.9h, (works fine) But i need to show the VAT number of the customer on the invoice. I have tried a little bit, (as far as I could) and added the following line:

    Code:
     $pos = $pdf->ezText("<b>" . ENTRY_TVA_INTRACOM . "</b> " . $order->info['billing_tva_intracom'],PDFOC_GENERAL_FONT_SIZE);
    The ENTRY_TVA_INTRACOM is shown correctly in bold text, but the "billing_tva_intracom" which is available and filled in the database isn't. I assume it is a small mistake, and hopefully someone is willing to guid me in the right direction.

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. PDF Order Center help.
    By drgr33n in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Oct 2010, 11:07 AM
  2. PDF Order Center
    By cshellca in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Aug 2010, 06:45 PM
  3. pdf order center
    By tavikki in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Nov 2008, 07:36 PM
  4. PDF Order Center
    By londoner1988 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Mar 2008, 09:38 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