Results 1 to 10 of 11

Hybrid View

  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,244
    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 - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

 

 

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

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