Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2007
    Location
    Ukrain
    Posts
    2
    Plugin Contributions
    0

    Default Automate generating PDF catalog

    Anybody know where I can find the contribution for Zen-Cart 1.3.7: PDF Catalog, for automation generating PDF-catalog with all products, sort by categories.
    I found that module for OsCommerce shop, but not find for zen-cart.

  2. #2
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Automate generating PDF catalog

    Quote Originally Posted by taliban View Post
    Anybody know where I can find the contribution for Zen-Cart 1.3.7: PDF Catalog, for automation generating PDF-catalog with all products, sort by categories.
    I found that module for OsCommerce shop, but not find for zen-cart.
    Check the download archives. I recall seeing a version for 1.2x.

    Or maybe take one of the XML feed mods and define/create output (via XSLT) and/or which could be input into a XML to PDF conversion engine.

    Or with some skill could possibly adapt paulm's printable-pricelist mod to export to PDF.

  3. #3

    Default Re: Automate generating PDF catalog

    Quote Originally Posted by taliban View Post
    Anybody know where I can find the contribution for Zen-Cart 1.3.7: PDF Catalog, for automation generating PDF-catalog with all products, sort by categories.
    I found that module for OsCommerce shop, but not find for zen-cart.
    zenpdfcreator_0.96. Works just fine for Zen-Cart 1.3.7. :o)

  4. #4
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Automate generating PDF catalog

    Quote Originally Posted by High Octane View Post
    zenpdfcreator_0.96. Works just fine for Zen-Cart 1.3.7. :o)
    Do you by any chance have a link to the download for zenpdfcreator_0.96? I cannot find it in the download section.

  5. #5
    Join Date
    Nov 2005
    Location
    Netherlands
    Posts
    53
    Plugin Contributions
    0

    Default Re: Automate generating PDF catalog

    zensational

  6. #6
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Automate generating PDF catalog

    Thank you!

  7. #7
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Automate generating PDF catalog

    Just installed this on a 1.3.7 site and get the following error:

    Code:
    1054 Unknown column 'p.products_id' in 'on clause'
    in:
    [select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_model, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_description pd left join zen_specials s on p.products_id = s.products_id, zen_categories c, zen_products_to_categories p2c where products_status = '1' and p.products_id = pd.products_id and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id AND p.products_image IS NOT NULL order by p.products_date_added DESC, pd.products_name]
    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.
    The function which is failing is in admin/pdf_catalogue.php - anyone advise as to what I may have done wrong please?
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  8. #8
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Automate generating PDF catalog

    I haven't installed this MOD but by looking at your mySQL error message above, this part:

    PHP Code:
    where products_status '1' 
    should rather be replaced with:

    PHP Code:
    where p.products_status '1' 

  9. #9
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Automate generating PDF catalog

    Thanks for your suggestion - unfortunately it didn't work. However, I have someone else looking into it for me and when we find the problem, I'll post it here.

    Odd though that HighOctane seems to have had no problems.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  10. #10
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Automate generating PDF catalog

    I just produced this error message when trying to generate pdf catalogue... zc1.3.7.1 -with IH2 (I tried to reset 'IH resize image' to no still go error)- this is a 'showroom' site without pricing... any ideas on what to do?

    Do you need any specific adobe SW installed to make this work?

    1054 Unknown column 'p.products_id' in 'on clause'
    in:
    [select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_model, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from ereproducts p left join eremanufacturers m on p.manufacturers_id = m.manufacturers_id, ereproducts_description pd left join erespecials s on p.products_id = s.products_id, erecategories c, ereproducts_to_categories p2c where products_status = '1' and p.products_id = pd.products_id and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id AND p.products_image IS NOT NULL order by p.products_date_added DESC, pd.products_name]
    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.
    thanks

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. PDF Order Centre-Where's the code generating shipping method text in invoice.php
    By gamenano in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 23 Feb 2010, 07:19 PM
  2. SSL activation generating blank catalog pages
    By OpenEyeMedia in forum Installing on a Windows Server
    Replies: 2
    Last Post: 15 Aug 2008, 05:25 AM
  3. PDF catalog
    By darktowerhobbies in forum General Questions
    Replies: 1
    Last Post: 6 Mar 2008, 12:15 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