artefakt777
Постоялец
- Регистрация
- 15 Июл 2012
- Сообщения
- 537
- Реакции
- 141
- Автор темы
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<tr>
<td class=""><?php echo vmText::_('COM_VIRTUEMART_ORDER_PRINT_SHIPMENT_LBL') ?></td>
<td align="left"><?php
echo $this->shipment_name;
?></td>
</tr>
<tr>
<td class=""><?php echo vmText::_('COM_VIRTUEMART_ORDER_PRINT_PAYMENT_LBL') ?></td>
<td align="left"><?php echo $this->payment_name; ?>
</td>
</tr>
INSERT INTO `123_virtuemart_payment_plg_standard` (`email_currency`, `id`, `virtuemart_order_id`, `order_number`, `virtuemart_paymentmethod_id`, `payment_name`, `payment_order_total`, `payment_currency`, `cost_per_transaction`, `cost_min_transaction`, `cost_percent_total`, `tax_id`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
('144', 63, 1, 'YYAR03', 1, '<span class="vmCartPaymentLogo" ><img align="middle" src="http://localhost/flastic_new/ver_2//images/virtuemart/payment/payment_method.png" alt="payment_method" /></span> <span class="vmpayment_name">Cash on delivery</span><span class="vmpayment_description"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquet massa et dictum gravida. Suspendisse iaculis neque eu arcu mollis eleifend.</p></span><br />lorem ipsum dolor', '103.03000', 'USD', '0.10', '0.00', '1.50', 0, '2017-06-05 19:07:08', 266, '2017-06-05 19:07:08', 266, '0000-00-00 00:00:00', 0)