I found the issue - I needed to add quotes around the image size in
the thumbnail tag.
 {% thumbnail product.main_image.picture "85x85" as image %}
              <a href="{{ product.get_absolute_url }}"><img
src="{{ media_url }}{{ image }}" /></a>
{% endthumbnail  %}

On Dec 12, 10:10 am, Michael Thamm <webmas...@morningcat.com> wrote:
> I added the endthumbnail tag and the thumbnails are not being
> displayed.
> Will the latest version of sorl work at all or does more need to be
> updated?
> Thanks
> Michael
>
> On Nov 28, 12:02 pm, Johannes Bornhold <j...@bo-tech.de> wrote:
>
> > Hi All!
>
> > Chris Moffitt schrieb:
>
> > > Unfortunately, this issue caught me off guard.Sorlhas changed things
> > > and we aren't ready to change yet. The easiest solution would be to
> > > install an old version. Try doing this:
>
> > > pip installsorl-thumbnail==3.2.5
>
> > > I tried a quick test and it seemed to work. Let us know how it does for 
> > > you.
>
> > We were hit by the same issue. Sticking the version to 3.2.5 solved the
> > problems.
>
> > We are currently solving this on a per project basis and record
> > "sorl-thumbnail==3.2.5" as requirement in a "setup.py" file specific to
> > the project.
>
> > After looking into satchmo source, I am wondering, why there are no
> > requirements noted in satchmo's setup.py. Is there a specific reason?
>
> > Johannes

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-us...@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to