Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    121
    Plugin Contributions
    0

    Default PDF Upload for products?

    Hi,

    I'd like to upload a PDF document for each one of my products, it will let the users see the products user manual. I'd like a feature in the Admin section that will let me upload a file for the product - Does something like that exist?

    Thanks

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: PDF Upload for products?

    I achieved this by "tweaking" the "Product URL" facility.

    If you edit the DEFINE:

    includes/languages/english/product_info.php


    PHP Code:
    define('TEXT_MORE_INFORMATION''For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.'); 
    .. to something like:

    PHP Code:
    define('TEXT_MORE_INFORMATION''For more information, please download this product\'s <a href="%s" target="_blank">pdf file</a>.'); 
    Then, when you ADD or EDIT a product dataset, just put the URL path as the path to its PDF file.

 

 

Similar Threads

  1. How to upload PDF product manuals?
    By jayequeue in forum General Questions
    Replies: 6
    Last Post: 28 Feb 2010, 05:29 AM
  2. Upload PDF documents to product description?
    By z3n in forum General Questions
    Replies: 2
    Last Post: 10 Dec 2008, 08:53 PM
  3. Add Product PDF description Upload Feature
    By pjed in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 14 Feb 2008, 01:14 PM
  4. Scraping product info from a PDF catalog for mass upload
    By Ked in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 11 Sep 2007, 06:28 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