I just installed my test store, and ran the demo store. None of the
products had images, and when I went to add an image to a product I added,
that didn't show up either.
When I view the soruce of the test products, it just has this:
<div class = "productImage">
<center>
<a href="/product/neat-book/
<view-source:http://localhost:8000/product/neat-book/>"><img src=""
width="" height="" /></a>
</center>
<p><a href="/product/neat-book/
<view-source:http://localhost:8000/product/neat-book/>">A really neat
book</a></p>
</div>
For my product, I get this source:
<ul>
<li>
<a href="/product/my-test-shirt/
<view-source:http://localhost:8000/product/my-test-shirt/>"><img
src="/static/images/productimage-picture-my-test-shirt-2_gif_85x85_q85.jpg
<view-source:http://localhost:8000/static/images/productimage-picture-my-test-shirt-2_gif_85x85_q85.jpg>"
width="" height="" /></a>
<a href="/product/my-test-shirt/
<view-source:http://localhost:8000/product/my-test-shirt/>">My Test
Shirt</a></li>
</ul>
But still no picture.
Any ideas?
--
Brian O'Connor
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.