Back to Opencart

Subscription Info

upload/catalog/view/template/account/subscription_info.html

4.1.0.31.4 KB
Original Source

{{ 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_model }}: {{ product.model }} {% for option in product.option %} - - {{ option.name }}: {{ option.value }} {% endfor %} | {{ product.quantity }} | | | {% endfor %} {% else %} | {{ text_no_results }} | {% endif %}

{{ text_subscription_plan }}
{{ description }}

{{ text_date_next }}
{{ date_next }}

{% if duration %}

{{ text_remaining }}
{{ remaining }}

{% endif %}

{{ button_cancel }}

{{ text_history }}

{{ history }}

{{ text_order }}

{{ order }}

{{ button_continue }}