How To Submit an Order

1

Start your order by uploading the “file”

2

Enter the amount of excel lines on “Total” before adding to the cart.

3

 Make payment and get data skipped.

Please Download Template On How Data Entries Should Look. Click Here

Disclaimer :Disclaimer : We can only target ONE consumer per property and we do not need the property address, we use the mailing address for more accurate hits. Submitting LLCs may lower hit rate if not all fields are entered.

PLEASE NOTE :Orders can take up to 24 hours to be fulfilled.

Start Order

Item Price

$0.06
echo '

Uploaded Files:

'; } } // Display uploaded files in admin order details add_action('woocommerce_admin_order_item_values', 'lvc_display_files_in_admin_order', 10, 3); function lvc_display_files_in_admin_order($product, $item, $item_id) { $uploaded_files = $item->get_meta('_uploaded_files'); if ($uploaded_files) { echo '
Uploaded Files:
'; } }