mostly filebased Content Presentation System
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
-
- <table>
- <tr><th>contact</th></tr><tr><td>{{ @contact.email }}</td></tr>
- </table>
-
- <table>
- <tr><th>Shipping Address</th><th>Billing Address</th></tr>
-
-
-
- <tr>
- <td>
- {{ @shipping.name }}<br>
- {{ @shipping.address1}}<br>
- <check if="{{ @shipping.address2 }}">
- {{ @shipping.address2}}<br>
- </check>
- {{ @shipping.zip}} {{ @shipping.place }}<br>
- {{ @shipping.country }}</td>
-
- <td>
- {{ @billing.name }}<br>
- {{ @billing.address1}}<br>
- <check if="{{ @billing.address2 }}">
- {{ @billing.address2}}<br>
- </check>
- {{ @billing.zip}} {{ @billing.place }}<br>
- {{ @billing.country }}</td>
- </tr>
- </table>
-
- {{ @full_cart }}
|