Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Join Date
    Aug 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Invoice-to-PDF Mailer [support thread]

    Hello,
    Was looking for a module like this - thank you very much -however can;t seem to install it right with latest version.


    when clicking on the 'email PDF' icon I get the following error:
    Warning: require_once(/home/XXX/public_html/admin/dompdf/include/navigationhistory.cls.php) [function.require-once]: failed to open stream: No such file or directory in /home/XXX/public_html/admin/dompdf/dompdf_config.inc.php on line 194

    Fatal error: require_once() [function.require]: Failed opening required '/home/XXX/public_html/admin/dompdf/include/navigationhistory.cls.php' (include_path='.:/usr/lib/php') in /home/XXX/public_html/admin/dompdf/dompdf_config.inc.php on line 194


    Can't seem to find the navigationhistory.cls.php in the directory. shoudl it be there or is it some other problem?

    thanks

  2. #32
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Re: Invoice-to-PDF Mailer [support thread]

    I have had this problem too. Not sure where to get this file from. Maybe the author can help.

  3. #33
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Idea or Suggestion Re: Invoice-to-PDF Mailer [support thread]

    hi, sorry for delays, im busy and new to this too but i want to help out:

    so around line 194 is the following functions:

    PHP Code:
    /**
     * DOMPDF autoload function
     *
     * If you have an existing autoload function, add a call to this function
     * from your existing __autoload() implementation.
     *
     * @param string $class
     */
    function DOMPDF_autoload($class) {
      
    $filename mb_strtolower($class) . ".cls.php";
      require_once(
    DOMPDF_INC_DIR "/$filename");
    }

    if ( !
    function_exists("__autoload") ) {
      
    /**
       * Default __autoload() function
       *
       * @param string $class
       */
      
    function __autoload($class) {
        
    DOMPDF_autoload($class);
      }

    so it would seem like this "autoload" function is being called with $class parameter = navigationhistory, and thus it tries to function and include file as coded but not there. id say thats an incorrect value for $class... (easy)

    why its being called like that im not sure, but it sounds like navigationhistory is some kind of zencart term. (which on googling it is)

    ah youve got to love grep (wingrep for windows), you can thouroughly search the contents of folders of files for terms,

    so i find mention of this autoload term in the faq of all places:

    /invoice_pdf_mailer/admin/dompdf/www/faq.php

    load it in your browser for the followign output:

    I'm getting the following error:
    Fatal error: DOMPDF_autoload() [function.require]: Failed opening required '/var/www/dompdf/include/domdocument.cls.php' (include_path='.:') in /var/www/dompdf/dompdf_config.inc.php on line 146

    This error occurs when the version of PHP that you are using does not have the DOM extension enabled. You can check which extensions are enabled by examning the output of phpinfo().

    There are a couple of ways that the DOM extension could have been disabled. DOM uses libxml, so if libxml is not present on your server then the DOM extension will not work. Alternatively, if PHP was compiled with the '--disable-dom' switch or the '--disable-xml' switch, DOM support will also be removed. You can check which switches were used to compile PHP with phpinfo().
    see how you go now, good luck

  4. #34
    Join Date
    Apr 2004
    Location
    vienna
    Posts
    198
    Plugin Contributions
    9

    Default Re: Invoice-to-PDF Mailer [support thread]


  5. #35
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: Invoice-to-PDF Mailer [support thread]

    thanks a bunch buddy , that looks swell , cheers for sharing that with us

  6. #36
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: Invoice-to-PDF Mailer [support thread]

    btw - you missed an f in flexible on your front page intro, it reads lexible instead ;)

  7. #37
    Join Date
    Sep 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Invoice-to-PDF Mailer [support thread]

    Hi is there solution for create pdf invoice and sent it to customer automatically after purchase. I am using zencart 1.3.9 and I have pdf invoice button in administration but I needed it to be automatically. Thanks.

  8. #38
    Join Date
    May 2008
    Location
    South Australia
    Posts
    86
    Plugin Contributions
    1

    Default Re: Invoice-to-PDF Mailer [support thread]

    Quote Originally Posted by hugo13 View Post
    youll have to look at modifying this one.

  9. #39
    Join Date
    Sep 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Invoice-to-PDF Mailer [support thread]

    I suppose there is no way to modify this so that the prices don't show up is there? I want to email a packing slip to my warehouse rather than the invoice.

  10. #40
    Join Date
    Feb 2009
    Posts
    69
    Plugin Contributions
    0

    Default Re: Invoice-to-PDF Mailer [support thread]

    Is there any plan for Zen 1.51 update for this PDF mod?

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. v150 Product Images on Invoice, Email, etc [Support Thread]
    By jackie.taferner in forum All Other Contributions/Addons
    Replies: 29
    Last Post: 26 Aug 2022, 05:52 AM
  3. pdf Invoice 3
    By torvista in forum All Other Contributions/Addons
    Replies: 38
    Last Post: 11 Nov 2013, 05:26 PM
  4. PDF Invoice Trend
    By ryanb4614 in forum General Questions
    Replies: 1
    Last Post: 19 Feb 2010, 12:10 AM
  5. pdf mailer?
    By louisapple in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 14 May 2009, 04:31 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