mostly filebased Content Presentation System
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

checkout_overview_kunde.htm 600B

123456789101112131415161718192021222324252627282930313233
  1. <table>
  2. <tr><th>contact</th></tr><tr><td>{{ @contact.email }}</td></tr>
  3. </table>
  4. <table>
  5. <tr><th>Shipping Address</th><th>Billing Address</th></tr>
  6. <tr>
  7. <td>
  8. {{ @shipping.name }}<br>
  9. {{ @shipping.address1}}<br>
  10. <check if="{{ @shipping.address2 }}">
  11. {{ @shipping.address2}}<br>
  12. </check>
  13. {{ @shipping.zip}} {{ @shipping.place }}<br>
  14. {{ @shipping.country }}</td>
  15. <td>
  16. {{ @billing.name }}<br>
  17. {{ @billing.address1}}<br>
  18. <check if="{{ @billing.address2 }}">
  19. {{ @billing.address2}}<br>
  20. </check>
  21. {{ @billing.zip}} {{ @billing.place }}<br>
  22. {{ @billing.country }}</td>
  23. </tr>
  24. </table>
  25. {{ @full_cart }}