This feature allows you to pay multiple orders using a single payment to one <%=@primary_order.payment_method.name%> address. This is an advanced feature because it requires you to pay the exact amount specified. If you are not confident in wallet operation to ensure the exact amount is paid, then avoid this feature and pay each order separately.
Please pay <%=@total_to_pay%> <%=@primary_order.payment_method.code%> to <%=@primary_order.btc_address.address%>
This is the address of your first (oldest) payment pending order. Once you have paid the amount specified, do not make additional payments to the other orders. When the payment has sufficient confirmations, all your orders shown here will change to paid. If you pay too much or pay less than specified, this feature will not work and only the first order will receive the payment.
| Create time | Product | Vendor | Price (<%= current_user.currency %>) | Pay Price |
|---|---|---|---|---|
| <%= order.created_at.in_time_zone(current_user.timezone).to_s(:FHMnozone) %> | <%= order.title %> | <%= link_to truncate(order.vendor.displayname, length:15), profile_path(order.vendor) %> | <%= currency_format(order.total_price_in_currency(current_user.currency)) %> | <%# Price ([in users currency]) %><%= order.btc_price %> | <%# Pay price %>
| Total to pay: | <%=@total_to_pay%> <%=image_tag("#{@primary_order.payment_method.name.downcase}.svg", class: "small_logo", width: "16", height: "16")%> | |||