Delivery
Delivery in Ukraine is carried out by “Novaya Pochta” at the expense of the recipient. International shipping is carried out via companies DHL, EMS and others.
Payment
Payments made by bank transfer, by means of payment terminals and cash on delivery upon receipt of order.
Accept payments by:
- Payment to the bank account (Visa, Mastercard)
- PayPal
- QIWI
- Cash on delivery order
- Webmomey (WMU, WMZ, WMR)
Online payment
Please make payments only after prior approval of cost and terms of the order.
// регистрационная информация (логин, пароль #1)
// registration info (login, password #1)
$mrh_login = "nwais";
$mrh_pass1 = "3dreamsrobopass";
// номер заказа
// number of order
$inv_id = 0;
// описание заказа
// order description
$inv_desc = "Оплата 3D печати";
// сумма заказа
// sum of order
$def_sum = "10";
// тип товара
// code of goods
$shp_item = 2;
// язык
// language
$culture = "ru";
// кодировка
// encoding
$encoding = "utf-8";
// формирование подписи
// generate signature
$crc = md5("$mrh_login::$inv_id:$mrh_pass1:shpItem=$shp_item");
// HTML-страница с кассой
// ROBOKASSA HTML-page
print "";
?>