www.ubersignal.com Open in urlscan Pro
209.126.30.101  Public Scan

Submitted URL: http://www.ubersignal.com/
Effective URL: https://www.ubersignal.com/
Submission: On October 27 via manual from SG — Scanned from SG

Form analysis 15 forms found in the DOM

GET https://www.ubersignal.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.ubersignal.com/catalogsearch/result/" method="get" data-hs-cf-bound="true">
  <div class="relative">
    <label class="sr-only" for="search"> Search entire store here... </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="w-full p-3 text-md leading-normal transition appearance-none text-primary border-gray-400
                        focus:outline-none focus:border-transparent" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search entire store here..." maxlength="128">
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white border border-solid border-gray-400 z-50 w-full py-3 filter drop-shadow-lg lg:drop-shadow-2xl">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="w-full px-5 py-4">
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold text-lg mb-5 text-primary-darker border-b border-gray-200 pb-1.5" x-text="templates[searchResultByType[0].type].title"></div>
          </template>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold text-lg mb-5 text-primary-darker border-b border-gray-200 pb-1.5" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template>
          <template x-for="searchResult in searchResultByType">
            <div class="">
              <template x-if="searchResult.type == 'term'">
                <a class="w-full block mb-3 text-primary hover:text-link-lighter" x-bind:href="'https://www.ubersignal.com/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product'">
                <a class="w-full block py-2" :href="searchResult.url" :title="searchResult.title">
        <div class="flex flex-row">
            <div class="w-18 text-center flex-shrink-0">
                <img :src="searchResult.image" class="inline-block">
            </div>
            <div class="ml-6">
                <span class="text-sm text-primary-darker hover:text-link-lighter" x-text="searchResult.title"></span>
                <span class="text-sm font-medium" x-html="searchResult.price"></span>
            </div>
        </div>
    </a>
              </template>
              <template x-if="searchResult.type == 'category'">
                <a class="w-full block mb-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
        <span class="text-sm hover:text-link-lighter" x-text="searchResult.title"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product_attribute'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
              </template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script>
              <template x-if="searchResult.type == 'cms_page'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form" data-hs-cf-bound="true">
  <div class="control">
    <input type="hidden" value="" class="form-input" name="g-recaptcha-response">
  </div>
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="customer-email">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary"> Sign In </button>
      <a href="https://www.ubersignal.com/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/923/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/923/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="923">
  <a href="https://www.ubersignal.com/cel-fi-go-x-signal-booster-system.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-923.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi_gox-mainimage_with_celfi_accessories.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi_gox-mainimage_with_celfi_accessories-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-923.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi_gox-mainimage_with_celfi_accessories.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi_gox-mainimage_with_celfi_accessories-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-923.window="$el.src = $event.detail" alt="Cel-Fi GO X Smart Signal Booster System" title="Cel-Fi GO X Smart Signal Booster System" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi_gox-mainimage_with_celfi_accessories.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/cel-fi-go-x-signal-booster-system.html">
                Cel-Fi GO X Smart Signal Booster System            </a>
    </div>
    <script>
      function initPriceBox__653a8ad26968d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad26968d()" @update-prices-923.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="923" data-price-box="product-id-923">
        <p class="minimal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="from-923" data-price-amount="1099.99" data-price-type="" class="price-wrapper "><span class="price">$1,099.99</span></span>
          </span>
        </p>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="Cel-Fi-GO-X" rating-snippet-batch="0" data-retrieved="true" title="4.94 Stars - 35 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(35 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul>
        <li>Most powerful single carrier (either Verizon, AT&amp;T or T-Mobile/Sprint) booster on the market.</li>
        <li>Can be configured for either stationary or mobile use.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/max_boosting.png" alt="Maximum Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Maximum Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful booster available to consumers without special licensing.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad26968d()" @update-prices-923.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="923" data-price-box="product-id-923">
        <p class="minimal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="from-923" data-price-amount="1099.99" data-price-type="" class="price-wrapper "><span class="price">$1,099.99</span></span>
          </span>
        </p>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(923)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/512/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/512/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="512">
  <a href="https://www.ubersignal.com/surecall-fusion5s-72db-signal-booster-kit-voice-3g-4g-lte.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-512.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion5s_yagi_panel.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion5s_yagi_panel-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-512.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion5s_yagi_panel.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion5s_yagi_panel-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-512.window="$el.src = $event.detail" alt="SureCall Fusion5s 72dB Signal Booster Kit - Voice, 3G &amp; 4G LTE - Yagi and Panel Kit" title="SureCall Fusion5s 72dB Signal Booster Kit - Voice, 3G &amp; 4G LTE - Yagi and Panel Kit" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion5s_yagi_panel.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/surecall-fusion5s-72db-signal-booster-kit-voice-3g-4g-lte.html">
                SureCall Fusion5s 2.0 72dB Signal Booster Kit            </a>
    </div>
    <script>
      function initPriceBox__653a8ad278f90() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad278f90()" @update-prices-512.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="512" data-price-box="product-id-512"><span class="normal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-512" data-price-amount="850" data-price-type="finalPrice" class="price-wrapper "><span class="price">$850.00</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="SC-PolysH/O-72-KIT" rating-snippet-batch="0" data-retrieved="true" title="4.63 Stars - 97 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--75"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(97 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="details">
        <li>Best for areas where you don't need long cables and want a choice of antennas.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful multi-carrier booster available.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad278f90()" @update-prices-512.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="512" data-price-box="product-id-512"><span class="normal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-512" data-price-amount="850" data-price-type="finalPrice" class="price-wrapper "><span class="price">$850.00</span></span>
          </span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(512)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/979/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/979/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="979">
  <a href="https://www.ubersignal.com/weboost-home-multiroom-signal-booster-470144.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-979.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/h/o/home_multiroom_box_with_product_web.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/h/o/home_multiroom_box_with_product_web-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-979.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/h/o/home_multiroom_box_with_product_web.jpeg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/h/o/home_multiroom_box_with_product_web.jpeg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-979.window="$el.src = $event.detail" alt="weBoost Home MultiRoom Signal Booster | 470144" title="weBoost Home MultiRoom Signal Booster | 470144" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/h/o/home_multiroom_box_with_product_web.jpeg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-home-multiroom-signal-booster-470144.html">
                weBoost Home MultiRoom Signal Booster | 470144            </a>
    </div>
    <script>
      function initPriceBox__653a8ad27dc4a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad27dc4a()" @update-prices-979.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="979" data-price-box="product-id-979">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-979" data-price-amount="569.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$569.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="470144" rating-snippet-batch="0" data-retrieved="true" title="4.64 Stars - 195 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--75"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(195 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul>
        <li> The improved version of the bestselling weBoost midsize system. </li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/medium_boosting.png" alt="Medium Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Medium Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Suitable for multiple rooms that need better signal.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad27dc4a()" @update-prices-979.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="979" data-price-box="product-id-979">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-979" data-price-amount="569.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$569.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(979)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/902/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/902/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="902">
  <a href="https://www.ubersignal.com/surecall-flare-signal-booster-kit-with-yagi-outside-antenna.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-902.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/l/flare_3_box_badge.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/l/flare_3_box_badge-2x.webp 2x">
        
        <source type="image/png" x-data="" @jajuma-uio-update-gallery-902.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/l/flare_3_box_badge.png 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/l/flare_3_box_badge-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-902.window="$el.src = $event.detail" alt="SureCall Flare 3.0 Signal Booster Kit with Yagi Outside Antenna" title="SureCall Flare 3.0 Signal Booster Kit with Yagi Outside Antenna" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/l/flare_3_box_badge.png" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/surecall-flare-signal-booster-kit-with-yagi-outside-antenna.html">
                SureCall Flare 3.0 Signal Booster Kit with Yagi Outside Antenna            </a>
    </div>
    <script>
      function initPriceBox__653a8ad27eece() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad27eece()" @update-prices-902.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="902" data-price-box="product-id-902">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Special Price</span>
            <span id="product-price-902" data-price-amount="299.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$299.99</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Regular Price</span>
            <span id="old-price-902" data-price-amount="379.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$379.99</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="SC-Flare3US" rating-snippet-batch="0" data-retrieved="true" title="4.64 Stars - 36 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--75"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(36 Reviews)</span></div>
    </div>
    <div class="category_description">
      <div class="details_cont">
        <ul class="details">
          <li>Best for one large or multiple small rooms where you have a weak to medium outside signal.</li>
        </ul>
      </div>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/low_boosting.png" alt="Entry-Level Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Entry-Level Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Suitable for small spaces that need better signal.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_installer.png" alt="Installation Available Separately" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Installation Available Separately</p>
          <p class="mb-0 text-sm text-primary-lighter">Professional installation is available for an additional charge or the customer can install it themselves.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad27eece()" @update-prices-902.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="902" data-price-box="product-id-902">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Special Price</span>
            <span id="product-price-902" data-price-amount="299.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$299.99</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Regular Price</span>
            <span id="old-price-902" data-price-amount="379.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$379.99</span></span>
          </span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(902)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/949/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/949/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="949">
  <a href="https://www.ubersignal.com/weboost-drive-reach-otr-signal-booster-kit.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-949.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereachotr.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereachotr-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-949.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereachotr.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereachotr-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-949.window="$el.src = $event.detail" alt="weBoost Drive Reach OTR Signal Booster" title="weBoost Drive Reach OTR Signal Booster" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereachotr.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-drive-reach-otr-signal-booster-kit.html">
                weBoost 477154 Drive Reach OTR Signal Booster Kit            </a>
    </div>
    <script>
      function initPriceBox__653a8ad284efa() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad284efa()" @update-prices-949.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="949" data-price-box="product-id-949">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-949" data-price-amount="519.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$519.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="477154" rating-snippet-batch="0" data-retrieved="true" title="4.49 Stars - 37 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--50"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(37 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="features">
        <li>Best for boosting signal in your Semi Truck.</li>
        <li>Most powerful uplink and downlink of any weBoost vehicle booster, so you can be as far from the cell towers as possible.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Be as far from the cell towers as possible while driving and still receive a usable signal.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad284efa()" @update-prices-949.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="949" data-price-box="product-id-949">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-949" data-price-amount="519.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$519.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(949)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/942/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/942/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="942">
  <a href="https://www.ubersignal.com/weboost-470154-drive-reach-mobile-signal-booster-kit.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-942.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereach_family.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereach_family-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-942.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereach_family.jpeg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereach_family.jpeg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-942.window="$el.src = $event.detail" alt="weBoost 470154 Drive Reach Mobile Signal Booster Kit" title="weBoost 470154 Drive Reach Mobile Signal Booster Kit" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/r/drivereach_family.jpeg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-470154-drive-reach-mobile-signal-booster-kit.html">
                weBoost 470154 Drive Reach Mobile Signal Booster Kit            </a>
    </div>
    <script>
      function initPriceBox__653a8ad28641a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad28641a()" @update-prices-942.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="942" data-price-box="product-id-942">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-942" data-price-amount="499.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$499.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="470154" rating-snippet-batch="0" data-retrieved="true" title="4.39 Stars - 41 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--50"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(41 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="features">
        <li>Most powerful uplink and downlink of any weBoost vehicle booster, so you can be as far from the cell towers as possible.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Be as far from the cell towers as possible while driving and still receive a usable signal.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad28641a()" @update-prices-942.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="942" data-price-box="product-id-942">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-942" data-price-amount="499.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$499.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(942)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/761/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/761/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="761">
  <a href="https://www.ubersignal.com/surecall-fusion2go-3-0-4g-extreme-mobile-signal-booster-kit.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-761.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion2go3_kit_web.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion2go3_kit_web-2x.webp 2x">
        
        <source type="image/png" x-data="" @jajuma-uio-update-gallery-761.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion2go3_kit_web.png 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion2go3_kit_web-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-761.window="$el.src = $event.detail" alt="SureCall Fusion2Go 3.0" title="SureCall Fusion2Go 3.0" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/f/u/fusion2go3_kit_web.png" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/surecall-fusion2go-3-0-4g-extreme-mobile-signal-booster-kit.html">
                SureCall Fusion2Go 3.0 Extreme Mobile Signal Booster Kit            </a>
    </div>
    <script>
      function initPriceBox__653a8ad287678() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad287678()" @update-prices-761.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="761" data-price-box="product-id-761">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-761" data-price-amount="399.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$399.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="SC-Fusion2go3" rating-snippet-batch="0" data-retrieved="true" title="4.82 Stars - 11 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--75"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(11 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="features">
        <li>The only vehicle signal booster more powerful is the&nbsp;<a href="https://www.ubersignal.com/surecall-fusion2go-max-mobile-signal-booster-kit.html">Fusion2Go Max signal booster</a>.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Be as far from the cell towers as possible while driving and still receive a usable signal.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad287678()" @update-prices-761.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="761" data-price-box="product-id-761">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-761" data-price-amount="399.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$399.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(761)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/1125/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20v/product/1125/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="1125">
  <a href="https://www.ubersignal.com/weboost-destination-rv-signal-booster-kit-470159.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-1125.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/e/destinationrv_family_1_.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/e/destinationrv_family_1_-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-1125.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/e/destinationrv_family_1_.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/e/destinationrv_family_1_-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-1125.window="$el.src = $event.detail" alt="weBoost Destination RV Signal Booster Kit | 470159" title="weBoost Destination RV Signal Booster Kit | 470159" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/d/e/destinationrv_family_1_.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-destination-rv-signal-booster-kit-470159.html">
                weBoost Destination RV Signal Booster Kit | 470159            </a>
    </div>
    <script>
      function initPriceBox__653a8ad2887ac() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a8ad2887ac()" @update-prices-1125.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1125" data-price-box="product-id-1125">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1125" data-price-amount="649.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$649.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="470159" rating-snippet-batch="0" data-retrieved="true" title="4.68 Stars - 19 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--75"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(19 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="details">
        <li>Most powerful system for boosting signal in your RV while stopped.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/max_boosting.png" alt="Maximum Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Maximum Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Get the strongest boosting power while your vehicle is parked.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a8ad2887ac()" @update-prices-1125.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1125" data-price-box="product-id-1125">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1125" data-price-amount="649.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$649.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1125)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/865/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/865/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="865">
  <a href="https://www.ubersignal.com/cel-fi-quatra-1000-active-das-hybrid-signal-booster-system.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-865.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi-quatra.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi-quatra-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-865.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi-quatra.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi-quatra-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-865.window="$el.src = $event.detail" alt="Cel-Fi QUATRA 1000 Active DAS Hybrid Signal Booster System" title="Cel-Fi QUATRA 1000 Active DAS Hybrid Signal Booster System" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/c/e/cel-fi-quatra.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/cel-fi-quatra-1000-active-das-hybrid-signal-booster-system.html">
                Cel-Fi QUATRA Active DAS Hybrid Signal Booster System            </a>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="QUATRA" rating-snippet-batch="0" data-retrieved="true" style="color: rgb(255, 208, 0);"></div>
    </div>
    <div class="category_description">
      <ul class="details">
        <li>100 dB of gain for maximum performance in an Active DAS hybrid system</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/max_boosting.png" alt="Maximum Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Maximum Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful booster available to consumers without special licensing.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_installer.png" alt="Installation Available Separately" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Installation Available Separately</p>
          <p class="mb-0 text-sm text-primary-lighter">Professional installation is available for an additional charge or the customer can install it themselves.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(865)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/1142/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/1142/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="1142">
  <a href="https://www.ubersignal.com/weboost-installed-office-200-with-professional-installation-473047.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-1142.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200installed.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200installed-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-1142.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200installed.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200installed-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-1142.window="$el.src = $event.detail" alt="weBoost Installed | Office 200 with Professional Installation | 473047" title="weBoost Installed | Office 200 with Professional Installation | 473047" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200installed.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-installed-office-200-with-professional-installation-473047.html">
                weBoost Installed | Office 200 with Professional Installation | 473047            </a>
    </div>
    <script>
      function initPriceBox__653a940330374() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a940330374()" @update-prices-1142.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1142" data-price-box="product-id-1142">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1142" data-price-amount="3799.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$3,799.99</span></span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="473047" rating-snippet-batch="0" data-retrieved="true" style="color: rgb(255, 208, 0);"></div>
    </div>
    <div class="category_description">
      <ul class="details">
        <li>Includes professional installation in your business or home</li>
        <li>Can cover up to 32,000 sq ft with a strong existing outside signal and ideal conditions. A weaker outside signal will result in less coverage.</li>
        <li>Boosts the voice and cellular data networks, including 5G, from all major carriers</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful multi-carrier booster available.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/installer.png" alt="Includes Professional Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Includes Professional Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster includes professional installation free of charge.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a940330374()" @update-prices-1142.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1142" data-price-box="product-id-1142">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1142" data-price-amount="3799.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$3,799.99</span></span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1142)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/703/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/703/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="703">
  <a href="https://www.ubersignal.com/surecall-force5-2-0-enterprise-signal-booster-for-voice-3g-4g-lte.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-703.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/s/u/surecall_force5_2.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/s/u/surecall_force5_2-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-703.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/s/u/surecall_force5_2.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/s/u/surecall_force5_2-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-703.window="$el.src = $event.detail" alt="SureCall Force5 2.0 Enterprise Signal Booster for Voice, 3G &amp; 4G LTE - Yagi/Ultra Thin Dome Kit" title="SureCall Force5 2.0 Enterprise Signal Booster for Voice, 3G &amp; 4G LTE - Yagi/Ultra Thin Dome Kit" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/s/u/surecall_force5_2.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/surecall-force5-2-0-enterprise-signal-booster-for-voice-3g-4g-lte.html">
                SureCall Force5 2.0 Enterprise Signal Booster            </a>
    </div>
    <script>
      function initPriceBox__653a940332140() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a940332140()" @update-prices-703.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="703" data-price-box="product-id-703"><span class="normal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-703" data-price-amount="4195" data-price-type="finalPrice" class="price-wrapper "><span class="price">$4,195.00</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="SC-PolyO2-72-KIT" rating-snippet-batch="0" data-retrieved="true" title="5 Stars - 6 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(6 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul class="details">
        <li>Features stronger downlink, SureCall IQ gain technology and remote monitoring.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful multi-carrier booster available.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_installer.png" alt="Installation Available Separately" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Installation Available Separately</p>
          <p class="mb-0 text-sm text-primary-lighter">Professional installation is available for an additional charge or the customer can install it themselves.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a940332140()" @update-prices-703.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="703" data-price-box="product-id-703"><span class="normal-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-703" data-price-amount="4195" data-price-type="finalPrice" class="price-wrapper "><span class="price">$4,195.00</span></span>
          </span>
        </span>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(703)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/1178/

<form method="post" action="https://www.ubersignal.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudWJlcnNpZ25hbC5jb20vc3ByaW50LWNlbGwtcGhvbmUtc2lnbmFsLWJvb3N0ZXJzLXJlcGVhdGVycw%2C%2C/product/1178/"
  class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full py-10 sm:py-8 md:py-10  sm:px-6 2xl:px-8  " data-hs-cf-bound="true">
  <input name="form_key" type="hidden" value="O8fXkDXTVmZVP4V2"> <input type="hidden" name="product" value="1178">
  <a href="https://www.ubersignal.com/weboost-office-200-signal-booster-50-ohm-472047.html" class="product photo product-item-photo block mx-auto mb-2 " tabindex="-1">
            <picture>
        
                    <source type="image/webp" x-data="" @jajuma-uio-update-gallery-1178.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://www.ubersignal.com/media/opti_image/webp/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200-yagipanel.webp 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200-yagipanel-2x.webp 2x">
        
        <source type="image/jpg" x-data="" @jajuma-uio-update-gallery-1178.window="$el.srcset = event.detail.origin" srcset="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200-yagipanel.jpg 1x, https://www.ubersignal.com/media/opti_image/highres/2x/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200-yagipanel-2x.jpg 2x">

        <img class="object-contain px-0 " loading="lazy" x-data="" x-on:update-gallery-1178.window="$el.src = $event.detail" alt="weBoost Office 200 Cell Phone Signal Booster" title="weBoost Office 200 Cell Phone Signal Booster" src="https://www.ubersignal.com/media/catalog/product/cache/ba4be7f2c748217d8eabfc5aa57ec136/o/f/office200-yagipanel.jpg" width="240" height="300">    </picture>


    </a>
  <div class="product-info flex flex-col  flex-grow">
    <div class="text-xl  mt-0 mb-3 font-medium ">
      <a class="product-item-link text-darker hover:text-link-lighter" href="https://www.ubersignal.com/weboost-office-200-signal-booster-50-ohm-472047.html">
                weBoost Office 200 Signal Booster (50 Ohm) | 472047            </a>
    </div>
    <script>
      function initPriceBox__653a940336f64() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="mb-2  " x-data="initPriceBox__653a940336f64()" @update-prices-1178.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1178" data-price-box="product-id-1178">
        <p class="price-from">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">From</span>
            <span id="from-1178" data-price-amount="1699.99" data-price-type="minPrice" class="price-wrapper "><span class="price">$1,699.99</span></span>
          </span>
        </p>
        <p class="price-to">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">To</span>
            <span id="to-1178" data-price-amount="2654.94" data-price-type="maxPrice" class="price-wrapper "><span class="price">$2,654.94</span></span>
          </span>
        </p>
      </div>
    </div>
    <div class="py-1 mb-2 ">
      <div class="ruk_rating_snippet" data-sku="472047-Config" rating-snippet-batch="0" data-retrieved="true" title="5 Stars - 6 Reviews" data-done="true" style="color: rgb(255, 208, 0);">
        <i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><i aria-hidden="true" class="ruk-icon-percentage-star--100"></i><span
          class="ruk-rating-snippet-count" style="color: rgb(51, 51, 51);">(6 Reviews)</span></div>
    </div>
    <div class="category_description">
      <ul>
        <li>The best solution for boosting signal in your home or office.</li>
      </ul>
    </div>
    <div class="flex flex-column flex-wrap mt-7">
      <div class="flex flex-row w-full mb-7 ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/strong_boosting.png" alt="Strong Boosting" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">Strong Boosting</p>
          <p class="mb-0 text-sm text-primary-lighter">Most powerful multi-carrier booster available.</p>
        </div>
      </div>
      <div class="flex flex-row w-full  ">
        <div class="w-12 mr-4 flex-shrink-0">
          <img src="https://www.ubersignal.com/static/version1689821513/frontend/SimpleFoundry/UberSignalChild/en_US/images/category/diy_install.png" alt="DIY Installation" class="xl:mx-auto" loading="lazy">
        </div>
        <div class="">
          <p class="mb-1 -mt-1 font-medium xl:mb-1.5 leading-snug">DIY Installation</p>
          <p class="mb-0 text-sm text-primary-lighter">This booster is designed to be installed by the customer.</p>
        </div>
      </div>
    </div>
  </div>
  <div class="hidden  ">
    <div class="mb-7 text-xl font-medium text-darker  hidden" x-data="initPriceBox__653a940336f64()" @update-prices-1178.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1178" data-price-box="product-id-1178">
        <p class="price-from">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">From</span>
            <span id="from-1178" data-price-amount="1699.99" data-price-type="minPrice" class="price-wrapper "><span class="price">$1,699.99</span></span>
          </span>
        </p>
        <p class="price-to">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">To</span>
            <span id="to-1178" data-price-amount="2654.94" data-price-type="maxPrice" class="price-wrapper "><span class="price">$2,654.94</span></span>
          </span>
        </p>
      </div>
    </div>
    <button class="w-full btn btn-primary justify-center px-1 text-sm py-3 md:mb-5 rounded" aria-label="Add to Cart"> Add to Cart </button>
    <div class="flex flex-row ">
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1178)" aria-label="Add to Compare" type="button"
        class="rounded-full w-9 h-9 border-gray-300 p-0 border inline-flex flex-shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 hover:border-yellow-500 mr-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VCa469" novalidate="" tabindex="-1" data-hs-cf-bound="true"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 4px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 15px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 15px 0px 0px; min-height: 500px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 12px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-75929029" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; letter-spacing: 1px;"><span
              style="color: #00a3d3; font-size: 16px; font-family: Poppins-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;">FREE GUIDE</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 5px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-75929030" style="width: 100%;">
          <p style="text-align: left; line-height: 200%;"><span style="font-size: 24px; font-weight: bold; color: #202020;"><span style="font-family: Poppins-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif;"><strong>The 5 Biggest
                  Mistakes People Make When Choosing a Signal Booster</strong></span></span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 13px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-75929031" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: left;"><span class="ql-font-poppins"
              style="font-size: 16px; color: #373f47; font-family: Poppins-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">Don't make the same errors others have. Unlock your <span
                style="font-weight: bold; font-style: italic;">free</span> guide today.</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_75929032" class="needsclick go971838236 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go577159287 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(3, 167, 134); border-radius: 6px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(255, 255, 255); font-family: Poppins-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">Continue</button>
      </div>
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 390px; margin: -20px -15px -20px 0px; padding: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; overflow: hidden; min-width: 390px; min-height: 500px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1"
      style="background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/N7Jbdv/images/548dbd35-a676-4bac-8ee2-8101f34676c8.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to Content
Search entire store here...



1-800-590-3564

We’re here to help. Call us!

For Homes
For Homes View All Single Rooms Small to Midsize Homes Large Homes
For Vehicles
For Vehicles View All Cars & SUVs Pickup Trucks & Overland Vehicles RVs Semi
Trucks Boats & Marine Vehicles Fleet Vehicles
For Businesses
For Businesses View All Small Spaces Midsize Spaces Large Spaces M2M
Accessories
Accessories View All Adapters Antennas Antenna Mounts Attenuators Cables
Lightning Protectors Power Supplies Signal Meters Splitters & Taps Other Parts &
Accessories
Commercial Solutions
Commercial Solutions View All Cellular Signal Solutions ERRCS & Public Safety
Solutions
Sale
Shop by Carrier
Shop by Carrier AT&T Signal Boosters Verizon Signal Boosters T-Mobile Signal
Boosters Sprint Signal Boosters View All Carriers
Support
Support Best Cell Phone Signal Boosters of 2023 Guide to 5G & Signal Boosters
Help Center Contact Us


1-800-590-3564

We’re here to help. Call us!

Compare Products 0 item items
Search
Sign In Create an Account
Cart 0


CHECKOUT USING YOUR ACCOUNT

Email Address

Password

Sign In Forgot Your Password?

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of
Service apply.


CHECKOUT AS A NEW CUSTOMER

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
For Homes
Single Rooms Small to Midsize Homes Large Homes
For Vehicles
Cars & SUVs Pickup Trucks & Overland Vehicles RVs Semi Trucks Boats & Marine
Vehicles Fleet Vehicles
For Businesses
Small Spaces Midsize Spaces Large Spaces M2M
Accessories
Adapters Antennas Antenna Mounts Attenuators Cables Lightning Protectors Power
Supplies Signal Meters Splitters & Taps Other Parts & Accessories
Commercial Solutions
Cellular Signal Solutions ERRCS & Public Safety Solutions
Sale
Shop by Carrier
AT&T Signal Boosters Verizon Signal Boosters T-Mobile Signal Boosters Sprint
Signal Boosters View All Carriers
Support
Best Cell Phone Signal Boosters of 2023 Guide to 5G & Signal Boosters Help
Center Contact Us


DO YOU NEED BETTER CELL SIGNAL?


BOOST YOUR EXISTING SIGNAL STRENGTH UP TO 32X WITH A CELL PHONE SIGNAL BOOSTER




SHOP SOLUTIONS FOR

Homes
Small Businesses
Commercial Buildings
Vehicles
Parts & Accessories


TAKE OUR QUIZ AND DISCOVER YOUR PERFECT BOOSTER

Answer a few questions and we'll recommend the best solution to solve your cell
signal problems.

Get Started Now


BROWSE OUR MOST POPULAR BOOSTERS FOR HOMES

Cel-Fi GO X Smart Signal Booster System

As low as $1,099.99

(35 Reviews)
 * Most powerful single carrier (either Verizon, AT&T or T-Mobile/Sprint)
   booster on the market.
 * Can be configured for either stationary or mobile use.

Maximum Boosting

Most powerful booster available to consumers without special licensing.

DIY Installation

This booster is designed to be installed by the customer.

As low as $1,099.99

Add to Cart

SureCall Fusion5s 2.0 72dB Signal Booster Kit
As low as $850.00
(97 Reviews)
 * Best for areas where you don't need long cables and want a choice of
   antennas.

Strong Boosting

Most powerful multi-carrier booster available.

DIY Installation

This booster is designed to be installed by the customer.

As low as $850.00
Add to Cart

weBoost Home MultiRoom Signal Booster | 470144
$569.99
(195 Reviews)
 * The improved version of the bestselling weBoost midsize system.

Medium Boosting

Suitable for multiple rooms that need better signal.

DIY Installation

This booster is designed to be installed by the customer.

$569.99
Add to Cart

SureCall Flare 3.0 Signal Booster Kit with Yagi Outside Antenna
Special Price $299.99 Regular Price $379.99
(36 Reviews)
 * Best for one large or multiple small rooms where you have a weak to medium
   outside signal.

Entry-Level Boosting

Suitable for small spaces that need better signal.

Installation Available Separately

Professional installation is available for an additional charge or the customer
can install it themselves.

Special Price $299.99 Regular Price $379.99
Add to Cart




READ OUR PICKS FOR THE BEST CELL PHONE SIGNAL BOOSTERS OF 2023


SHOP OUR BEST BOOSTERS FOR CARS, TRUCKS, RVS AND MORE

weBoost 477154 Drive Reach OTR Signal Booster Kit
$519.99
(37 Reviews)
 * Best for boosting signal in your Semi Truck.
 * Most powerful uplink and downlink of any weBoost vehicle booster, so you can
   be as far from the cell towers as possible.

Strong Boosting

Be as far from the cell towers as possible while driving and still receive a
usable signal.

DIY Installation

This booster is designed to be installed by the customer.

$519.99
Add to Cart

weBoost 470154 Drive Reach Mobile Signal Booster Kit
$499.99
(41 Reviews)
 * Most powerful uplink and downlink of any weBoost vehicle booster, so you can
   be as far from the cell towers as possible.

Strong Boosting

Be as far from the cell towers as possible while driving and still receive a
usable signal.

DIY Installation

This booster is designed to be installed by the customer.

$499.99
Add to Cart

SureCall Fusion2Go 3.0 Extreme Mobile Signal Booster Kit
$399.99
(11 Reviews)
 * The only vehicle signal booster more powerful is the Fusion2Go Max signal
   booster.

Strong Boosting

Be as far from the cell towers as possible while driving and still receive a
usable signal.

DIY Installation

This booster is designed to be installed by the customer.

$399.99
Add to Cart

weBoost Destination RV Signal Booster Kit | 470159
$649.99
(19 Reviews)
 * Most powerful system for boosting signal in your RV while stopped.

Maximum Boosting

Get the strongest boosting power while your vehicle is parked.

DIY Installation

This booster is designed to be installed by the customer.

$649.99
Add to Cart




NEED A CUSTOM SOLUTION DESIGNED FOR YOUR BUILDING?


OUR TEAM OF SIGNAL ENGINEERS WILL WORK WITH YOU TO GATHER INFORMATION AND DESIGN
AN EFFECTIVE SOLUTION FOR YOUR SPACE.

Learn More



DISCOVER OUR BEST COMMERCIAL SOLUTIONS

Cel-Fi QUATRA Active DAS Hybrid Signal Booster System

 * 100 dB of gain for maximum performance in an Active DAS hybrid system

Maximum Boosting

Most powerful booster available to consumers without special licensing.

Installation Available Separately

Professional installation is available for an additional charge or the customer
can install it themselves.


weBoost Installed | Office 200 with Professional Installation | 473047
$3,799.99

 * Includes professional installation in your business or home
 * Can cover up to 32,000 sq ft with a strong existing outside signal and ideal
   conditions. A weaker outside signal will result in less coverage.
 * Boosts the voice and cellular data networks, including 5G, from all major
   carriers

Strong Boosting

Most powerful multi-carrier booster available.

Includes Professional Installation

This booster includes professional installation free of charge.

$3,799.99
Add to Cart

SureCall Force5 2.0 Enterprise Signal Booster
As low as $4,195.00
(6 Reviews)
 * Features stronger downlink, SureCall IQ gain technology and remote
   monitoring.

Strong Boosting

Most powerful multi-carrier booster available.

Installation Available Separately

Professional installation is available for an additional charge or the customer
can install it themselves.

As low as $4,195.00
Add to Cart

weBoost Office 200 Signal Booster (50 Ohm) | 472047

From $1,699.99

To $2,654.94

(6 Reviews)
 * The best solution for boosting signal in your home or office.

Strong Boosting

Most powerful multi-carrier booster available.

DIY Installation

This booster is designed to be installed by the customer.

From $1,699.99

To $2,654.94

Add to Cart




WHAT IS A CELL PHONE SIGNAL BOOSTER?

A cell phone signal booster (also known as a cellular repeater) is a solution
that takes an existing outside cell signal, amplifies it, and then broadcasts
the boosted signal to an area inside of a building or vehicle that needs better
signal. 


HOW A CELL PHONE SIGNAL BOOSTER WORKS

A cell phone signal booster system is composed of an amplifier, an outside
antenna, one or many inside antennas, and cable that connects all of the
components together. The signal booster system works in the following way:

 1. The outside antenna receives the existing outside cell signal.
 2. The existing outside cell signal is passed over a cable from the outside
    antenna to the signal amplifier.
 3. The signal amplifier boosts the cell signal significantly.
 4. The boosted cell signal is passed over another cable to one or many inside
    antennas. 
 5. The inside antenna(s) broadcasts the boosted signal to the inside area that
    needs better cell signal.

The system also works in reverse. When a mobile device is being used inside, the
signal goes through the system in reverse, is boosted, and then the strong
signal is broadcasted towards the external cell towers.


WHAT A CELL PHONE SIGNAL BOOSTER DOES NOT DO

A cell phone signal booster requires an existing outside cell signal to boost.
It cannot create it's own cellular signal, so if there is not an existing
outside cell signal available, then a cell phone signal booster will not work.




OUR LATEST ARTICLES

How-To , Guides


THE COMPLETE GUIDE TO IMPROVING THE CELL SIGNAL FOR YOUR EV CHARGER

Read More
Guides


THE ULTIMATE GUIDE TO OVERLANDING: TIPS, TRICKS, AND DESTINATIONS

Read More
How-To


FIND CELL TOWERS NEAR ME: THE ULTIMATE GUIDE FOR 2023

Read More
Technology


THE COMPLETE GUIDE TO 5G AND SIGNAL BOOSTERS

Read More
Equipment , Technology , How-To , Guides


THE OFFICIAL DISTRIBUTED ANTENNA SYSTEM (DAS) GUIDE: EVERYTHING YOU NEED TO KNOW

Read More
How-To


GET THE MOST OUT OF YOUR WEBOOST SIGNAL BOOSTER: TIPS AND TRICKS YOU NEED TO
KNOW

Read More
Guides


AT&T SIGNAL BOOSTERS: A COMPREHENSIVE BUYER'S GUIDE

Read More
Equipment


STAY CONNECTED WITH YOUR IPHONE: TOP SIGNAL BOOSTERS FOR IPHONE USERS

Read More


ASK AN EXPERT

Our staff of friendly specialists are ready to help you!

Call Us: (800) 590-3564 (800) 590-3564

Mon-Thurs, 9am-6pm ET

Fri, 9am-5pm ET

Email Us

Best for after hours

sales@ubersignal.com

Help Center

Get answers to all of your questions

COMPANY

600 Beaver St., Suite 201
Sewickley, PA 15143

(800) 590-3564
sales@ubersignal.com

Mon-Fri, 9am-7pm Eastern
Sat, 10am-3pm Eastern

CUSTOMER SERVICE

 * Contact Us
 * Shipping and Returns
 * Privacy Policy
 * Register your Booster
 * Frequently Asked Questions (FAQ)

RESOURCES

 * Register Your Cell Phone Signal Booster
 * Field Test Mode: What it is and How To Enable it on Your Phone
 * Best Cell Phone Signal Boosters for 2023
 * How to Aim a Yagi Directional Outside Antenna
 * Help Center
 * Blog

BRANDS

 * SureCall
 * weBoost
 * WilsonPro
 * Cel-Fi


×



Close dialog 1

FREE GUIDE

The 5 Biggest Mistakes People Make When Choosing a Signal Booster

Don't make the same errors others have. Unlock your free guide today.


Continue