Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <p class="message"><%- data.message %></p>
- <strong><%- data.shippingAddressTitle %>:</strong>
- <p><%- data.shippingAddress %></p>
- <strong><%- data.billingAddressTitle %>:</strong>
- <p><%- data.billingAddress %></p>
- <strong><%- data.paymentMethodTitle %>:</strong>
- <p><%- data.paymentToken %></p>
- <strong><%- data.shippingMethodTitle %>:</strong>
- <p><%- data.shippingMethod %></p>
|