diff --git a/make_post_sell/templates/product.j2 b/make_post_sell/templates/product.j2 index 7d9dff1..58eba17 100644 --- a/make_post_sell/templates/product.j2 +++ b/make_post_sell/templates/product.j2 @@ -217,11 +217,42 @@ {% endif %} {% endif %} {% else %} +{% if product.is_buy_now_allowed %}
+{% endif %} + {% endif %} + + {# MPS-20: View Auction link when product is in auction mode. #} + {% if product.is_auction and product.auction %} + + {% endif %} + + {# MPS-21: Make Offer button when offers are allowed for this product. #} + {% if product.offers_allowed and request.user and request.user.authenticated and request.user not in product.shop.owners %} ++ + Log in to make an offer + +
{% endif %}thumbnail1) will show up on search pages.
+ + View live auction page + + (state: {{ product.auction.state_human }}) +
+ +