upload/catalog/view/template/account/subscription_info.html
{{ text_subscription_id }}
#{{ subscription_id }}
{% if order_id %}
{{ text_order_id }}
{{ order_id }}
{% endif %} {% if payment_address or shipping_address %} {% if payment_address %}
{{ text_payment_address }}
{{ payment_address }}
{% endif %} {% if shipping_address %}
{{ text_shipping_address }}
{{ shipping_address }}
{% endif %} {% endif %} {% if shipping_method %}
{{ text_shipping_method }}
{{ shipping_method }}
{% endif %}
{{ text_payment_method }}
{{ payment_method }}
| {{ column_product }} | {{ column_quantity }} | {{ column_trial_price }} | {{ column_price }} |
|---|---|---|---|
| {% if products %} {% for product in products %} | {{ product.name }} |
{{ text_subscription_plan }}
{{ description }}
{{ text_date_next }}
{{ date_next }}
{% if duration %}
{{ text_remaining }}
{{ remaining }}
{% endif %}
{{ button_cancel }}
{{ history }}
{{ order }}