I need help with a simple back end !

31 views
Skip to first unread message

vito...@id.uff.br

unread,
Oct 9, 2016, 1:40:58 PM10/9/16
to django-oscar
I am doing a project for my brother and its like a landing page, So i have to put the products informations on the first page, I already change the front-end of the layout.html and the css but i'm having trouble to include the backend..

I try this on html : {% for course in get_title %}
            <h3 ><a href="{{ product.get_absolute_url }}" title="{{ product.get_title }}">{{ product.get_title|truncatewords:4 }}</a></h3>
        {% endfor %}

http://prntscr.com/crr7u1 ( The front page, where i want to include SIZE,PRICE,TITLE)

Thank You..
Reply all
Reply to author
Forward
0 new messages