Thread: pdf Invoice 3

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: pdf Invoice 3

    Thanks for the extra pointers, Gareth.
    However, it looks too much like hard work for me atm.
    May try later.
    Cheers

  2. #22
    Join Date
    Dec 2010
    Location
    Belgrade
    Posts
    15
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Hello!

    I have problems with this module... I have transfered all files to my server but PDF Invoice is not showing up anywhere. Admin -> Orders -> not displayed; Admin -> Configuration -> nothing also.

    What am I doing wrong here???

  3. #23
    Join Date
    Dec 2010
    Location
    Belgrade
    Posts
    15
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    OK, I have managed to install it. I also edit the looks of my PDF invoice. BUT, I have added one extra field under the 'Company' field in registration page, and now I would like do display this field in my PDF invoice. I have looked everything how to do it, but I'm stuck... PLEASE HELP! :)

    Yes, I forgot, my date format on invoice is m/d/y, I would like to change it to d/m/y, but I don't know how.... Please... I will by you all a beer!

  4. #24
    Join Date
    Feb 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Quote Originally Posted by garethrooney View Post
    Probably is about 15mb due to having alot of raw code fonts in it and a few pdf's in need of a bit of optimisation.

    The tricky bit other than the £ sign was getting the PDF invoice it generates down to a manageable amount my first attempt they were coming out at 784k each. Ive now got them down to 123k with a decent font the lowest i have got them is 46k but that was with a dreadful font.

    Fixed the £ issue there is a zen cart mod that tells you how to convert your cart to UTF-8 follow the instructions from that. You need to edit both admin and non admin english.php's and put an extra line of code in another file to tell zen cart to read and write correctly to the mysql database.

    The only downside to this is its strangely now broke the watermarks on my image handler 2 mod. Which i now need to go and do some homework on.

    On a serious note now ive marstered this mod i seriously dont know why it has had only 3 downloads. Its up there with ceons mods. I was getting about 5-6 invoice requests per day through email even tho we send a printed copy with the goods.

    Regards

    Gareth
    Hi Gareth,

    Can you tell me how you: "Fixed the £ issue there is a zen cart mod that tells you how to convert your cart to UTF-8 follow the instructions from that. You need to edit both admin and non admin english.php's and put an extra line of code in another file to tell zen cart to read and write correctly to the mysql database"

    Do you use this: http://www.zen-cart.com/index.php?ma...roducts_id=601

    I have the same problem with accents French and i search it for many month (maybe 10months) can you give me the code or link please!

    Which policy you use? to down to 123k with a decent font ? included or not with rl invoice 3 ?

    thanks

    Séb

    Last edited by triumph; 13 Mar 2011 at 01:26 PM.

  5. #25
    Join Date
    Mar 2010
    Posts
    54
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Hi Steve
    Have you solved "I have a problem with it at the moment in that it creates pdfs on demand from the Admin but does not create them automatically when an order is made" problem?

    I had the same problem. If the invoice has been created from Admin, everything is fine; otherwise, the invoice is not available on the order history page. I think it should be caused by

    [SCR]else {
    $tmp .= '| <a href="' . str_replace(DIR_FS_CATALOG, '', $v['file']) . '">'. $v['name'] . '</a>';[/SCR]

    but not sure how to fix it.

    Thanks
    Davis

    Quote Originally Posted by torvista View Post
    Hi,
    I am trying out this module

    http://demo.zen-cart.at/docs/rl_invoice3/index_en.html

    to produce pdf invoices automatically, and have them available for download by the customer.

    I am surprised to not find any reference to this in the forum, is anyone using this module?

    I have a problem with it at the moment in that it creates pdfs on demand from the Admin but does not create them automatically when an order is made,

    regards
    Steve

  6. #26
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,827
    Plugin Contributions
    31

    Default pdf invoice not being sent with an order

    does not create them automatically when an order is made" problem?
    After getting this to work many moons ago I ended up not using it because we produce all invoices from our invoicing software, not Zen Cart.

    I can't remember the solution and I have nothing in my notes about it.

    What I do have is a reply from the author concerning the [RE]send option which has been asked previously but not answered:

    You can set multiple order states to define when the pdf invoice should be attached to the order status update emails.
    The module creates a new order status 100. It's up to you if you use it or not.
    Changing an order to status 100 will then attach the pdf invoice to the order status update email (notify customer has to be checked).
    Multiple order stati have to be separated by a pipe symbol so
    3|100 means that the pdf is attached to orders when the status changes to 3 and also when it changes to 100 (by default 3 = shipped)

  7. #27
    Join Date
    Oct 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Hi, I know that some time has passed, but I find this module very useful.
    Everything works perfectly except for one thing, the GBP pound sign - £ - appears on the pdf as a question mark.
    I am new in these things, but I read and tried everything but without success.
    My biggest hope for success was converting cart to UTF-8 format, but this also did not help.
    All other symbols of currencies is seen properly, euro, dollar and etc. only the GBP symbol not!
    My cart is 1.3.9h
    Please if anyone can help me I would be very grateful.
    Thank you!

  8. #28
    Join Date
    Dec 2006
    Location
    France
    Posts
    67
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Charset UTF-8 will present other problems in your product listing.

    Warning to anyone thinking of trying this and has edit orders installed,, beware, edit orders will be wiped out.

  9. #29
    Join Date
    Oct 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Hi Carl, you're right. I get the same problem after conversion into UTF-8. Unfortunately I do not remember exactly how, but with my minimal knowledge or no knowledge on this topic, if I must be honest, I managed to solve this problem quickly and now everything is fine. I think this happens because I forgot to convert some tables, but I'm not 100% sure.
    Anyway, the conversion into UTF-8 is required not only for the specific problem that I have but for support other languages ​​such as Russian, Chinese, etc.
    Problem remains, I will be grateful if anyone incorporate with the concrete suggestion.
    Thank you!

  10. #30
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: pdf Invoice 3

    Hi all,

    Having issues with rl_invoice3(version 3.0.512) and zencart version 1.39h and this is the error message that I am getting:

    Fatal error: Cannot redeclare class FPDF in /home/content/o/u/t/outdoorking/html/includes/pdf/fpdf.php on line 13

    The pdf invoice stopped working when the update was done in May this year and we are lost for an answer as to why it has happened.

    If anyone can help it would be appreciated.
    Outdoorking
    Live Site www.outdoorking.com.au

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. PDF Invoice Trend
    By ryanb4614 in forum General Questions
    Replies: 1
    Last Post: 19 Feb 2010, 12:10 AM
  2. Mail the PDF Invoice
    By Vandana in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Sep 2009, 12:03 PM
  3. Send PDF invoice email
    By sagivle1 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 9 Nov 2008, 03:16 AM
  4. Invoice :: FrontEnd & BackEnd :: PDF
    By webschnecke in forum General Questions
    Replies: 0
    Last Post: 6 Mar 2008, 02:22 PM

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