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,
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,
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.
That should work, thank you.
hello!
but i find html-block is not the best solution, is it possible to add that in the future?
thank you
regards
Peter
The HTML block normally works fine. How would it be better implemented for you, and what is the issue with using the HTML block?
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
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