www.hardtofind.com.au Open in urlscan Pro
104.22.43.149  Public Scan

URL: https://www.hardtofind.com.au/281330_kreafunk-recharge-plus?utm_source=3D3=
Submission: On June 30 via api from BE — Scanned from AU

Form analysis 8 forms found in the DOM

GET https://www.hardtofind.com.au/search/elastic

<form method="get" action="https://www.hardtofind.com.au/search/elastic" id="search-form" on="
          submit: autosuggest-list.hide;
          submit-success: autosuggest-list.hide;
          submit-error: autosuggest-list.hide" novalidate="" class="i-amphtml-form">
  <input type="text" name="q" placeholder="Enter search term" value="" on="
                   input-debounced:
                       AMP.setState({query: event.value,showDropdown: event.value,}),
                       autosuggest-list.show;
                   tap:
                       AMP.setState({query: query == null ? query,showDropdown: 'false' : query,showDropdown: 'true'}),
                       autosuggest-list.show" required="" autocomplete="off">
  <button type="submit" class="btn-menu-search"></button>
  <div class="suggest">
    <div class="autosuggest-container hidden" [class]="(showDropdown &amp;&amp; query) ?
            'autosuggest-container' :
            'autosuggest-container hidden'">
      <amp-list class="autosuggest-box i-amphtml-element i-amphtml-layout-fixed-height i-amphtml-layout-size-defined i-amphtml-built" layout="fixed-height" height="1000" noloading="" src="https://api.hardtofind.com.au/search-amp"
        [src]="autosuggest.endpoint + query" id="autosuggest-list" i-amphtml-layout="fixed-height" style="height: 1000px;">
        <div placeholder="">
          <div class="autosuggest-selector">
            <div class="autosuggest-title mb-10">Loading search results...</div>
          </div>
        </div>
        <template type="amp-mustache">
          <amp-selector id="autosuggest-selector" class="autosuggest-selector" keyboard-select-mode="focus" layout="container" on="
                                      select:
                                        AMP.setState({
                                          query: event.targetOption,
                                          showDropdown: false
                                        }),
                                        autosuggest-list.hide">
            {{#results.has_sellers}}
              <div class="autosuggest-title">Seller Suggestions</div>
            {{/results.has_sellers}}
            {{#results.sellers}}
              <div class="select-option no-outline" role="option" tabindex="0" on="tap:autosuggest-list.hide" option="{{key}}">
                <a href="https://www.hardtofind.com.au/store/{{seller.hits.hits.0._source.seller.store_link}}">{{key}}</a>
              </div>
            {{/results.sellers}}
            {{#results.has_products}}
              <div class="autosuggest-title">Products</div>
            {{/results.has_products}}
            {{#results.products}}
              <div class="select-option no-outline" role="option" tabindex="0" on="tap:autosuggest-list.hide" option="{{name}}">
                <a href="https://www.hardtofind.com.au/{{ link }}">
                                    <amp-img height="50" width="50" layout="fixed" class="select-option-img" src="{{ images.0.urls.tiny }}">
                                    </amp-img>
                                    <div class="select-option-title">{{ name }}</div>
                                    <p class="select-option-desc">{{{ description }}}</p>
                                    <div class="select-option-price">${{ formatted_prices.price }}</div>
                                </a>
              </div>
            {{/results.products}}
            {{#results.has_no_results}}
              <div class="autosuggest-title mb-10"> Sorry, we have no results matching your search </div>
            {{/results.has_no_results}}
          </amp-selector>
        </template>
        <div role="list" class="i-amphtml-fill-content i-amphtml-replaced-content"></div>
      </amp-list>
    </div>
  </div>
  <div submit-success="">
    <template type="amp-mustache">
      {{result}}
    </template>
  </div>
  <div submit-error="">
    <template type="amp-mustache">
      {{#result}}{{result}}{{/result}} {{^result}}Sorry! Something went wrong.{{/result}}
    </template>
  </div>
</form>

POST

<form method="post" target="_top" class="addtowishlist i-amphtml-form" [class]="added_to_wishlist ? 'addtowishlist hide' : 'addtowishlist'" on="submit-success: AMP.setState({ added_to_wishlist: true}),header_icons.refresh" role="button" tabindex="0"
  action-xhr="https://www.hardtofind.com.au/wishlist/add" novalidate="">
  <input type="hidden" name="product_id" value="281330">
  <button type="submit" class="button-hidden">
    <span class="addtowishlist-icon" [class]="adding_to_wishlist ? 'addtowishlist-icon addtowishlist-icon-adding' : 'addtowishlist-icon'"></span>
  </button>
</form>

POST

<form method="post" id="add_to_cart_form" action-xhr="https://www.hardtofind.com.au/cart/add" custom-validation-reporting="show-all-on-submit"
  on="submit-success: AMP.setState({ show_add_to_cart_popup: true}),header_icons.refresh,instant_gift_lightbox.close" class="product-options i-amphtml-form amp-form-dirty" target="_top" novalidate="">
  <input type="hidden" name="product_id" value="281330">
  <div class="form-input">
    <label for="">* <span id="variant_label_0">Colour</span></label>
    <select name="variant[1]" id="variant_0" data-number="0" class="variant_select" required="required">
      <option value="">Please select</option>
      <option value="Ivory">Ivory</option>
    </select>
    <div><span visible-when-invalid="valueMissing" validation-for="variant_0">This field is required</span>
    </div>
  </div>
  <script>
    // chlidren is the map of the available variants chain.
    window.children = [{
      "id": "488",
      "price": 120,
      "rrp": 120,
      "formatted_price": "$120.00",
      "formatted_afterpay_installment": "$30.00",
      "formatted_rrp": "$120.00",
      "is_discounted": false,
      "value": "Ivory"
    }];
    window.selected_variants = null
    var selectors = document.querySelectorAll(".variant_select") || []
    selectors.forEach(el => {
      el.addEventListener('change', (e) => {
        var currentId = el.dataset['number']
        var currentArray = selectorOptions[currentId]
        var currentSelection = currentArray.find((a) => a.value == el.value)
        var selector = '#variant_' + (parseInt(currentId) + 1);
        var nextSelect = document.querySelector(selector)
        // If it doesn't have children, it's the last one so set the price etc. on the page.
        if (!nextSelect) {
          var priceDetails = currentSelection
          var ap = document.querySelector("#formatted_afterpay_installment")
          if (ap && priceDetails['formatted_afterpay_installment']) {
            ap.innerHTML = priceDetails['formatted_afterpay_installment']
          }
          document.querySelector("#formatted_price").innerHTML = priceDetails['formatted_price']
          document.querySelector("#formatted_rrp").innerHTML = priceDetails['formatted_rrp']
          return
        }
        // Set any children above this one to zero.
        for (let i = parseInt(currentId) + 1; i < selectorOptions.length; i++) {
          var selector = document.querySelector("#variant_" + i)
          selector.innerHTML = ""
          selector.disabled = true
        }
        addOptionsToSelect(nextSelect, currentSelection['children'])
      })
    })
    var selectorOptions = new Array(selectors.length - 1)

    function addOptionsToSelect(selectEl, options) {
      var opt = document.createElement('option');
      opt.innerHTML = 'Please select';
      opt.value = ""
      selectEl.disabled = false
      selectEl.appendChild(opt);
      for (let i = 0; i < options.length; i++) {
        opt = document.createElement('option');
        opt.value = options[i]['value'];
        opt.innerHTML = options[i]['value'];
        selectEl.appendChild(opt);
        selectorOptions[selectEl.dataset['number']] = options
      }
    }
    // Populate the inital select box
    var initialSelect = document.querySelector("#variant_0")
    addOptionsToSelect(initialSelect, children)
    var evObj = document.createEvent("HTMLEvents");
    evObj.initEvent("change", true, true);
    // This should be changed to a window ready
    setTimeout(() => {
      // If there is a preselected variant, go thorugh and pick all the select boxes so they are prefilled.
      if (window.selected_variants) {
        selectors.forEach((el, i) => {
          var label = document.querySelector("#variant_label_" + i).innerText
          if (selected_variants[label]) {
            value = selected_variants[label]['value']
            el.value = value
            el.dispatchEvent(evObj);
          }
        })
      }
      // If at the time of the page loading, the options are prefilled (this happens when the back button is
      // pressed in the browser and the user had previously changed the options.
      // We need to emulate the select to update the price.
      if (selectors && selectors[0].value != "") {
        selectors[0].dispatchEvent(evObj)
      }
    }, 500)
  </script>
  <input name="clientId" type="hidden" value="CLIENT_ID(myid)" data-amp-replace="CLIENT_ID">
  <div>
    <div class="form-input">
      <div on="tap: AMP.setState({ instant_gift: false }), add_to_cart_form.submit" class="btn btn-teal addtocart"> ADD TO CART </div>
    </div>
    <div on="tap: instant_gift_lightbox.open, AMP.setState({ instant_gift: true })" class="btn btn-salmon addtocart"> or SEND AS AN INSTANT GIFT </div>
    <input type="checkbox" [checked]="instant_gift != false" name="instant_gift" id="instant_gift" class="is-hidden">
  </div>
  <amp-lightbox id="instant_gift_info_lightbox" scrollable="" layout="nodisplay" class="i-amphtml-element i-amphtml-layout-nodisplay i-amphtml-overlay i-amphtml-built" hidden="" i-amphtml-layout="nodisplay">
    <div class="lightbox" role="button" on="tap: instant_gift_info_lightbox.close" tabindex="0">
      <div class="popup">
        <div class="close" on="tap: instant_gift_info_lightbox.close" tabindex="0" role="button"></div>
        <amp-img height="122" width="263" layout="fixed" class="mb-20 i-amphtml-element i-amphtml-layout-fixed i-amphtml-layout-size-defined i-amphtml-built"
          src="https://res.cloudinary.com/hardtofind/image/upload/c_scale,w_263/v1552435844/site%20assets/instant_gift_icon.png" i-amphtml-layout="fixed" style="width: 263px; height: 122px;"></amp-img>
        <h1>LEFT YOUR GIFTING TO THE LAST MINUTE?</h1>
        <h1>SEND AN INSTANT GIFT!</h1>
        <p class="">It’s a quick and easy way to make sure you never have to give someone an IOU.</p>
        <p class="has-text-weight-bold">Here’s how it works:</p>
        <ul class="has-text-left mb-20">
          <li>Choose from thousands of gifts on hardtofind – you can send any item as an instant gift! </li>
          <li>Click on the ‘SEND AN INSTANT GIFT’ button and enter the recipient’s email (or your own) and a special message, then complete any personalisation fields to customise your gift. </li>
          <li>As soon as payment is processed, we’ll send the recipient an email, telling them you’ve bought them a gift. Or you can email the gift to yourself, and print out the voucher at home to pop in a card. </li>
          <li>When they click through to redeem their gift, it’ll be waiting in their cart with a voucher code to purchase. </li>
          <li>They enter their mailing details and the gift is on its way!</li>
        </ul>
        <p class="has-text-left">What if the person wants to change their gift? No dramas. They'll be able to swap it at checkout, by adding a different item (of the same value) to cart and removing the original gift - too easy!</p>
        <p class="has-text-left">* Promo codes cannot be applied to gift voucher purchases</p>
      </div>
    </div>
  </amp-lightbox>
  <amp-lightbox id="instant_gift_lightbox" scrollable="" layout="nodisplay" class="i-amphtml-element i-amphtml-layout-nodisplay i-amphtml-overlay i-amphtml-built" hidden="" i-amphtml-layout="nodisplay">
    <div class="lightbox" role="button" on="tap: AMP.setState({ show_add_to_cart_popup: false})" tabindex="0">
      <div class="popup">
        <div class="close" on="tap: instant_gift_lightbox.close" tabindex="0" role="button"></div>
        <amp-img height="106" width="243" layout="fixed" noloading="" class="mb-20 i-amphtml-element i-amphtml-layout-fixed i-amphtml-layout-size-defined i-amphtml-built"
          src="https://res.cloudinary.com/hardtofind/image/upload/c_scale,w_243/v1552437480/site%20assets/instant_gift_tick.png" i-amphtml-layout="fixed" style="width: 243px; height: 106px;"></amp-img>
        <h1>Send an instant gift!</h1>
        <p>We’ll email the gift as a voucher – <br>it just takes one click to redeem!</p>
        <amp-state id="instant_gift_to_length" class="i-amphtml-element i-amphtml-layout-container i-amphtml-built" i-amphtml-layout="container" hidden="" aria-hidden="true">
          <script type="application/json">
            60
          </script>
        </amp-state>
        <div class="form-input">
          <textarea class="block border-none p0 m0 textarea-short" name="instant_gift_to" id="instant_gift_to" placeholder="To" on="input-throttled: AMP.setState({ instant_gift_to_length : 60 - event.value.length})" maxlength="60"></textarea>
          <small><span [text]="instant_gift_to_length">60 </span> characters remaining</small>
        </div>
        <amp-state id="instant_gift_from_length" class="i-amphtml-element i-amphtml-layout-container i-amphtml-built" i-amphtml-layout="container" hidden="" aria-hidden="true">
          <script type="application/json">
            60
          </script>
        </amp-state>
        <div class="form-input">
          <textarea class="block border-none p0 m0 textarea-short" name="instant_gift_from" id="instant_gift_from" placeholder="From" on="input-throttled: AMP.setState({ instant_gift_from_length : 60 - event.value.length})" maxlength="60"></textarea>
          <small><span [text]="instant_gift_from_length">60 </span> characters remaining</small>
        </div>
        <amp-state id="instant_gift_email_length" class="i-amphtml-element i-amphtml-layout-container i-amphtml-built" i-amphtml-layout="container" hidden="" aria-hidden="true">
          <script type="application/json">
            60
          </script>
        </amp-state>
        <div class="form-input">
          <input type="text" class="block border-none p0 m0 textarea-short" name="instant_gift_email" id="instant_gift_email" placeholder="Email to send the instant gift voucher to"
            on="input-throttled: AMP.setState({ instant_gift_email_length : 60 - event.value.length})" maxlength="60">
          <small><span [text]="instant_gift_email_length">60 </span> characters remaining</small>
        </div>
        <amp-state id="instant_gift_message_length" class="i-amphtml-element i-amphtml-layout-container i-amphtml-built" i-amphtml-layout="container" hidden="" aria-hidden="true">
          <script type="application/json">
            240
          </script>
        </amp-state>
        <div class="form-input">
          <textarea class="block border-none p0 m0" name="instant_gift_message" id="instant_gift_message" placeholder="Add your own special message..." on="input-throttled: AMP.setState({ instant_gift_message_length : 240 - event.value.length})"
            maxlength="240"></textarea>
          <small><span [text]="instant_gift_message_length">240 </span> characters remaining</small>
        </div>
        <div class="form-input">
          <div on="tap:AMP.setState({ instant_gift: true}), add_to_cart_form.submit" class="btn btn-teal addtocart"> ADD TO CART </div>
        </div>
        <div submit-error="" class="mb-10" id="submission-errors">
          <template type="amp-mustache">
            {{{ errors }}} </template>
        </div>
        <div class="error-msg mb-20">Oops! You can’t add to cart yet! Close this window and fill out all the personalisation options on the product page first. </div>
        <p on="tap: instant_gift_additional_info.toggleVisibility">* Learn more about instant gifts <i class="fa fa-caret-down"></i></p>
        <div id="instant_gift_additional_info" hidden="">
          <ul class="has-text-left mb-20">
            <li>Choose from thousands of gifts on hardtofind – you can send any item as an instant gift! </li>
            <li>Click on the ‘SEND AN INSTANT GIFT’ button and enter the recipient’s email (or your own) and a special message, then complete any personalisation fields to customise your gift. </li>
            <li>As soon as payment is processed, we’ll send the recipient an email, telling them you’ve bought them a gift. Or you can email the gift to yourself, and print out the voucher at home to pop in a card. </li>
            <li>When they click through to redeem their gift, it’ll be waiting in their cart with a voucher code to purchase. </li>
            <li>They enter their mailing details and the gift is on its way! </li>
          </ul>
          <p class="has-text-left">What if the person wants to change their gift? No dramas. They'll be able to swap it at checkout, by adding a different item (of the same value) to cart and removing the original gift - too easy!</p>
          <p class="has-text-left">* Promo codes cannot be applied to gift voucher purchases</p>
        </div>
      </div>
    </div>
  </amp-lightbox>
  <div class="error-msg mt-20">Select from the highlighted option/s</div>
  <div submit-success="">
    <template type="amp-mustache">
      <div class="lightbox lightbox-no-amp" [class]="show_add_to_cart_popup ? 'lightbox lightbox-no-amp' : 'hidden'" role="button" on="tap: AMP.setState({ show_add_to_cart_popup: false})" tabindex="0">
        <div class="popup">
          <div class="close" on="tap: AMP.setState({ show_add_to_cart_popup: false})" tabindex="0" role="button"></div>
          <amp-img class="mb-20" layout="fixed" height="77" width="78" noloading="" src="https://res.cloudinary.com/hardtofind/image/upload/v1523320363/site%20assets/Screenshot_2018-04-10_08-32-06.png"></amp-img>
          {{ #instant_gift }}
          <h1 class="mb-20">Instant Gift added to cart</h1>
          {{ /instant_gift }}
          {{ ^instant_gift }}
          <h1 class="mb-20">Added to cart</h1>
          {{ #next_reward }}
          <p class="large">Spend {{ next_reward.distance }}* more to earn a {{ next_reward.reward
                                                    }} HTF Reward.</p>
          {{ /next_reward }}
          {{ ^next_reward }}
          {{ #has_current_reward }}
          <p class="large">You'll earn a {{ current_reward.reward }} HTF Reward with this order*</p>
          {{ /has_current_reward }}
          {{ /next_reward }}
          {{ /instant_gift }}
          <div class="button-container mb-40">
            <div class="btn btn-purple mb-20" on="tap: AMP.setState({ show_add_to_cart_popup: false})" tabindex="0" role="button">KEEP SHOPPING </div>
            <a class="btn btn-teal" href="/cart">CHECKOUT</a>
          </div>
          <small>*Calculated exclusive of any store credit, gift vouchers or promo codes used at checkout.</small>
        </div>
      </div>
    </template>
  </div>
  <div submit-error="" id="submission-errors-2"> It looks like the combination you've selected is not available at this time </div>
</form>

POST

<form on="submit-error: AMP.setState({ ask_seller_question_error: true }); submit-success: AMP.setState({ ask_seller_question_success: true, ask_seller_question_error: false})" [class]="ask_seller_question_success ? 'hide' : ''" method="post"
  action-xhr="https://www.hardtofind.com.au/product/contact/281330">
  <input type="hidden" value="281330" name="product_id">
  <p class="medium">Message*</p>
  <textarea required="" id="message" name="message"></textarea>
  <button type="submit" class="btn btn-teal mt-20">SUBMIT</button>
</form>

POST

<form action-xhr="https://www.hardtofind.com.au/home/subscribe" method="post" target="_top" novalidate="" class="i-amphtml-form">
  <div class="news-cont">
    <input type="text" autocomplete="off" placeholder="email address" class="email" name="email">
    <input type="hidden" name="souce" value="amp-footer">
    <button type="submit"></button>
  </div>
  <div submit-success="">
    <template type="amp-mustache">
      <p class="thank-you sub-heading">Excellent, loads of awesomeness will be coming to your inbox soon!</p>
    </template>
  </div>
  <div submit-error="">
    <template type="amp-mustache">
      {{ ^errors.error }} Error subscribing! {{ /errors.error }}
      {{{ errors.error }}} </template>
  </div>
</form>

GET https://www.hardtofind.com.au/search/elastic

<form method="GET" action="https://www.hardtofind.com.au/search/elastic" target="_top" novalidate="" class="i-amphtml-form">
  <input type="text" name="q" placeholder="Enter search term">
  <button type="submit" class="btn-menu-search"></button>
</form>

POST

<form action-xhr="https://www.hardtofind.com.au/home/intl_settings" method="post" id="intlsettings_modal" novalidate="" class="i-amphtml-form amp-form-dirty">
  <input type="hidden" id="redirect-location" name="redirect" value="/281330_kreafunk-recharge-plus">
  <div class="form-input">
    <label class="" for="htf_country">Choose your shipping destination:</label>
    <select name="htf_country" id="localisation-lightbox-country" class="form-control">
      <option value="AU"> Australia </option>
      <option value="NZ"> New Zealand </option>
      <option value="GB"> United Kingdom </option>
      <option value="US"> United States </option>
      <option value="HK"> Hong Kong </option>
      <option value="SG"> Singapore </option>
      <option value="JP"> Japan </option>
      <option value="CN"> China </option>
      <option disabled="">------------</option>
      <option value="AF"> Afghanistan </option>
      <option value="AL"> Albania </option>
      <option value="DZ"> Algeria </option>
      <option value="AS"> American Samoa </option>
      <option value="AD"> Andorra </option>
      <option value="AO"> Angola </option>
      <option value="AI"> Anguilla </option>
      <option value="AQ"> Antarctica </option>
      <option value="AG"> Antigua and Barbuda </option>
      <option value="AR"> Argentina </option>
      <option value="AM"> Armenia </option>
      <option value="AW"> Aruba </option>
      <option value="AT"> Austria </option>
      <option value="AZ"> Azerbaijan </option>
      <option value="BS"> Bahamas </option>
      <option value="BH"> Bahrain </option>
      <option value="BD"> Bangladesh </option>
      <option value="BB"> Barbados </option>
      <option value="BY"> Belarus </option>
      <option value="BE"> Belgium </option>
      <option value="BZ"> Belize </option>
      <option value="BJ"> Benin </option>
      <option value="BM"> Bermuda </option>
      <option value="BT"> Bhutan </option>
      <option value="BO"> Bolivia </option>
      <option value="BA"> Bosnia and Herzegovina </option>
      <option value="BW"> Botswana </option>
      <option value="BV"> Bouvet Island </option>
      <option value="BR"> Brazil </option>
      <option value="IO"> British Indian Ocean Territory </option>
      <option value="BN"> Brunei Darussalam </option>
      <option value="BG"> Bulgaria </option>
      <option value="BF"> Burkina Faso </option>
      <option value="BI"> Burundi </option>
      <option value="KH"> Cambodia </option>
      <option value="CM"> Cameroon </option>
      <option value="CA"> Canada </option>
      <option value="CV"> Cape Verde </option>
      <option value="KY"> Cayman Islands </option>
      <option value="CF"> Central African Republic </option>
      <option value="TD"> Chad </option>
      <option value="CL"> Chile </option>
      <option value="CX"> Christmas Island </option>
      <option value="CC"> Cocos (Keeling) Islands </option>
      <option value="CO"> Colombia </option>
      <option value="KM"> Comoros </option>
      <option value="CG"> Congo </option>
      <option value="CD"> Congo, the Democratic Republic of the </option>
      <option value="CK"> Cook Islands </option>
      <option value="CR"> Costa Rica </option>
      <option value="CI"> Cote D'Ivoire </option>
      <option value="HR"> Croatia </option>
      <option value="CU"> Cuba </option>
      <option value="CY"> Cyprus </option>
      <option value="CZ"> Czech Republic </option>
      <option value="DK"> Denmark </option>
      <option value="DJ"> Djibouti </option>
      <option value="DM"> Dominica </option>
      <option value="DO"> Dominican Republic </option>
      <option value="EC"> Ecuador </option>
      <option value="EG"> Egypt </option>
      <option value="SV"> El Salvador </option>
      <option value="GQ"> Equatorial Guinea </option>
      <option value="ER"> Eritrea </option>
      <option value="EE"> Estonia </option>
      <option value="ET"> Ethiopia </option>
      <option value="FK"> Falkland Islands (Malvinas) </option>
      <option value="FO"> Faroe Islands </option>
      <option value="FJ"> Fiji </option>
      <option value="FI"> Finland </option>
      <option value="FR"> France </option>
      <option value="GF"> French Guiana </option>
      <option value="PF"> French Polynesia </option>
      <option value="TF"> French Southern Territories </option>
      <option value="GA"> Gabon </option>
      <option value="GM"> Gambia </option>
      <option value="GE"> Georgia </option>
      <option value="DE"> Germany </option>
      <option value="GH"> Ghana </option>
      <option value="GI"> Gibraltar </option>
      <option value="GR"> Greece </option>
      <option value="GL"> Greenland </option>
      <option value="GD"> Grenada </option>
      <option value="GP"> Guadeloupe </option>
      <option value="GU"> Guam </option>
      <option value="GT"> Guatemala </option>
      <option value="GN"> Guinea </option>
      <option value="GW"> Guinea-Bissau </option>
      <option value="GY"> Guyana </option>
      <option value="HT"> Haiti </option>
      <option value="HM"> Heard Island and Mcdonald Islands </option>
      <option value="VA"> Holy See (Vatican City State) </option>
      <option value="HN"> Honduras </option>
      <option value="HU"> Hungary </option>
      <option value="IS"> Iceland </option>
      <option value="IN"> India </option>
      <option value="ID"> Indonesia </option>
      <option value="IR"> Iran, Islamic Republic of </option>
      <option value="IQ"> Iraq </option>
      <option value="IE"> Ireland </option>
      <option value="IL"> Israel </option>
      <option value="IT"> Italy </option>
      <option value="JM"> Jamaica </option>
      <option value="JO"> Jordan </option>
      <option value="KZ"> Kazakhstan </option>
      <option value="KE"> Kenya </option>
      <option value="KI"> Kiribati </option>
      <option value="KP"> Korea, Democratic People's Republic of </option>
      <option value="KR"> Korea, Republic of </option>
      <option value="KW"> Kuwait </option>
      <option value="KG"> Kyrgyzstan </option>
      <option value="LA"> Lao People's Democratic Republic </option>
      <option value="LV"> Latvia </option>
      <option value="LB"> Lebanon </option>
      <option value="LS"> Lesotho </option>
      <option value="LR"> Liberia </option>
      <option value="LY"> Libyan Arab Jamahiriya </option>
      <option value="LI"> Liechtenstein </option>
      <option value="LT"> Lithuania </option>
      <option value="LU"> Luxembourg </option>
      <option value="MO"> Macao </option>
      <option value="MK"> Macedonia, the Former Yugoslav Republic of </option>
      <option value="MG"> Madagascar </option>
      <option value="MW"> Malawi </option>
      <option value="MY"> Malaysia </option>
      <option value="MV"> Maldives </option>
      <option value="ML"> Mali </option>
      <option value="MT"> Malta </option>
      <option value="MH"> Marshall Islands </option>
      <option value="MQ"> Martinique </option>
      <option value="MR"> Mauritania </option>
      <option value="MU"> Mauritius </option>
      <option value="YT"> Mayotte </option>
      <option value="MX"> Mexico </option>
      <option value="FM"> Micronesia, Federated States of </option>
      <option value="MD"> Moldova, Republic of </option>
      <option value="MC"> Monaco </option>
      <option value="MN"> Mongolia </option>
      <option value="MS"> Montserrat </option>
      <option value="MA"> Morocco </option>
      <option value="MZ"> Mozambique </option>
      <option value="MM"> Myanmar </option>
      <option value="NA"> Namibia </option>
      <option value="NR"> Nauru </option>
      <option value="NP"> Nepal </option>
      <option value="NL"> Netherlands </option>
      <option value="AN"> Netherlands Antilles </option>
      <option value="NC"> New Caledonia </option>
      <option value="NI"> Nicaragua </option>
      <option value="NE"> Niger </option>
      <option value="NG"> Nigeria </option>
      <option value="NU"> Niue </option>
      <option value="NF"> Norfolk Island </option>
      <option value="MP"> Northern Mariana Islands </option>
      <option value="NO"> Norway </option>
      <option value="OM"> Oman </option>
      <option value="PK"> Pakistan </option>
      <option value="PW"> Palau </option>
      <option value="PS"> Palestinian Territory, Occupied </option>
      <option value="PA"> Panama </option>
      <option value="PG"> Papua New Guinea </option>
      <option value="PY"> Paraguay </option>
      <option value="PE"> Peru </option>
      <option value="PH"> Philippines </option>
      <option value="PN"> Pitcairn </option>
      <option value="PL"> Poland </option>
      <option value="PT"> Portugal </option>
      <option value="PR"> Puerto Rico </option>
      <option value="QA"> Qatar </option>
      <option value="RE"> Reunion </option>
      <option value="RO"> Romania </option>
      <option value="RU"> Russian Federation </option>
      <option value="RW"> Rwanda </option>
      <option value="SH"> Saint Helena </option>
      <option value="KN"> Saint Kitts and Nevis </option>
      <option value="LC"> Saint Lucia </option>
      <option value="PM"> Saint Pierre and Miquelon </option>
      <option value="VC"> Saint Vincent and the Grenadines </option>
      <option value="WS"> Samoa </option>
      <option value="SM"> San Marino </option>
      <option value="ST"> Sao Tome and Principe </option>
      <option value="SA"> Saudi Arabia </option>
      <option value="SN"> Senegal </option>
      <option value="CS"> Serbia and Montenegro </option>
      <option value="SC"> Seychelles </option>
      <option value="SL"> Sierra Leone </option>
      <option value="SK"> Slovakia </option>
      <option value="SI"> Slovenia </option>
      <option value="SB"> Solomon Islands </option>
      <option value="SO"> Somalia </option>
      <option value="ZA"> South Africa </option>
      <option value="GS"> South Georgia and the South Sandwich Islands </option>
      <option value="ES"> Spain </option>
      <option value="LK"> Sri Lanka </option>
      <option value="SD"> Sudan </option>
      <option value="SR"> Suriname </option>
      <option value="SJ"> Svalbard and Jan Mayen </option>
      <option value="SZ"> Swaziland </option>
      <option value="SE"> Sweden </option>
      <option value="CH"> Switzerland </option>
      <option value="SY"> Syrian Arab Republic </option>
      <option value="TW"> Taiwan, Province of China </option>
      <option value="TJ"> Tajikistan </option>
      <option value="TZ"> Tanzania, United Republic of </option>
      <option value="TH"> Thailand </option>
      <option value="TL"> Timor-Leste </option>
      <option value="TG"> Togo </option>
      <option value="TK"> Tokelau </option>
      <option value="TO"> Tonga </option>
      <option value="TT"> Trinidad and Tobago </option>
      <option value="TN"> Tunisia </option>
      <option value="TR"> Turkey </option>
      <option value="TM"> Turkmenistan </option>
      <option value="TC"> Turks and Caicos Islands </option>
      <option value="TV"> Tuvalu </option>
      <option value="UG"> Uganda </option>
      <option value="UA"> Ukraine </option>
      <option value="AE"> United Arab Emirates </option>
      <option value="UM"> United States Minor Outlying Islands </option>
      <option value="UY"> Uruguay </option>
      <option value="UZ"> Uzbekistan </option>
      <option value="VU"> Vanuatu </option>
      <option value="VE"> Venezuela </option>
      <option value="VN"> Viet Nam </option>
      <option value="VG"> Virgin Islands, British </option>
      <option value="VI"> Virgin Islands, U.s. </option>
      <option value="WF"> Wallis and Futuna </option>
      <option value="EH"> Western Sahara </option>
      <option value="YE"> Yemen </option>
      <option value="ZM"> Zambia </option>
      <option value="ZW"> Zimbabwe </option>
    </select>
  </div>
  <div class="form-input">
    <label class="" for="htf_currency">Choose your currency:</label>
    <select name="htf_currency" id="localisation-lightbox-currency" class="form-control">
      <option value="AUD"> $AUD </option>
      <option value="NZD"> $NZD </option>
      <option value="USD"> $USD </option>
      <option value="GBP"> £GBP </option>
      <option value="EUR"> €EUR </option>
      <option value="HKD"> $HKD </option>
      <option value="SGD"> $SGD </option>
      <option value="JPY"> ¥JPY </option>
      <option value="CNY"> ¥CNY </option>
    </select>
  </div>
  <p>Please note that you will be charged in $AU. The charge shown in your local currency is an estimate, but may vary based on the exchange rate used by your credit card or bank. All prices include applicable taxes.</p>
  <div class="button-container mt-20">
    <button type="submit" class="btn btn-purple">Start Shopping <i class="fa fa-caret-right"></i>
    </button>
  </div>
</form>

POST

<form action-xhr="https://www.hardtofind.com.au/home/subscribe" method="post" target="_top" on="submit-success: AMP.setState({ submit_signup_popup_success: true})" novalidate="" class="i-amphtml-form">
  <div [class]="submit_signup_popup_success ? 'hide' : ''">
    <div class="message large">
      <p>WANT $15 OFF*<br>YOUR FIRST ORDER?</p>
    </div>
    <div class="message hidden-xs">
      <p>Sign up for a daily dose of gotta-have-it new arrivals, top sellers and banter</p>
    </div>
    <input type="text" name="email" placeholder="email address">
    <input type="hidden" class="source" name="source" value="15OFF150">
    <button type="submit" class="join submit-signup">ADD ME</button>
    <p class="smallprint error hide"></p>
    <p class="smallprint"><em>* Minimum spend $149</em></p>
  </div>
  <div submit-success="">
    <template type="amp-mustache">
      <div class="thankyou_msg">
        <div class="message large">
          <p>SUCCESS!</p>
        </div>
        <div class="message">
          <p>A little something ‘promo code’ is waiting for you in your inbox.</p>
          <p>Now go! Go! Shop outside the box.</p>
        </div>
      </div>
    </template>
  </div>
  <div submit-error="">
    <template type="amp-mustache">
      {{ ^errors.error }} Error subscribing! {{ /errors.error }}
      {{{ errors.error }}} </template>
  </div>
</form>

Text Content

Free shipping Australia-wide*
{{^credit_message}}Free shipping Australia-wide*{{/credit_message}}
{{#credit_message}}{{{ credit_message }}}{{/credit_message}}
Free shipping Australia-wide*

Shop EOFY SALE up to 50% OFF selected gifts

Loading search results...
{{#results.has_sellers}}
Seller Suggestions
{{/results.has_sellers}} {{#results.sellers}}
{{key}}
{{/results.sellers}} {{#results.has_products}}
Products
{{/results.has_products}} {{#results.products}}
{{ name }}

{{{ description }}}

${{ formatted_prices.price }}
{{/results.products}} {{#results.has_no_results}}
Sorry, we have no results matching your search
{{/results.has_no_results}}

{{result}}
{{#result}}{{result}}{{/result}} {{^result}}Sorry! Something went
wrong.{{/result}}

{{ currency_symbol }}{{ currency_code }}

{{ cart.cart_item_count }}

$AUD

0

 * NEW
 * GIFTS
    * GIFTS BY RECIPIENT
      * Gifts for him
      * Gifts for her
      * Gifts for them
      * Gifts for husband
      * Gifts for wife
      * Boyfriend gifts
      * Girlfriend gifts
      * Gifts for Dad
      * Gifts for Mum
      * Gifts for grandparents
      * Gifts for teens
      * Gifts for kids
      * Baby gifts
      * Family gifts
      * Friendship gifts
      * Gifts for teachers
      * Couple gift ideas
      * Gifts for pets
   
    * GIFTS BY OCCASION
      * Father's Day gifts
      * Mother's Day gifts
      * Easter gifts
      * Engagement present ideas
      * Wedding gifts
      * Anniversary gifts
      * Graduation gifts
      * Retirement gifts
      * Christening gifts
      * Baby shower gifts
      * Housewarming gifts
      * Thank you gifts
      * Farewell gifts
      * Halloween
      * Valentine's Day gifts
    * CHRISTMAS
      * Christmas gift ideas
      * Stocking fillers
      * Kris Kringle gifts
      * Christmas hampers
   
    * GIFTS BY BIRTHDAY
      * 1st birthday gifts
      * 18th birthday gifts
      * 21st birthday gifts
      * 30th birthday gifts
      * 40th birthday gifts
      * 50th birthday gifts
      * 60th birthday gifts
      * 70th birthday gifts
      * 80th birthday gifts
    * SHOP BY PERSONALITY
    * PERSONALISED GIFTS
    * CORPORATE GIFTS
    * MAGAZINE SUBSCRIPTIONS
    * HAMPERS
   
    * INSPIRATION
      * Quirky gifts
      * Australiana gifts
      * Sydney gifts
      * Melbourne gifts
      * Innovative gifts
      * Slogan gifts
      * Gin gifts
      * Prosecco gifts
      * Beer gifts
      * Cocktail gifts
      * Zodiac gifts
      * Star Wars gifts
      * Gifts for cat lovers
      * Gifts for dog lovers
      * Sausage dog gifts
      * Wellbeing gifts
      * Sympathy gifts
      * Small gifts
    * GIFTWRAP & CARDS
    * GIFT VOUCHERS
    * TRY OUR GIFT FINDER

 * GIFT FINDER
 * HOME & GARDEN HOME
    * SHOP BY ROOM
      * Bedroom
      * Bathroom accessories
      * Kitchen
      * Food
      * Dining
      * Office & study
      * Stationery
      * Laundry
   
    * HOME ACCESSORIES
      * Living & homewares
      * Cushions
      * Napery
      * Keepsakes
      * Candles
      * Home fragrance
      * Lighting
      * Smart lighting
      * Furniture
      * Wallpaper & murals
   
    * OUTDOOR & LEISURE
      * Garden
      * Tools
      * DIY kits
      * Sport & fitness
      * Games
      * Puzzles
      * Bikes & scooters
      * Beach
      * Travel
      * Books
      * Pets
   
    * TECH
      * Gadgets
      * Tech accessories
    * PARTIES & ENTERTAINING
    * HAMPERS
    * GIFTWRAP & CARDS
    * CHRISTMAS

 * PRINTS & ART ART
    * READY TO HANG
      * Framed prints
      * Stretched canvas
      * Plywood
      * Papercut & origami
      * Wall hangings
   
    * PRINTS (UNFRAMED)
      * Vintage
      * Typographic
      * Abstract
      * Illustrations
      * Patterns
      * Places, maps & travel
      * Landscape & nature
      * Birds & animals
      * People
   
    * PERSONALISED ART
    * WALL STICKERS
    * PHOTOGRAPHY
    * BLACK & WHITE PRINTS
   
    * ART FOR KIDS
      * Personalised art
      * Ready to hang
      * Prints (unframed)
      * Wall stickers for kids
      * Photography

 * FASHION
    * WOMEN'S FASHION
      * T-shirts
      * Dresses
      * Tops & shirts
      * Skirts
      * Knitwear
      * Cardigans
      * Sweats & hoodies
      * Coats & jackets
      * Shorts
      * Ponchos
      * Pants & jeans
      * Kaftans
      * Pyjamas
      * Underwear
      * Socks
      * Activewear
      * Jumpsuits
      * Rainwear
      * Co-ord sets
      * Loungewear
      * Swimwear
      * Travel sets
      * Kimonos
      * Sarongs
      * Fashion tech
      * Sun protection clothing
      * Maternity wear
      * Shoes
      * Accessories
   
    * MEN'S FASHION
      * T-shirts
      * Tops & shirts
      * Knitwear
      * Cardigans
      * Sweats & hoodies
      * Coats & jackets
      * Shorts
      * Pants & jeans
      * Pyjamas
      * Underwear
      * Socks
      * Activewear
      * Swimwear
      * Travel sets
      * Shoes
      * Accessories
      * Fashion tech
      * Sun protection clothing
   
    * WOMEN'S ACCESSORIES
      * Bags
      * Scarves
      * Belts
      * Beanies
      * Hats & caps
      * Hair accessories
      * Pocket mirrors
      * Handkerchiefs
      * Sunglasses
      * Phone charms
      * Glasses cases
      * Watches
      * Gloves
      * Umbrellas
      * Face masks
      * Watches for women
   
    * MEN'S ACCESSORIES
      * Bags
      * Scarves
      * Belts
      * Beanies
      * Hats & caps
      * Handkerchiefs
      * Sunglasses
      * Glasses cases
      * Bow ties
      * Cufflinks
      * Watches
      * Money clips
      * Umbrellas
      * Ties
      * Collar stays
      * Reading glasses
      * Hangers
      * Face masks
    * BAGS & PURSES
    * SHOES & BOOTS
    * BEAUTY & GROOMING

 * JEWELLERY
    * WOMEN'S JEWELLERY
      * Personalised jewellery
      * Rings
      * Necklaces
      * Pendants
      * Lockets
      * Stud earrings
      * Drop earrings
      * Hoop earrings
      * Long earrings
      * Clip earrings
      * Ear climbers
      * Bracelets
      * Bangles & cuffs
      * Anklets
      * Brooches
      * Charms
      * Zodiac jewellery
      * Jewellery storage
   
    * MEN'S JEWELLERY
      * Personalised jewellery for men
      * Rings for men
      * Necklaces for men
      * Bracelets for men
      * Bangles & cuffs for men
      * Jewellery storage for men

 * MEN
    * GIFT IDEAS
      * Gifts for men
      * Wine & beer gifts
      * Stylish gifts for him
      * Gifts for bearded men
      * Quirky gifts
      * Design gift ideas
      * The man cave
   
    * FASHION
      * T-shirts for men
      * Tops & shirts
      * Knitwear
      * Cardigans
      * Sweats & hoodies
      * Coats & jackets
      * Shorts
      * Pants & jeans
      * Pyjamas
      * Underwear
      * Socks
      * Activewear
      * Swimwear
      * Travel sets
   
    * SHOES
    * ACCESSORIES
      * Bags
      * Mens wallets
      * Scarves
      * Belts
      * Beanies
      * Hats & caps
      * Handkerchiefs
      * Sunglasses
      * Glasses cases
      * Bow ties
      * Cufflinks
      * Watches
      * Money clips
      * Umbrellas
      * Ties
      * Collar stays
   
    * JEWELLERY
      * Personalised jewellery for men
      * Rings for men
      * Necklaces for men
      * Bracelets for men
      * Bangles & cuffs for men
      * Jewellery storage for men
    * GROOMING
    * HOME
      * Prints & art
      * Home office
      * Gadgets
      * Tech accessories
    * BBQ ESSENTIALS
    * BIKES & BIKE GEAR
    * CAR ACCESSORIES

 * KIDS
    * GIFT IDEAS FOR KIDS
    * PLAYTIME
      * Toys
      * Fun gadgets
      * Outdoor play
      * Rainy day activities
      * Kids' games
      * Kids' cooking
      * Books
   
    * KIDS' CLOTHING
      * Baby clothes (0 - 3 years)
      * Baby accessories
      * Kids' fashion
      * Kids' accessories
   
    * KIDS' HOME
      * Bedtime
      * Bathtime
      * Mealtime
      * Study
      * Homewares
      * Furniture
      * Art for kids
    * PARTY TIME

 * WEDDINGS
    * WEDDING GIFTS
      * Engagement gifts
      * Gifts for the happy couple
      * Bridal party gifts
    * WEDDING STATIONERY
      * Wedding albums
      * Wedding planners
    * WEDDING PRINTS
    * WEDDING MEMENTO BOXES
    * BRIDAL ACCESSORIES
    * WEDDING JEWELLERY
   
    * WEDDING RECEPTION
      * Wedding favours
      * Wedding cake accessories
      * Guestbooks
    * HONEYMOON

 * INSPO

 1. Men
 2. Tech accessories
 3. iPhone, smartphone & iPod accessories

2993687
https://www.hardtofind.com.au/281330_kreafunk-recharge-plus?utm_source=3D3=
Kreafunk reCharge Plus
Ivory
Ivory
Ivory
Ivory


 * 
 * 
 * 
 * 







KREAFUNK RECHARGE PLUS


BY UNTIL

Ships from Surry Hills , Australia This item is made to order and will be
dispatched within 1 business day

$ $120.00 $120.00 + Free AU Shipping

Or 4 payments of $30.00 with Afterpay Afterpay
Own it from $10/wk




* Colour Please selectIvory
This field is required
ADD TO CART
or SEND AS AN INSTANT GIFT


LEFT YOUR GIFTING TO THE LAST MINUTE?


SEND AN INSTANT GIFT!

It’s a quick and easy way to make sure you never have to give someone an IOU.

Here’s how it works:

 * Choose from thousands of gifts on hardtofind – you can send any item as an
   instant gift!
 * Click on the ‘SEND AN INSTANT GIFT’ button and enter the recipient’s email
   (or your own) and a special message, then complete any personalisation fields
   to customise your gift.
 * As soon as payment is processed, we’ll send the recipient an email, telling
   them you’ve bought them a gift. Or you can email the gift to yourself, and
   print out the voucher at home to pop in a card.
 * When they click through to redeem their gift, it’ll be waiting in their cart
   with a voucher code to purchase.
 * They enter their mailing details and the gift is on its way!

What if the person wants to change their gift? No dramas. They'll be able to
swap it at checkout, by adding a different item (of the same value) to cart and
removing the original gift - too easy!

* Promo codes cannot be applied to gift voucher purchases


SEND AN INSTANT GIFT!

We’ll email the gift as a voucher –
it just takes one click to redeem!

60 characters remaining
60 characters remaining
60 characters remaining
240 characters remaining
ADD TO CART
{{{ errors }}}
Oops! You can’t add to cart yet! Close this window and fill out all the
personalisation options on the product page first.

* Learn more about instant gifts

 * Choose from thousands of gifts on hardtofind – you can send any item as an
   instant gift!
 * Click on the ‘SEND AN INSTANT GIFT’ button and enter the recipient’s email
   (or your own) and a special message, then complete any personalisation fields
   to customise your gift.
 * As soon as payment is processed, we’ll send the recipient an email, telling
   them you’ve bought them a gift. Or you can email the gift to yourself, and
   print out the voucher at home to pop in a card.
 * When they click through to redeem their gift, it’ll be waiting in their cart
   with a voucher code to purchase.
 * They enter their mailing details and the gift is on its way!

What if the person wants to change their gift? No dramas. They'll be able to
swap it at checkout, by adding a different item (of the same value) to cart and
removing the original gift - too easy!

* Promo codes cannot be applied to gift voucher purchases

Select from the highlighted option/s

{{ #instant_gift }}


INSTANT GIFT ADDED TO CART

{{ /instant_gift }} {{ ^instant_gift }}


ADDED TO CART

{{ #next_reward }}

Spend {{ next_reward.distance }}* more to earn a {{ next_reward.reward }} HTF
Reward.

{{ /next_reward }} {{ ^next_reward }} {{ #has_current_reward }}

You'll earn a {{ current_reward.reward }} HTF Reward with this order*

{{ /has_current_reward }} {{ /next_reward }} {{ /instant_gift }}
KEEP SHOPPING
CHECKOUT
*Calculated exclusive of any store credit, gift vouchers or promo codes used at
checkout.
It looks like the combination you've selected is not available at this time


WE RECOMMEND

Vintage pantry label collection (35 labels)

by The Pantry Label Shop

$29.95

FREE AU SHIPPING

hardtofind gift vouchers from $50

by hardtofind

$50.00

FREE AU SHIPPING

Personalised Name Cushion

by Little Ragsmith

$132.00

FREE AU SHIPPING

Laguiole by Louis Thiers Artisan 6-piece steak knife set with olive wood handles
in a timber storage case

by Laguiole Australia

$244.65 $699.00

FREE AU SHIPPING

Personalised 'Why I'm Daddy's Girl / Boy' First Father's Day Book

by FromLucy

$49.95

FREE AU SHIPPING

Australian whisky tasting set

by White Possum

$149.00

FREE AU SHIPPING

Description
…show more

International shipping

Dimensions:

118 x 65 x 64mm (upright position)
143 x 70 x 16mm (folded up)

Material:

Electrical components, plastic

Description:

15W wireless charger with additional charging zones for phone accessories.

- The foldable reCHARGE+ charges your phone, earbuds and Apple watch
simultaneously.
- Space-conscious design that makes it an upscale nightstand or desk charging
station, folding up to make it easy to travel with too!
- Handy subtle light at the base flashes as a charge and battery indicator.

Get effortless wireless charging on-the-go.

Features:
- Qi wireless fast charging - compatible with Qi enabled devices
- Front: 15W for phones
- Back: 3W for earbuds and 2W for Apple watches
- Charging distance: &#8806;8mm
- Horizontal and vertical charging
- Charging cable included

ASK SELLER A QUESTION

Delivery:

This item will dispatch from Until's warehouse on 3rd Jul 2023. Normal delivery
times from Australia will then apply. Shipping options available at checkout
include:

Delivery to Australia Delivery from dispatch Price FREE shipping included 2–7
days FREE Standard shipping (tracked) 2–7 days FREE

Other delivery zones Delivery from dispatch* Price New Zealand 5–10 days FREE

* Delivery times may vary for regional areas.

Delivery

This item will dispatch from Until's warehouse on 3rd Jul 2023. Normal delivery
times from Australia will then apply. Shipping options available at checkout
include:

Delivery to Australia Delivery from dispatch Price FREE shipping included 2–7
days FREE Standard shipping (tracked) 2–7 days FREE

Other delivery zones Delivery from dispatch* Price New Zealand 5–10 days FREE

* Delivery times may vary for regional areas.


ALSO BY THIS SELLER

Porter Ceramic Mug (various colours)

by Until

$54.95

Aery Living Orbital Step Ceramic Candle Holder Large

by Until

$24.99 $59.95

Aery Living Orbital Ceramic Candle Holder Medium

by Until

$19.94 $39.95

Dock & Bay Baby Wash Mitt Animal Collection 100% Recycled - Frankie Frog

by Until

$29.95

Dock & Bay Beach Towel Celebrations Collection L 100% Recycled Confetti Cannon

by Until

$39.95 $59.95

Monbento MB Original Lunch Box Natural Blue

by Until

$79.95

Happy Socks Beatles Gift Set (0200) 4-Pack 41-46

by Until

$99.95

Kreafunk aWake 2 Clock Speaker and Wireless Charger

by Until

$140.00

Aarke PET Water Bottle Small 400mL

by Until

$49.95

Suck UK Cat Playhouse Scratch Skateboard

by Until

$49.95 $89.95

Kreafunk Care Series aBean In Ear Wireless Headphones

by Until

$74.95 $125.00

Eva Solo : Green Tool Herb Chopper Wheat

by Until

$39.95 $69.95

Monbento MB Tresor Kids Lunch Box

by Until

$54.95

Kreafunk toCharge Mini Powerbank v.1

by Until

$34.95 $59.95

IZIPIZI Sun Collection H Sunglasses

by Until

$89.95

Pyrpopet kisa candle

by Until

$39.95 $69.95

Eva Solo bird feeder

by Until

$145.00

Happy Socks Half Stripe Sock (6501)

by Until

$29.95

Happy Socks Surfs Up Sock (7000)

by Until

$29.95

Happy Socks Toast Sock (7300)(41-46)

by Until

$29.95

« »



POPULAR THIS WEEK

Moon Wireless Charging Pad (various colours)

by HButler

$59.95

Kreafunk toCharge Mini Powerbank v.1

by Until

$34.95 $59.95

Slim power bank with integrated Apple Lightning cable and Micro USB cable (3 in
1)

by TEKQO

$44.99

Kreafunk Wicharge 2 Wireless Charger

by Until

$79.95

The Paddington Tough Phone Case

by Our Neighbourhood Collective

$45.00

Custom Christmas Pet Illustrated Phone Case with Santa Hat and Christmas Lights
- The Christmas Collection

by New Age Walls

$98.00

Merry Merry Merry Phone Cases - The Christmas Collection - Apple and Android

by New Age Walls

$63.00

Oh Deer Christmas Phone Cases - The Christmas Collection - Apple and Android

by New Age Walls

$63.00

Christmas Phone Case - Xmas Mobile Cover - EXPRESS SHIPPED!

by New Age Walls

$63.00

Custom Illustrated Phone Cases for Christmas - Tough Matte Custom Phone Cover

by New Age Walls

$98.00

Personalised Samsung Galaxy Accessory Stand

by MijMoj Design

$87.20 $109.00

Custom Illustrated Phone Cases - Tough Matte Custom Phone Cover

by New Age Walls

$98.00

Personalised Phone Stand With Storage Tray | Apple iPhone & AirPods Charging
Station

by MijMoj Design

$71.20 $89.00

The Extra Cover - Italian leather cricket iPhone Folio Case

by The Game

$129.00

The Cover - Italian leather cricket iPhone Case

by The Game

$69.00

Personalised Phone Stand And Mini Speaker

by MijMoj Design

$71.20 $89.00

Black Vegan Leather iPhone Wallet Case

by Lisa Angel

$56.90

Personalised Vegan Leather AirPods Case

by Lisa Angel

$60.90

Black Vegan Leather iPhone Wallet Case

by Lisa Angel

$55.90

Personalised Vegan Leather Airpods Pro Case

by Lisa Angel

$61.90

« »


Contact: Until

Subject: Kreafunk reCharge Plus

Loading...
{{ #logged_in }}

Message*

SUBMIT

Thanks for your message, the seller will be in contact shortly

Close

Sorry there was a problem submitting your message

{{ /logged_in }} {{ ^logged_in }}

Please sign in or create an account to ask a question about this product.

SIGN IN / CREATE AN ACCOUNT {{ /logged_in }}


Sell With Us

Are you a maker or designer of extraordinary things?

We'd love to hear from you

In Da Club

Sign up for emails choc-full of new arrivals, top sellers and banter.

Excellent, loads of awesomeness will be coming to your inbox soon!

{{ ^errors.error }} Error subscribing! {{ /errors.error }} {{{ errors.error }}}

Help

 * About us
 * How hardtofind works
 * HTF rewards
 * Gift vouchers
 * Student discount
 * Contact & support

 * 
 * 
 * 
 * 

More about Hardtofind

We've scoured Australia – and the wider world – for unique, exceptional products
from independent craftspeople and manufacturers. And we've brought them all
together on hardtofind.com.au. Through our website, it's easy to buy stunning
sandals from Byron Bay; Paris-designed hot-dog rings and mugs with attitude from
England – all through the one checkout and purchase process, all with the
support of our dedicated customer service team if anything goes awry. Once you
buy from us, the seller will send you your items directly, for that extra
personal touch.

loved by



 


TERMS & CONDITIONS | COOKIE POLICY | PRIVACY POLICY | SITE MAP
*Excludes large, heavy items. Copyright 2022 hardtofind. All rights reserved.

 * NEW
 * GIFTS GIFTS
   * GIFTS BY RECIPIENT
     * Gifts for him
     * Gifts for her
     * Gifts for them
     * Gifts for husband
     * Gifts for wife
     * Boyfriend gifts
     * Girlfriend gifts
     * Gifts for Dad
     * Gifts for Mum
     * Gifts for grandparents
     * Gifts for teens
     * Gifts for kids
     * Baby gifts
     * Family gifts
     * Friendship gifts
     * Gifts for teachers
     * Couple gift ideas
     * Gifts for pets
   * GIFTS BY OCCASION
     * Father's Day gifts
     * Mother's Day gifts
     * Easter gifts
     * Engagement present ideas
     * Wedding gifts
     * Anniversary gifts
     * Graduation gifts
     * Retirement gifts
     * Christening gifts
     * Baby shower gifts
     * Housewarming gifts
     * Thank you gifts
     * Farewell gifts
     * Halloween
     * Valentine's Day gifts
   * CHRISTMAS
     * Christmas gift ideas
     * Stocking fillers
     * Kris Kringle gifts
     * Christmas hampers
   * GIFTS BY BIRTHDAY GIFTS BY BIRTHDAY
     * 1st birthday gifts
     * 18th birthday gifts
     * 21st birthday gifts
     * 30th birthday gifts
     * 40th birthday gifts
     * 50th birthday gifts
     * 60th birthday gifts
     * 70th birthday gifts
     * 80th birthday gifts
   * SHOP BY PERSONALITY
   * PERSONALISED GIFTS
   * CORPORATE GIFTS
   * MAGAZINE SUBSCRIPTIONS
   * HAMPERS
   * INSPIRATION INSPIRATION
     * Quirky gifts
     * Australiana gifts
     * Sydney gifts
     * Melbourne gifts
     * Innovative gifts
     * Slogan gifts
     * Gin gifts
     * Prosecco gifts
     * Beer gifts
     * Cocktail gifts
     * Zodiac gifts
     * Star Wars gifts
     * Gifts for cat lovers
     * Gifts for dog lovers
     * Sausage dog gifts
     * Wellbeing gifts
     * Sympathy gifts
     * Small gifts
   * GIFTWRAP & CARDS
   * GIFT VOUCHERS
   * TRY OUR GIFT FINDER
 * GIFT FINDER
 * HOME & GARDEN HOME & GARDEN
   * SHOP BY ROOM
     * Bedroom
     * Bathroom accessories
     * Kitchen
     * Food
     * Dining
     * Office & study
     * Stationery
     * Laundry
   * HOME ACCESSORIES
     * Living & homewares
     * Cushions
     * Napery
     * Keepsakes
     * Candles
     * Home fragrance
     * Lighting
     * Smart lighting
     * Furniture
     * Wallpaper & murals
   * OUTDOOR & LEISURE
     * Garden
     * Tools
     * DIY kits
     * Sport & fitness
     * Games
     * Puzzles
     * Bikes & scooters
     * Beach
     * Travel
     * Books
     * Pets
   * TECH
     * Gadgets
     * Tech accessories
   * PARTIES & ENTERTAINING
   * HAMPERS
   * GIFTWRAP & CARDS
   * CHRISTMAS
 * PRINTS & ART PRINTS & ART
   * READY TO HANG READY TO HANG
     * Framed prints
     * Stretched canvas
     * Plywood
     * Papercut & origami
     * Wall hangings
   * PRINTS (UNFRAMED) PRINTS (UNFRAMED)
     * Vintage
     * Typographic
     * Abstract
     * Illustrations
     * Patterns
     * Places, maps & travel
     * Landscape & nature
     * Birds & animals
     * People
   * PERSONALISED ART
   * WALL STICKERS
   * PHOTOGRAPHY
   * BLACK & WHITE PRINTS
   * ART FOR KIDS ART FOR KIDS
     * Personalised art
     * Ready to hang
     * Prints (unframed)
     * Wall stickers for kids
     * Photography
 * FASHION FASHION
   * WOMEN'S FASHION WOMEN'S FASHION
     * T-shirts
     * Dresses
     * Tops & shirts
     * Skirts
     * Knitwear
     * Cardigans
     * Sweats & hoodies
     * Coats & jackets
     * Shorts
     * Ponchos
     * Pants & jeans
     * Kaftans
     * Pyjamas
     * Underwear
     * Socks
     * Activewear
     * Jumpsuits
     * Rainwear
     * Co-ord sets
     * Loungewear
     * Swimwear
     * Travel sets
     * Kimonos
     * Sarongs
     * Fashion tech
     * Sun protection clothing
     * Maternity wear
     * Shoes
     * Accessories
   * MEN'S FASHION MEN'S FASHION
     * T-shirts
     * Tops & shirts
     * Knitwear
     * Cardigans
     * Sweats & hoodies
     * Coats & jackets
     * Shorts
     * Pants & jeans
     * Pyjamas
     * Underwear
     * Socks
     * Activewear
     * Swimwear
     * Travel sets
     * Shoes
     * Accessories
     * Fashion tech
     * Sun protection clothing
   * WOMEN'S ACCESSORIES WOMEN'S ACCESSORIES
     * Bags
     * Scarves
     * Belts
     * Beanies
     * Hats & caps
     * Hair accessories
     * Pocket mirrors
     * Handkerchiefs
     * Sunglasses
     * Phone charms
     * Glasses cases
     * Watches
     * Gloves
     * Umbrellas
     * Face masks
     * Watches for women
   * MEN'S ACCESSORIES MEN'S ACCESSORIES
     * Bags
     * Scarves
     * Belts
     * Beanies
     * Hats & caps
     * Handkerchiefs
     * Sunglasses
     * Glasses cases
     * Bow ties
     * Cufflinks
     * Watches
     * Money clips
     * Umbrellas
     * Ties
     * Collar stays
     * Reading glasses
     * Hangers
     * Face masks
   * BAGS & PURSES
   * SHOES & BOOTS
   * BEAUTY & GROOMING
 * JEWELLERY JEWELLERY
   * WOMEN'S JEWELLERY WOMEN'S JEWELLERY
     * Personalised jewellery
     * Rings
     * Necklaces
     * Pendants
     * Lockets
     * Stud earrings
     * Drop earrings
     * Hoop earrings
     * Long earrings
     * Clip earrings
     * Ear climbers
     * Bracelets
     * Bangles & cuffs
     * Anklets
     * Brooches
     * Charms
     * Zodiac jewellery
     * Jewellery storage
   * MEN'S JEWELLERY MEN'S JEWELLERY
     * Personalised jewellery for men
     * Rings for men
     * Necklaces for men
     * Bracelets for men
     * Bangles & cuffs for men
     * Jewellery storage for men
 * MEN MEN
   * GIFT IDEAS
     * Gifts for men
     * Wine & beer gifts
     * Stylish gifts for him
     * Gifts for bearded men
     * Quirky gifts
     * Design gift ideas
     * The man cave
   * FASHION FASHION
     * T-shirts for men
     * Tops & shirts
     * Knitwear
     * Cardigans
     * Sweats & hoodies
     * Coats & jackets
     * Shorts
     * Pants & jeans
     * Pyjamas
     * Underwear
     * Socks
     * Activewear
     * Swimwear
     * Travel sets
   * SHOES
   * ACCESSORIES ACCESSORIES
     * Bags
     * Mens wallets
     * Scarves
     * Belts
     * Beanies
     * Hats & caps
     * Handkerchiefs
     * Sunglasses
     * Glasses cases
     * Bow ties
     * Cufflinks
     * Watches
     * Money clips
     * Umbrellas
     * Ties
     * Collar stays
   * JEWELLERY JEWELLERY
     * Personalised jewellery for men
     * Rings for men
     * Necklaces for men
     * Bracelets for men
     * Bangles & cuffs for men
     * Jewellery storage for men
   * GROOMING
   * HOME
     * Prints & art
     * Home office
     * Gadgets
     * Tech accessories
   * BBQ ESSENTIALS
   * BIKES & BIKE GEAR
   * CAR ACCESSORIES
 * KIDS KIDS
   * GIFT IDEAS FOR KIDS
   * PLAYTIME
     * Toys
     * Fun gadgets
     * Outdoor play
     * Rainy day activities
     * Kids' games
     * Kids' cooking
     * Books
   * KIDS' CLOTHING
     * Baby clothes (0 - 3 years)
     * Baby accessories
     * Kids' fashion
     * Kids' accessories
   * KIDS' HOME
     * Bedtime
     * Bathtime
     * Mealtime
     * Study
     * Homewares
     * Furniture
     * Art for kids
   * PARTY TIME
 * WEDDINGS WEDDINGS
   * WEDDING GIFTS
     * Engagement gifts
     * Gifts for the happy couple
     * Bridal party gifts
   * WEDDING STATIONERY WEDDING STATIONERY
     * Wedding albums
     * Wedding planners
   * WEDDING PRINTS
   * WEDDING MEMENTO BOXES
   * BRIDAL ACCESSORIES
   * WEDDING JEWELLERY
   * WEDDING RECEPTION WEDDING RECEPTION
     * Wedding favours
     * Wedding cake accessories
     * Guestbooks
   * HONEYMOON
 * INSPO
 * my wishlist
 * my account
 * change currency

Close the sidebar

SHOP & SHIP
INTERNATIONAL

Choose your shipping destination: Australia New Zealand United Kingdom United
States Hong Kong Singapore Japan China ------------ Afghanistan Albania Algeria
American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina
Armenia Aruba Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus
Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana
Bouvet Island Brazil British Indian Ocean Territory Brunei Darussalam Bulgaria
Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central
African Republic Chad Chile Christmas Island Cocos (Keeling) Islands Colombia
Comoros Congo Congo, the Democratic Republic of the Cook Islands Costa Rica Cote
D'Ivoire Croatia Cuba Cyprus Czech Republic Denmark Djibouti Dominica Dominican
Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia
Falkland Islands (Malvinas) Faroe Islands Fiji Finland France French Guiana
French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana
Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guinea
Guinea-Bissau Guyana Haiti Heard Island and Mcdonald Islands Holy See (Vatican
City State) Honduras Hungary Iceland India Indonesia Iran, Islamic Republic of
Iraq Ireland Israel Italy Jamaica Jordan Kazakhstan Kenya Kiribati Korea,
Democratic People's Republic of Korea, Republic of Kuwait Kyrgyzstan Lao
People's Democratic Republic Latvia Lebanon Lesotho Liberia Libyan Arab
Jamahiriya Liechtenstein Lithuania Luxembourg Macao Macedonia, the Former
Yugoslav Republic of Madagascar Malawi Malaysia Maldives Mali Malta Marshall
Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia, Federated
States of Moldova, Republic of Monaco Mongolia Montserrat Morocco Mozambique
Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia
Nicaragua Niger Nigeria Niue Norfolk Island Northern Mariana Islands Norway Oman
Pakistan Palau Palestinian Territory, Occupied Panama Papua New Guinea Paraguay
Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania
Russian Federation Rwanda Saint Helena Saint Kitts and Nevis Saint Lucia Saint
Pierre and Miquelon Saint Vincent and the Grenadines Samoa San Marino Sao Tome
and Principe Saudi Arabia Senegal Serbia and Montenegro Seychelles Sierra Leone
Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and the
South Sandwich Islands Spain Sri Lanka Sudan Suriname Svalbard and Jan Mayen
Swaziland Sweden Switzerland Syrian Arab Republic Taiwan, Province of China
Tajikistan Tanzania, United Republic of Thailand Timor-Leste Togo Tokelau Tonga
Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu
Uganda Ukraine United Arab Emirates United States Minor Outlying Islands Uruguay
Uzbekistan Vanuatu Venezuela Viet Nam Virgin Islands, British Virgin Islands,
U.s. Wallis and Futuna Western Sahara Yemen Zambia Zimbabwe
Choose your currency: $AUD $NZD $USD £GBP €EUR $HKD $SGD ¥JPY ¥CNY

Please note that you will be charged in $AU. The charge shown in your local
currency is an estimate, but may vary based on the exchange rate used by your
credit card or bank. All prices include applicable taxes.

Start Shopping

We’ve noticed you’re not in Australia. To shop using your local currency and
shipping location, please click here
We also use cookies to provide the best shopping experience. By continuing on
our site you are accepting our cookies.



WANT $15 OFF*
YOUR FIRST ORDER?

Sign up for a daily dose of gotta-have-it new arrivals, top sellers and banter

ADD ME



* Minimum spend $149

SUCCESS!

A little something ‘promo code’ is waiting for you in your inbox.

Now go! Go! Shop outside the box.

{{ ^errors.error }} Error subscribing! {{ /errors.error }} {{{ errors.error }}}

We’d like to send you notifications for special offers and new stuff.


SubscribeLater