PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Product Images

  1. What is the best way to show product images within a Form? I'm using the product feature to display name, description and pricing but would like to display an image also.

    Thank You,

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  2. You can use HTML fields to place images of your products. Would that work for you? You could also place images in the description area of the field as well.

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  3. That should work, thank you.

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  4. ppeter
    Member

    hello!

    but i find html-block is not the best solution, is it possible to add that in the future?

    thank you
    regards
    Peter

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  5. The HTML block normally works fine. How would it be better implemented for you, and what is the issue with using the HTML block?

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  6. ppeter
    Member

    hi, ok how do i add the picture in the html block maby i do not know how it works is it in the menu field, and where?

    regards
    Peter

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  7. The HTML field will allow you to add any HTML you want, but you have to know how to format the HTML. It requires a basic knowledge of HTML. To add an image in HTML, your tag will look like this:

    [html]
    <img src="http://images4.fanpop.com/image/photos/14700000/So-cute-puppies-14749028-1600-1200.jpg" alt="puppy" />

    It may not be as easy to use as the "Insert Media" button in the post editor or a WYSIWYG editor, but it's very powerful and allows you to use whatever HTML you want.

    You can learn more of the basics here:
    http://www.w3schools.com/html/html_basic.asp

    Posted 11 years ago on Monday February 4, 2013 | Permalink