photostickomni-whiterose.com Open in urlscan Pro
104.21.72.62  Public Scan

URL: https://photostickomni-whiterose.com/
Submission: On January 31 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

Name: Shipping InfoPOST

<form method="post" id="shipping_info" name="Shipping Info" novalidate="novalidate">
  <div class="row">
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_email" class="form-field-label">Email</label>
        <input type="email" placeholder="Email" autocomplete="email" name="form_fields[shipping_info_email]" id="form-field-shipping_info_email">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[shipping_info_fname]" id="form-field-shipping_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[shipping_info_lname]" id="form-field-shipping_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[shipping_info_address]" id="form-field-shipping_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[shipping_info_address2]" id="form-field-shipping_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[shipping_info_city]" id="form-field-shipping_info_city">
      </div>
    </div>
    <div class="col-4 py-1 pl-0 pr-1">
      <div class="wrapper country valid-field">
        <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[shipping_info_country]" class="valid" id="form-field-shipping_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
          <option disabled="" value="_________________">_________________</option>
          <option value="au"> Australia</option>
          <option value="at"> Austria</option>
          <option value="be"> Belgium</option>
          <option value="bg"> Bulgaria</option>
          <option value="ca"> Canada</option>
          <option value="cl"> Chile</option>
          <option value="hr"> Croatia</option>
          <option value="cy"> Cyprus</option>
          <option value="dk"> Denmark</option>
          <option value="ee"> Estonia</option>
          <option value="fi"> Finland</option>
          <option value="fr"> France</option>
          <option value="de"> Germany</option>
          <option value="gi"> Gibraltar</option>
          <option value="gr"> Greece</option>
          <option value="hk"> Hong Kong SAR China</option>
          <option value="hu"> Hungary</option>
          <option value="in"> India</option>
          <option value="ie"> Ireland</option>
          <option value="il"> Israel</option>
          <option value="it"> Italy</option>
          <option value="jp"> Japan</option>
          <option value="lv"> Latvia</option>
          <option value="lt"> Lithuania</option>
          <option value="lu"> Luxembourg</option>
          <option value="my"> Malaysia</option>
          <option value="mt"> Malta</option>
          <option value="mx"> Mexico</option>
          <option value="nl"> Netherlands</option>
          <option value="nz"> New Zealand</option>
          <option value="no"> Norway</option>
          <option value="ph"> Philippines</option>
          <option value="pl"> Poland</option>
          <option value="pt"> Portugal</option>
          <option value="ro"> Romania</option>
          <option value="sg"> Singapore</option>
          <option value="sk"> Slovakia</option>
          <option value="kr"> South Korea</option>
          <option value="es"> Spain</option>
          <option value="se"> Sweden</option>
          <option value="ch"> Switzerland</option>
          <option value="tr"> Turkey</option>
          <option value="gb"> United Kingdom</option>
        </select>
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[shipping_info_state]" id="form-field-shipping_info_state">
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[shipping_info_zip]" id="form-field-shipping_info_zip">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-shipping_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getthephotostickomni.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: PayPal Shipping MethodPOST

<form method="post" id="shipping_address" name="PayPal Shipping Method" novalidate="novalidate">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-0"></div>
    <label for="form-field-paypalShippingInfo-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-1"></div>
    <label for="form-field-paypalShippingInfo-1">Use a different shipping address</label>
  </div>
  <div id="alt-shipping_info" class="section shipping alt-paypal-shipping-address gu-hidden gu-checkout-shipping-info">
    <input name="form_fields[paypal_shipping_info_email]" type="hidden" id="form-field-paypal_shipping_info_email">
    <div class="row">
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_fname" class="form-field-label">First Name</label>
          <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[paypal_shipping_info_fname]" id="form-field-paypal_shipping_info_fname">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_lname" class="form-field-label">Last Name</label>
          <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[paypal_shipping_info_lname]" id="form-field-paypal_shipping_info_lname">
        </div>
      </div>
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address" class="form-field-label">Address</label>
          <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[paypal_shipping_info_address]" id="form-field-paypal_shipping_info_address">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
          <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[paypal_shipping_info_address2]" id="form-field-paypal_shipping_info_address2">
        </div>
      </div>
      <div class="col-12 py-1 px-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_city" class="form-field-label">City</label>
          <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[paypal_shipping_info_city]" id="form-field-paypal_shipping_info_city">
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-lg-1">
        <div class="wrapper country valid-field">
          <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
          <select name="form_fields[paypal_shipping_info_country]" class="valid" id="form-field-paypal_shipping_info_country" autocomplete="country">
            <option value="us" selected=""> United States</option>
            <option disabled="" value="_________________">_________________</option>
            <option value="au"> Australia</option>
            <option value="at"> Austria</option>
            <option value="be"> Belgium</option>
            <option value="bg"> Bulgaria</option>
            <option value="ca"> Canada</option>
            <option value="cl"> Chile</option>
            <option value="hr"> Croatia</option>
            <option value="cy"> Cyprus</option>
            <option value="dk"> Denmark</option>
            <option value="ee"> Estonia</option>
            <option value="fi"> Finland</option>
            <option value="fr"> France</option>
            <option value="de"> Germany</option>
            <option value="gi"> Gibraltar</option>
            <option value="gr"> Greece</option>
            <option value="hk"> Hong Kong SAR China</option>
            <option value="hu"> Hungary</option>
            <option value="in"> India</option>
            <option value="ie"> Ireland</option>
            <option value="il"> Israel</option>
            <option value="it"> Italy</option>
            <option value="jp"> Japan</option>
            <option value="lv"> Latvia</option>
            <option value="lt"> Lithuania</option>
            <option value="lu"> Luxembourg</option>
            <option value="my"> Malaysia</option>
            <option value="mt"> Malta</option>
            <option value="mx"> Mexico</option>
            <option value="nl"> Netherlands</option>
            <option value="nz"> New Zealand</option>
            <option value="no"> Norway</option>
            <option value="ph"> Philippines</option>
            <option value="pl"> Poland</option>
            <option value="pt"> Portugal</option>
            <option value="ro"> Romania</option>
            <option value="sg"> Singapore</option>
            <option value="sk"> Slovakia</option>
            <option value="kr"> South Korea</option>
            <option value="es"> Spain</option>
            <option value="se"> Sweden</option>
            <option value="ch"> Switzerland</option>
            <option value="tr"> Turkey</option>
            <option value="gb"> United Kingdom</option>
          </select>
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_state" class="form-field-label">State</label>
          <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[paypal_shipping_info_state]" id="form-field-paypal_shipping_info_state">
        </div>
      </div>
      <div class="col-4 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_zip" class="form-field-label">Zip code</label>
          <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[paypal_shipping_info_zip]" id="form-field-paypal_shipping_info_zip">
        </div>
      </div>
    </div>
  </div>
  <div class="section phone-number-header">
    <div class="divider"></div>
    <div class="title">
      <div class="row">
        <div class="col-1 pl-0 pr-2">
          <img decoding="async" width="30" height="30" data-cfsrc="https://getthephotostickomni.io/wp-content/themes/giddyupio-prototype/images/phone.png" alt="" loading="lazy"
            src="https://getthephotostickomni.io/wp-content/themes/giddyupio-prototype/images/phone.png">
        </div>
        <div class="col-11 px-0">
          <h2>Phone</h2>
        </div>
      </div>
    </div>
    <div class="row pt-2 pb-1">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-paypal_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getthephotostickomni.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="shipping_method" name="Shipping Method">
  <div id="shipping_method">
    <div class="option">
      <div class="radio"><input type="radio" name="shipping-method" id="form-field-shipping_method_radio"></div>
      <label for="form-field-shipping_method_radio">Free Shipping</label>
      <p class="price shipping-rate">$0.00</p>
    </div>
  </div>
</form>

<form id="payment-form" style="display: none;">
  <div id="card-element">
  </div>
  <div style="margin-top: 10px; visibility: hidden;" id="card-errors" role="alert"></div>
</form>

Name: Payment InformationPOST

<form method="post" id="payment_info" name="Payment Information" novalidate="novalidate">
  <div class="row pt-2 pb-1">
    <div class="wrapper">
      <label for="form-field-payment_info_cc" class="form-field-label">Card Number</label>
      <input type="text" pattern="[0-9]*" placeholder="Card Number" autocomplete="cc-number" name="form_fields[payment_info_cc]" id="form-field-payment_info_cc">
    </div>
  </div>
  <div class="row py-1">
    <div class="col-6 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-payment_info_exp" class="form-field-label">MM / YY</label>
        <input type="text" pattern="[0-9]*" placeholder="MM / YY" autocomplete="cc-exp" name="form_fields[payment_info_exp]" id="form-field-payment_info_exp">
      </div>
    </div>
    <div class="col-6 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-payment_info_cvc" class="form-field-label">CVC</label>
        <input type="number" pattern="[0-9]*" placeholder="CVC" name="form_fields[payment_info_cvc]"
          id="form-field-payment_info_cvc"><a class="cvc-tip" data-title="3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front."><img src="https://getthephotostickomni.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="billing_address" name="Shipping Method">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-0"></div>
    <label for="form-field-billing_method_radio-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-1"></div>
    <label for="form-field-billing_method_radio-1">Use a different billing address</label>
  </div>
</form>

Name: Billing AddressPOST

<form method="post" id="billing_info" name="Billing Address" novalidate="novalidate">
  <div class="row">
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[billing_info_fname]" id="form-field-billing_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[billing_info_lname]" id="form-field-billing_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[billing_info_address]" id="form-field-billing_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[billing_info_address2]" id="form-field-billing_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-billing_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[billing_info_city]" id="form-field-billing_info_city">
      </div>
    </div>
    <div class="col-12 col-lg-6 px-0 py-lg-1 pl-lg-0 pr-lg-1">
      <div class="wrapper country">
        <label for="form-field-billing_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[billing_info_country]" class="valid" id="form-field-billing_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
          <option disabled="" value="_________________">_________________</option>
          <option value="au"> Australia</option>
          <option value="at"> Austria</option>
          <option value="be"> Belgium</option>
          <option value="bg"> Bulgaria</option>
          <option value="ca"> Canada</option>
          <option value="cl"> Chile</option>
          <option value="hr"> Croatia</option>
          <option value="cy"> Cyprus</option>
          <option value="dk"> Denmark</option>
          <option value="ee"> Estonia</option>
          <option value="fi"> Finland</option>
          <option value="fr"> France</option>
          <option value="de"> Germany</option>
          <option value="gi"> Gibraltar</option>
          <option value="gr"> Greece</option>
          <option value="hk"> Hong Kong SAR China</option>
          <option value="hu"> Hungary</option>
          <option value="in"> India</option>
          <option value="ie"> Ireland</option>
          <option value="il"> Israel</option>
          <option value="it"> Italy</option>
          <option value="jp"> Japan</option>
          <option value="lv"> Latvia</option>
          <option value="lt"> Lithuania</option>
          <option value="lu"> Luxembourg</option>
          <option value="my"> Malaysia</option>
          <option value="mt"> Malta</option>
          <option value="mx"> Mexico</option>
          <option value="nl"> Netherlands</option>
          <option value="nz"> New Zealand</option>
          <option value="no"> Norway</option>
          <option value="ph"> Philippines</option>
          <option value="pl"> Poland</option>
          <option value="pt"> Portugal</option>
          <option value="ro"> Romania</option>
          <option value="sg"> Singapore</option>
          <option value="sk"> Slovakia</option>
          <option value="kr"> South Korea</option>
          <option value="es"> Spain</option>
          <option value="se"> Sweden</option>
          <option value="ch"> Switzerland</option>
          <option value="tr"> Turkey</option>
          <option value="gb"> United Kingdom</option>
        </select>
      </div>
    </div>
    <div class="col-6 col-lg-3 pl-0 py-1 pl-lg-1 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[billing_info_state]" id="form-field-billing_info_state">
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[billing_info_zip]" id="form-field-billing_info_zip">
      </div>
    </div>
  </div>
</form>

Text Content

MAIN ALERT TEXT...

Error text

Ok


FIND & PROTECT ALL YOUR MEMORIES IN ONE CLICK!

The PhotoStick® OMNI automatically finds, sorts, and saves up to 60,000 photos
and videos across all your devices with just ONE click.

Over 1.5 Million People Use ThePhotoStick® OMNI

Order ThePhotoStick OMNI Now
As seen on:










Find & Protect ALL Your Memories In ONE Click!
Order now Order now
Mac, PC, Android & iOS
Compatible

1,500,000+
Happy Customers

100+ Countries
Use ThePhotoStick® OMNI

30-Day
Money Back Guarantee



DON’T RISK LOSING YOUR CHERISHED MEMORIES

Easily keep them safe with ThePhotoStick® OMNI – and enjoy them for years to
come

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7

Order ThePhotoStick OMNI Now


MEMORIES AT RISK


THE PROBLEM

Most backup systems are WAY too complicated for the average user… which results
in a lot of tragic mistakes. Not only do backups take a LONG time, one little
mistake can cause all those precious memories to be erased. And digging through
your folders to find all those files is always a nightmare… you’ll never know if
you missed an important photo or video until it’s too late.

65% of people or their family members have lost their files as a result of
accidental deletion, hardware failure, or software problem.

PLEASE DON’T RISK IT! Your memories are too important!


PHOTO & VIDEO BACKUP MADE EASY


SAVE HOURS OF TIME SEARCHING & SORTING

Backing up photos used to be stressful, risky, and time-consuming… but with
ThePhotoStick® OMNI, you simply click GO and watch the magic begin!
ThePhotoStick® OMNI does it all for you.

It automatically finds and sorts 1000s of your favorite photos and videos in
minutes with complete accuracy to ensure no memory is ever missed. Then it
removes the duplicates to save space.




COMPATIBLE


WORKS ON COMPUTERS, PHONES, AND TABLETS

The best part about ThePhotoStick® OMNI is that you only need one of them for
all your devices! ThePhotoStick® OMNI works on:

 * Windows computers
 * Mac (Apple) computers
 * Smartphones (iPhones, Android, iOS, etc.)
 * Tablets (Galaxy, iPad, etc.)

This means you can now safely store, access, and share ALL of your precious
photo and video memories in a matter of minutes… no matter where they are… with
ONE device. It’s going to prevent so many irreplaceable photos & videos from
being lost!

Order ThePhotoStick OMNI Now



VERSATILE


WORKS ON ALL FILE TYPES!

ThePhotoStick® OMNI will actually find and backup MORE than just photos and
videos. It also does documents, voice memos, and music files—over 100 different
file types—and organizes them all FOR YOU automatically on the stick.




THE ONLY BACKUP SOLUTION YOU’LL EVER NEED.



Keeps Your Files Safe

Never worry about your computer crashing or losing files in the cloud again.

On-Going Backups

Instantly backs up new files weekly to ensure you never lose recent memories.

No Software To Install

Simply plug in ThePhotoStick® OMNI and click 'GO'! It does everything
automatically.

Order ThePhotoStick OMNI Now


HERE’S WHY PEOPLE LOVE THEPHOTOSTICK® OMNI

5.0 star rating
Linda W.‎
Verified Buyer

WORKS JUST THE WAY IT SAYS IT DOES

“Works just the way it says it does.” The Photo Stick works just the way it says
it does; very easy to use. I checked it when done, and there were my pictures.
There is so much room on the stick that I should be able to use it for years to
backup documents and pictures.

5.0 star rating
David L.‎
Verified Buyer

SAVES YOUR PICTURES!

I gave these photo sticks as Christmas gifts to all my children an grand
children. All I’ve heard was how happy they are.

5.0 star rating
Tenny S.‎
Verified Buyer

THIS THING IS AMAZING!

This thing is amazing! Plugged it into my iMac and it found all my pics and
saved them. 85,000+ pics saved! Saved storage space on my computer and now I
have all of these memories over the past decade saved in a safe place.

5.0 star rating
Cyril R.‎
Verified Buyer

I NOW HAVE ABOUT 24,000 ORIGINALS PRESERVED FOREVER

I had a grand total of about 60,000 images, with many duplicates. This little
“stick” managed to eliminate the duplicates so that I now have about 24,000
originals preserved forever in a fire-proof vault, a cost-free and independent
method of safekeeping.

5.0 star rating
Linda W.‎
Verified Buyer

WORKS JUST THE WAY IT SAYS IT DOES

“Works just the way it says it does.” The Photo Stick works just the way it says
it does; very easy to use. I checked it when done, and there were my pictures.
There is so much room on the stick that I should be able to use it for years to
backup documents and pictures.

5.0 star rating
David L.‎
Verified Buyer

SAVES YOUR PICTURES!

I gave these photo sticks as Christmas gifts to all my children an grand
children. All I’ve heard was how happy they are.

5.0 star rating
Tenny S.‎
Verified Buyer

THIS THING IS AMAZING!

This thing is amazing! Plugged it into my iMac and it found all my pics and
saved them. 85,000+ pics saved! Saved storage space on my computer and now I
have all of these memories over the past decade saved in a safe place.

5.0 star rating
Cyril R.‎
Verified Buyer

I NOW HAVE ABOUT 24,000 ORIGINALS PRESERVED FOREVER

I had a grand total of about 60,000 images, with many duplicates. This little
“stick” managed to eliminate the duplicates so that I now have about 24,000
originals preserved forever in a fire-proof vault, a cost-free and independent
method of safekeeping.

5.0 star rating
Linda W.‎
Verified Buyer

WORKS JUST THE WAY IT SAYS IT DOES

“Works just the way it says it does.” The Photo Stick works just the way it says
it does; very easy to use. I checked it when done, and there were my pictures.
There is so much room on the stick that I should be able to use it for years to
backup documents and pictures.

5.0 star rating
David L.‎
Verified Buyer

SAVES YOUR PICTURES!

I gave these photo sticks as Christmas gifts to all my children an grand
children. All I’ve heard was how happy they are.

 * 1
 * 2
 * 3
 * 4

Order ThePhotoStick OMNI Now


THEPHOTOSTICK® OMNI IS EASY TO USE

You don’t need any technical knowledge to enjoy all of the amazing features!

step 1

Plug It In

step 2

Hit ‘Go‘

step 3

You're Done!

Order ThePhotoStick OMNI Now


KEY FEATURES


THE EASIEST FILE BACKUP EVER MADE

Massive Storage – Holds up to 120,000 photos & videos – all the storage you'll
ever need!

Sorts Files For You – Automatically organizes your files neatly into folders so
they're easy to find.

Convenient & Secure – Stores your files safely and away from hackers.

Removes Duplicates – Automatically filters out duplicates to maximize storage
space!




FOUNDER'S STORY

The PhotoStick® was created by Mark Oman, a former VP & GM of Hewlett Packard.
Mark realized that since computers crash more frequently than we like, people
run the risk of losing all their photos & videos.

When it happened to him, he looked for a way to quickly and easily backup all
his photos & videos so that he would never have to worry about it happening to
him again. Unfortunately, there was no such device. And thus, ThePhotoStick® was
born.




YOUR SATISFACTION IS OUR PRIORITY

Try ThePhotoStick® OMNI risk-free and if you don’t love it, we’ll fix it.

30-Day Money Back Guarantee

If for any reason you’re not 100% satisfied with ThePhotoStick® OMNI, you can
easily return it, hassle-free!

Based In The USA

ThePhotoStick® OMNI is proudly owned and operated in the beautiful city of
Haxtun, Colorado.

FAST WORLDWIDE SHIPPING

Getting it to you quickly is our priority.

Quality Promise

We control every step of the process to ensure a safe and high-quality product.

World Class Customer Support

They’re real humans, they’re quick, and they actually like talking to you.

Mission-Driven

Our mission is to help millions of people find and protect their most precious
memories.

Order ThePhotoStick OMNI Now


DON’T RISK LOSING YOUR PHOTOS IN THE CLOUD!


NOW AVAILABLE IN 4 SIZES

32GB ThePhotoStick OMNI
Save 15,000 photos & videos!

32GB ThePhotoStick OMNI
Save 15,000 photos & videos!
+S&H
 * 32GB of Storage
   Save 15,000 photos & videos!

$59.99
Retail $74.99(Save $15.00)
$59.99
Retail $74.99(Save $15.00)
+S&H
Quantity: Qty:
1

Get 40% off each additional ThePhotoStick® OMNI!

ORDER NOW
64GB ThePhotoStick OMNI
Save 30,000 photos & videos!

64GB ThePhotoStick OMNI
Save 30,000 photos & videos!
+ FREE USA SHIPPING
 * 64GB of Storage
   Save 30,000 photos & videos!

$79.99
Retail $109.99(Save $30.00)
$79.99
Retail $109.99(Save $30.00)
FREE USA Shipping
Quantity: Qty:
1

Get 40% off each additional ThePhotoStick® OMNI!

ORDER NOW
Most Popular
128GB ThePhotoStick OMNI
Save 60,000 photos & videos!

Most Popular
128GB ThePhotoStick OMNI
Save 60,000 photos & videos!
+ FREE USA SHIPPING
 * 128GB of Storage
   Save 60,000 photos & videos!

$99.99
Retail $159.99(Save $60.00)
$99.99
Retail $159.99(Save $60.00)
FREE USA Shipping
Quantity: Qty:
1

Get 40% off each additional ThePhotoStick® OMNI!

ORDER NOW
Best Value
256GB ThePhotoStick OMNI
Save 120,000 photos & videos!

Best Value
256GB ThePhotoStick OMNI
Save 120,000 photos & videos!
+ FREE USA SHIPPING
 * 256GB of Storage
   Save 120,000 photos & videos!

$149.99
Retail $269.99(Save $120.00)
$149.99
Retail $269.99(Save $120.00)
FREE USA Shipping
Quantity: Qty:
1

Get 40% off each additional ThePhotoStick® OMNI!

ORDER NOW
ORDER NOW

Get 40% off each additional ThePhotoStick® OMNI!

UPGRADE & SAVE

32GB
Retail $74.99
$59.99 ea.
Select

64GB
Retail $109.99
$76.99 ea.
Select

128GB
Retail $159.99
$95.99 ea.
Select

256GB
Retail $269.99
$135.00 ea.
Select

COLOR


×
Special Offer!
40
% OFF


Special Offer

Act Now and Get ONE MORE

ThePhotoStick® OMNI for 40% Off!

$59.99 Value
Special Add-on Price = $35.99!
YES, ADD ONE MORE!
No Thank You
Processing...
×
Special Offer!
40
% OFF


Special Offer

Act Now and Get ONE MORE

ThePhotoStick® OMNI for 40% Off!

$79.99 Value
Special Add-on Price = $47.99!
YES, ADD ONE MORE!
No Thank You
Processing...
×
Special Offer!
40
% OFF


Special Offer

Act Now and Get ONE MORE

ThePhotoStick® OMNI for 40% Off!

$99.99 Value
Special Add-on Price = $59.99!
YES, ADD ONE MORE!
No Thank You
Processing...
×
Special Offer!
40
% OFF


Special Offer

Act Now and Get ONE MORE

ThePhotoStick® OMNI for 40% Off!

$149.99 Value
Special Add-on Price = $89.99!
YES, ADD ONE MORE!
No Thank You
Processing...
Total:
Checkout Processing
Total:
Next


COMPLETE YOUR ORDER

Enter Discount Code Here Incorrect promo code Apply


Or Pay With Credit Card


SHIPPING INFORMATION

Email
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States_________________ Australia Austria Belgium Bulgaria Canada
Chile Croatia Cyprus Denmark Estonia Finland France Germany Gibraltar Greece
Hong Kong SAR China Hungary India Ireland Israel Italy Japan Latvia Lithuania
Luxembourg Malaysia Malta Mexico Netherlands New Zealand Norway Philippines
Poland Portugal Romania Singapore Slovakia South Korea Spain Sweden Switzerland
Turkey United Kingdom
State
Zip code
Phone (optional)


SHIPPING INFORMATION


Same as shipping address

Use a different shipping address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States_________________ Australia Austria Belgium Bulgaria Canada
Chile Croatia Cyprus Denmark Estonia Finland France Germany Gibraltar Greece
Hong Kong SAR China Hungary India Ireland Israel Italy Japan Latvia Lithuania
Luxembourg Malaysia Malta Mexico Netherlands New Zealand Norway Philippines
Poland Portugal Romania Singapore Slovakia South Korea Spain Sweden Switzerland
Turkey United Kingdom
State
Zip code


PHONE

Phone (optional)


SHIPPING METHOD


Free Shipping

$0.00




PAYMENT INFORMATION

All transactions are secure and encrypted.


Card Number
MM / YY
CVC



BILLING ADDRESS


Same as shipping address

Use a different billing address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States_________________ Australia Austria Belgium Bulgaria Canada
Chile Croatia Cyprus Denmark Estonia Finland France Germany Gibraltar Greece
Hong Kong SAR China Hungary India Ireland Israel Italy Japan Latvia Lithuania
Luxembourg Malaysia Malta Mexico Netherlands New Zealand Norway Philippines
Poland Portugal Romania Singapore Slovakia South Korea Spain Sweden Switzerland
Turkey United Kingdom
State
Zip code
Next


Complete Order

ORDER SUMMARY

$0.00

PROMO DISCOUNT

$0.00

TAX

$0.00

SHIPPING

— —

TOTAL

$0.00

×

Ok




30 DAY MONEY BACK GUARANTEE!


HAVE A QUESTION?SEE OUR FAQS

Which devices can I use ThePhotoStick® OMNI on?

ThePhotoStick OMNI works with most modern computers, phones and tablets right
out of the box. It's compatible with Apple, Android & Windows devices:

Windows:

 * Windows 7 SP1 and newer

Apple:

 * OS 10.13 and newer, iOS and iPad OS is 13.0 and later

Android:

 * 6.0 and later

What photo and video file types can ThePhotoStick® OMNI find and save?

Nearly all of them! It saves your standard JPEG, PNG, GIF, MOV, and MPEG4, but
it also saves a vast array of file types as listed below:

 * JPEG (*.jpg, *.jpeg, *.jpe, *.jiff)
 * GIF (*.gif)
 * PNG (*.png)
 * BMP (*.bmp, *.rle, *.dib)
 * TIFF (*.tif, *.tiff)
 * ICO (*.ico)
 * Camera Raw (*.tif, *.crw, *.nef, *.raf, *.orf, *.mrw, *.dcr, *.mos, *.raw,
   *.pef, *.srf, *.dng, *.x3f, *.cr2, *.erf, *.sr2, *.kdc, *.mfw, *.mef, *.arw,
   *.nrw, *.rw2, *.rwl, *.iiq, *.3fr, *.srw)
 * Photoshop (*.psd, *.pdd)
 * PCT File (*.PCT, *.PICT)
 * MOV (*.mov, *.qt)
 * MPEG4 (*.mpg4, *.mpeg4)
 * AVI (*.avi)
 * WMV (*.wmv)

Is ThePhotoStick® OMNI easy to use?

Yes – just hit go! We also offer 24/7 support if you have any questions or
difficulties... but it really is as easy as clicking “GO“. Anyone can use it, no
matter how comfortable they are with technology!

What version should I choose?

This depends on how many photos and videos you have. The 128GB version can hold
up to 60,000 photos and videos – which will be plenty for most people. The 256GB
version holds up to roughly 120,000 photos and videos giving you all the storage
you'll ever need – perfect for large families with lots of memories.

What photo file size is used when we say the 128GB version can store 60,000
photos?

We use an average photo file size of 2MB for our calculation. We picked this
size for our calculation because it is the approximate size of an 8MP photo
saved in a .JPEG format.

Some file sizes are much larger, such as camera RAW files, movie files such as
.MOV and .MPEG4, and photos taken with cameras that can take photos greater than
8MP, so the number of files that can be stored on ThePhotoStick® OMNI can vary.

How do I start ThePhotoStick® OMNI?

It’s as easy as 1,2,3 – no matter which device you're using!

To start on Windows:

 * Plug ThePhotoStick® OMNI into an open USB slot.
 * From File Explorer, double-click on ThePhotoStick®Windows.exe.
 * Click “Go“!

To start on Mac:

 * Plug into an open USB slot.
 * Double-click on the USB icon labeled as PHOTOSTICK.
 * Double-click on ThePhotoStick®Mac.
 * Click “Go“!

To start on any phone (Android or iOS):

 1. Download and Launch the FREE “ThePhotoStick® Mobile” App
 2. Plug in the device
 3. Click “Backup Now”

Does ThePhotoStick® OMNI need to install anything on my computer?

For computers (Mac or PC):

ThePhotoStick® OMNI does not need to install anything on your computer, nor does
it require anything to be already installed on your computer. ThePhotoStick®
OMNI comes with everything it needs — you simply need to plug it into an
available USB slot and it’s ready to run.

For phones (Android or iOS):

ThePhotoStick® OMNI offers a FREE app that allows you to back up, view, and
organize your photos with ease. There are no monthly charges or download costs
for using the app – just download it and click GO!

Can I use ThePhotoStick® OMNI as an ongoing backup solution?

Yes, it’s a great backup solution! Many people leave the ThePhotoStick® OMNI
plugged into their computer and do a quick and easy weekly backup to make sure
they are continually protecting their memories.

Simply plug it into each device, click GO, and go about your day. It only takes
a few seconds to back everything up across every device... it's a huge time
saver!

When can I expect my order?

FAST! We ship all orders within 24-48 hours of receiving them. On average,
products are delivered within 5-8 business days in the United States. For orders
outside the USA, please allow 2-8 weeks for your order to arrive. Delivery times
will vary based on country.

(Note: Mexico & Israel destinations experience longer shipping times)

Will I have to pay any additional customs, duties or VAT fees when I receive my
order?

Depending on your country, it is possible that you will be charged one or more
of these fees at the time of checkout.

Is there a money back guarantee and/or warranty?

Yes. We offer a no-hassle, 30-Day Money Back Guarantee. If you’re not 100%
satisfied with ThePhotoStick OMNI®, we are happy to help you with a return. We
want you to be happy!

Click HERE to View FAQs »


FREQUENTLY ASKED QUESTIONS FAQS

×

Which devices can I use ThePhotoStick® OMNI on?

ThePhotoStick OMNI works with most modern computers, phones and tablets right
out of the box. It's compatible with Apple, Android & Windows devices:

Windows:

 * Windows 7 SP1 and newer

Apple:

 * OS 10.13 and newer, iOS and iPad OS is 13.0 and later

Android:

 * 6.0 and later

What photo and video file types can ThePhotoStick® OMNI find and save?

Nearly all of them! It saves your standard JPEG, PNG, GIF, MOV, and MPEG4, but
it also saves a vast array of file types as listed below:

 * JPEG (*.jpg, *.jpeg, *.jpe, *.jiff)
 * GIF (*.gif)
 * PNG (*.png)
 * BMP (*.bmp, *.rle, *.dib)
 * TIFF (*.tif, *.tiff)
 * ICO (*.ico)
 * Camera Raw (*.tif, *.crw, *.nef, *.raf, *.orf, *.mrw, *.dcr, *.mos, *.raw,
   *.pef, *.srf, *.dng, *.x3f, *.cr2, *.erf, *.sr2, *.kdc, *.mfw, *.mef, *.arw,
   *.nrw, *.rw2, *.rwl, *.iiq, *.3fr, *.srw)
 * Photoshop (*.psd, *.pdd)
 * PCT File (*.PCT, *.PICT)
 * MOV (*.mov, *.qt)
 * MPEG4 (*.mpg4, *.mpeg4)
 * AVI (*.avi)
 * WMV (*.wmv)

Is ThePhotoStick® OMNI easy to use?

Yes – just hit go! We also offer 24/7 support if you have any questions or
difficulties... but it really is as easy as clicking “GO“. Anyone can use it, no
matter how comfortable they are with technology!

What version should I choose?

This depends on how many photos and videos you have. The 128GB version can hold
up to 60,000 photos and videos – which will be plenty for most people. The 256GB
version holds up to roughly 120,000 photos and videos giving you all the storage
you'll ever need – perfect for large families with lots of memories.

What photo file size is used when we say the 128GB version can store 60,000
photos?

We use an average photo file size of 2MB for our calculation. We picked this
size for our calculation because it is the approximate size of an 8MP photo
saved in a .JPEG format.

Some file sizes are much larger, such as camera RAW files, movie files such as
.MOV and .MPEG4, and photos taken with cameras that can take photos greater than
8MP, so the number of files that can be stored on ThePhotoStick® OMNI can vary.

How do I start ThePhotoStick® OMNI?

It’s as easy as 1,2,3 – no matter which device you're using!

To start on Windows:

 * Plug ThePhotoStick® OMNI into an open USB slot.
 * From File Explorer, double-click on ThePhotoStick®Windows.exe.
 * Click “Go“!

To start on Mac:

 * Plug into an open USB slot.
 * Double-click on the USB icon labeled as PHOTOSTICK.
 * Double-click on ThePhotoStick®Mac.
 * Click “Go“!

To start on any phone (Android or iOS):

 1. Download and Launch the FREE “ThePhotoStick® Mobile” App
 2. Plug in the device
 3. Click “Backup Now”

Does ThePhotoStick® OMNI need to install anything on my computer?

For computers (Mac or PC):

ThePhotoStick® OMNI does not need to install anything on your computer, nor does
it require anything to be already installed on your computer. ThePhotoStick®
OMNI comes with everything it needs — you simply need to plug it into an
available USB slot and it’s ready to run.

For phones (Android or iOS):

ThePhotoStick® OMNI offers a FREE app that allows you to back up, view, and
organize your photos with ease. There are no monthly charges or download costs
for using the app – just download it and click GO!

Can I use ThePhotoStick® OMNI as an ongoing backup solution?

Yes, it’s a great backup solution! Many people leave the ThePhotoStick® OMNI
plugged into their computer and do a quick and easy weekly backup to make sure
they are continually protecting their memories.

Simply plug it into each device, click GO, and go about your day. It only takes
a few seconds to back everything up across every device... it's a huge time
saver!

When can I expect my order?

FAST! We ship all orders within 24-48 hours of receiving them. On average,
products are delivered within 5-8 business days in the United States. For orders
outside the USA, please allow 2-8 weeks for your order to arrive. Delivery times
will vary based on country.

(Note: Mexico & Israel destinations experience longer shipping times)

Will I have to pay any additional customs, duties or VAT fees when I receive my
order?

Depending on your country, it is possible that you will be charged one or more
of these fees at the time of checkout.

Is there a money back guarantee and/or warranty?

Yes. We offer a no-hassle, 30-Day Money Back Guarantee. If you’re not 100%
satisfied with ThePhotoStick OMNI®, we are happy to help you with a return. We
want you to be happy!

References:65% of people will lose their files1

 * Support
 * Returns
 * Impressum
 * Privacy
 * Terms

About This Site
Purchasing here is buying directly from Prairie IT, the inventors of this
innovative solution. Prairie IT has partnered with GiddyUp, a curator of
innovative products, to present a special offer that you won’t find anywhere
else. To support these inventors, please consider buying your ThePhotoStick OMNI
on this site, rather than 3rd-Party retailers.
Copyright © 2024 GiddyUp. All Rights Reserved.
×

×

×


HAVE A QUESTION ABOUT THEPHOTOSTICK® OMNI?

 * Questions About Your Order
 * Product Questions
 * Technical Support
 * Returns
 * Anything else product or order related


PLEASE CONTACT GIDDYUP'S PHOTOSTICK SUPPORT AT:

 * support@getthephotostickomni.io
 * PO Box 234 Haxtun, CO 80731


WOULD YOU LIKE TO UNSUBSCRIBE FROM MARKETING EMAILS?

Please click the following link to be added to a global do not mail list

×


RETURN POLICY

ThePhotoStick is far more than just a business for us. Photos are more than just
files buried on a hard drive or smartphone. They're priceless memories people
want to protect and access, sometimes years later. The founder, Mark Oman,
decided to develop this product after he himself once lost precious photos from
his special family vacation. This led to ThePhotoStick, which backs up image and
video files to prevent permanent loss of priceless photo archives.

Mark wants you to love and cherish your memories forever, however, if you feel
ThePhotoStick isn’t working for you within 30 days from the date of delivery,
we’ll gladly take it back.

Before returning ThePhotoStick, we would love a chance to make sure our Customer
Care team is able to troubleshoot and rectify any issues you might have. To
receive support, please contact us https://www.thephotostick.com/pages/support.

If our agents are unable to help you resolve any issues, the Customer Care agent
will progress to the return process for the purchaser. Please note that this
website offers some very deep discounts on ThePhotoStick, so in the event you
need to return ThePhotoStick, the purchaser bears all return shipping costs.

Please be advised that full refunds are issued only when all the product,
including any free product you earned through your purchase, is returned.
Partial returns will result in partial refunds.

Customer Service is open 24/7 and can be reached via live chat
at thephotostick.com or by emailing support@getthephotostickomni.io.

Customers can track orders by searching the tracking number provided in the
shipping confirmation email.

Customers can start the returns process by contacting support via live chat on
thephotostick.com or by emailing support@thephotostick.com

International Shipments: Some countries will halt packages in transit and
require a customs charge be paid on imported goods. If your package does not
arrive, it’s likely being held at your local mail service.

×


IMPRESSUM

Company Name:
The GiddyUp Group

Address:
20 N. Oak St.
Ventura, CA 93001
USA

Contact:
support@giddyup.io

CEO Team:
Todd Armstrong, Justin Grant, Topher Grant, Steven Isaac, Alan Reinhart, Eric
Schechter

Form of Company:
LLC

Registration Number:
46-3920047


VAT Number
Not Applicable

×

×