Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2007
    Posts
    26
    Plugin Contributions
    0

    help question Adding information link for specific products

    Hi,

    I would like our shopping cart to display a small "ring sizer" link for each product in the "rings" category. This small link would simply open a PDF in a new window.

    This link needs to appear only in the rings category, not in any other one! Does anyone know how to do this? ie. add a custom link and/or text to a specific category of products?

    Also, for some reason all my products display "Model: IMG_0658_LRG" (or similar) in their detailed product listing screen. Does anyone know how to remove this?

    Thanks in advance for your help on this!
    Emil F.,
    nCube Solutions
    http://www.ncube.ca

  2. #2
    Join Date
    Oct 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Adding information link for specific products

    I had to do the same thing so I created a read only attribute. (Rather than hard code it, it allows me to put it on the products/categories that I want, instead of EVERY product page.)

    In the options value (for a read only) I added this:

    Code:
    <a href="javascript:void(0)" onclick="window.open('yourfile.pdf','name','width=250,height=800,scrollbars=yes')">Name of the File to Appear on the Page</a>
    If you choose to do a read only attribute, you will probably have to get into your database and change the value (default is 64 characters). I also went in and changed the wording instead of "Please choose."

    Hopefully that helps!
    ~osmith

 

 

Similar Threads

  1. v154 specific products for specific customers
    By frodemikal in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 6 Jan 2016, 09:18 PM
  2. v151 more information for adding products
    By adrianp918 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 May 2015, 11:57 AM
  3. v138a COD for specific products and for specific Zip Codes
    By hc1501 in forum Addon Payment Modules
    Replies: 0
    Last Post: 29 May 2014, 12:54 PM
  4. adding an "about us" link for the information banner box
    By vfrazier in forum Basic Configuration
    Replies: 4
    Last Post: 22 Apr 2009, 04:37 AM
  5. Adding required fields for specific products
    By Capp-Ware in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 23 Aug 2007, 06:54 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