{% load i18n satchmo_category satchmo_google satchmo_util satchmo_currency satchmo_discounts app_plugins normalize_decimal %} {% comment %} You can use these possible variables: - site_url: if we use link to product on other site, domain name will be there - instance.product_url_path: depends on Satchmo settings - it's derived from SATCHMO_BASE and PRODUCT_SLUG - instance.product: standard Satchmo product instance - instance.title: some aditional varchar defined in admin (e.g. if you want use string "View this super product" and not the original product name) - instance.style: for some CSS cusomization {% endcomment %} {% with product=instance.product title=instance.title url_path=instance.product_url_path style=instance.style %}
{{ product.translated_short_description|safe }} Price: {{ product|discount_price:''|floatformat:0 }} {{ currency_symbol }} More
{% endwith %}