Results 1 to 4 of 4

Thread: Isotope - product attributes

  1. #1
    New user
    Join Date
    02-26-10.
    Posts
    21

    Default Isotope - product attributes

    I'm trying to add a few fields with the attributes of products. For example, the date of issue etc.

    I have checked: Visible to Customers but I do not see these attributes on the webpage.

  2. #2
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: Isotope - product attributes

    I think we solved this in the Isotope Project Manager... The answer was that you need to add your custom fields to a custom template using $this->nameoffield for them to show up on the front-end.

  3. #3
    New user
    Join Date
    03-16-11.
    Posts
    2

    Default Re: Isotope - product attributes

    Quote Originally Posted by winanscreative
    I think we solved this in the Isotope Project Manager... The answer was that you need to add your custom fields to a custom template using $this->nameoffield for them to show up on the front-end.
    nameoffield = "download_file"
    If I add pdf file it doesn't work
    How can I display link to the file?

  4. #4
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: Isotope - product attributes

    Try this custom PDF Gallery. The problem is that files/images use the IsotopeGallery class which wants to treat them all as images at the moment.

    Another solution would be to call the file like so: $this->raw['download_file'];

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
  •