Announcement

Collapse
No announcement yet.

Show a thumbnail image for related products within the product layout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Show a thumbnail image for related products within the product layout

    Hi Guy's and Gal's.

    Is there a way to show a thumbnail say 1"x1" next to the related product descriptions??

    Thanks,

    Regards,
    Thanks!!

    Regards,

    Bob

    www.valleydecoratingdepot.com

    #2
    set the width of the image to 72 px and let the height adjust itself

    ie something like
    Code:
    	<img src="<actinic:variable name="ProductImageFileName" />" width="72" alt="<actinic:variable name="ProductName" />">
    in the related products layout

    Comment


      #3
      Thanks!!! worked like a charm
      Thanks!!

      Regards,

      Bob

      www.valleydecoratingdepot.com

      Comment


        #4
        OK, got the thumbnails working in the layouts, how about in the shopping cart pages??. Right now there are only links in there.

        Thanks!!
        Thanks!!

        Regards,

        Bob

        www.valleydecoratingdepot.com

        Comment


          #5
          Robert,

          Thats covered in the A.U.G and there are also several posts on the community about it.
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment

          Working...
          X